Uses of Class
org.apache.geronimo.util.asn1.x509.GeneralNames

Packages that use GeneralNames
org.apache.geronimo.util.asn1.x509   
 

Uses of GeneralNames in org.apache.geronimo.util.asn1.x509
 

Methods in org.apache.geronimo.util.asn1.x509 that return GeneralNames
 GeneralNames DistributionPoint.getCRLIssuer()
           
 GeneralNames Holder.getEntityName()
           
static GeneralNames GeneralNames.getInstance(ASN1TaggedObject obj, boolean explicit)
           
static GeneralNames GeneralNames.getInstance(Object obj)
           
 GeneralNames IssuerSerial.getIssuer()
           
 GeneralNames V2Form.getIssuerName()
           
 GeneralNames IetfAttrSyntax.getPolicyAuthority()
           
 

Constructors in org.apache.geronimo.util.asn1.x509 with parameters of type GeneralNames
AttCertIssuer(GeneralNames names)
          Don't use this one if you are trying to be RFC compliant.
DistributionPoint(DistributionPointName distributionPoint, ReasonFlags reasons, GeneralNames cRLIssuer)
           
Holder(GeneralNames entityName)
           
IssuerSerial(GeneralNames issuer, DERInteger serial)
           
V2Form(GeneralNames issuerName)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.