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

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

Uses of GeneralName in org.apache.geronimo.corba.util
 

Methods in org.apache.geronimo.corba.util with parameters of type GeneralName
static byte[] Util.encodeGeneralName(GeneralName generalName)
           
 

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

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

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



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.