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 V2Form.getIssuerName()
           
 GeneralNames IetfAttrSyntax.getPolicyAuthority()
           
 GeneralNames DistributionPoint.getCRLIssuer()
           
 GeneralNames IssuerSerial.getIssuer()
           
static GeneralNames GeneralNames.getInstance(Object obj)
           
static GeneralNames GeneralNames.getInstance(ASN1TaggedObject obj, boolean explicit)
           
 GeneralNames Holder.getEntityName()
           
 

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



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