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

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

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

Methods in org.apache.geronimo.util.asn1.x509 that return GeneralName
 GeneralName GeneralSubtree.getBase()
           
 GeneralName AccessDescription.getAccessLocation()
           
static GeneralName GeneralName.getInstance(Object obj)
           
static GeneralName GeneralName.getInstance(ASN1TaggedObject tagObj, boolean explicit)
           
 GeneralName[] GeneralNames.getNames()
           
 

Constructors in org.apache.geronimo.util.asn1.x509 with parameters of type GeneralName
AuthorityInformationAccess(DERObjectIdentifier oid, GeneralName location)
          create an AuthorityInformationAccess with the oid and location provided.
AccessDescription(DERObjectIdentifier oid, GeneralName location)
          create an AccessDescription with the oid and location provided.
GeneralNames(GeneralName name)
          Construct a GeneralNames object containing one GeneralName.
 



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