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

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

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

Methods in edu.vt.middleware.crypt.x509 that return GeneralName
static GeneralName ExtensionFactory.createGeneralName(org.bouncycastle.asn1.DEREncodable enc)
          Creates a GeneralName object from DER data.
 

Methods in edu.vt.middleware.crypt.x509 that return types with arguments of type GeneralName
static List<GeneralName> X509Utils.getSubjectAltNames(X509Certificate cert)
          Gets all subject alternative names defined on the given certificate.
static List<GeneralName> X509Utils.getSubjectAltNames(X509Certificate cert, GeneralNameType... types)
          Gets all subject alternative names of the given type(s) on the given cert.
 

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

Methods in edu.vt.middleware.crypt.x509.types that return GeneralName
 GeneralName AccessDescription.getAccessLocation()
           
 

Constructors in edu.vt.middleware.crypt.x509.types with parameters of type GeneralName
AccessDescription(AccessMethod method, GeneralName location)
          Creates a new instance with the given access method and location.
GeneralNameList(GeneralName[] arrayOfNames)
          Constructs a new instance from the given array of names.
 

Constructor parameters in edu.vt.middleware.crypt.x509.types with type arguments of type GeneralName
GeneralNameList(List<GeneralName> listOfNames)
          Constructs a new instance from the given list of names.
 



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