Uses of Class
edu.vt.middleware.crypt.x509.types.GeneralNameList

Packages that use GeneralNameList
edu.vt.middleware.crypt.x509   
edu.vt.middleware.crypt.x509.types   
 

Uses of GeneralNameList in edu.vt.middleware.crypt.x509
 

Methods in edu.vt.middleware.crypt.x509 that return GeneralNameList
static GeneralNameList ExtensionFactory.createGeneralNameList(org.bouncycastle.asn1.DEREncodable enc)
          Creates a GeneralNameList object from DER data.
 GeneralNameList ExtensionReader.readIssuerAlternativeName()
          Reads the value of the IssuerAlternativeName extension field of the certificate.
 GeneralNameList ExtensionReader.readSubjectAlternativeName()
          Reads the value of the SubjectAlternativeName extension field of the certificate.
 

Uses of GeneralNameList in edu.vt.middleware.crypt.x509.types
 

Methods in edu.vt.middleware.crypt.x509.types that return GeneralNameList
 GeneralNameList AuthorityKeyIdentifier.getAuthorityCertIssuer()
           
 GeneralNameList DistributionPoint.getCRLIssuer()
           
 

Constructors in edu.vt.middleware.crypt.x509.types with parameters of type GeneralNameList
AuthorityKeyIdentifier(KeyIdentifier id, GeneralNameList issuerNames, Integer issuerSerial)
          Creates a new instance with all fields defined.
DistributionPoint(GeneralNameList names, ReasonFlags flags, GeneralNameList issuer)
          Creates a new instance with the given data.
DistributionPoint(String relativeName, ReasonFlags flags, GeneralNameList issuer)
          Creates a new instance where the distribution point is known by a name relative to the CRL issuer name(s).
 



Copyright © 2003-2011 Virginia Tech. All Rights Reserved.