Uses of Class
edu.vt.middleware.crypt.x509.ExtensionType

Packages that use ExtensionType
edu.vt.middleware.crypt.x509   
 

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

Methods in edu.vt.middleware.crypt.x509 that return ExtensionType
static ExtensionType ExtensionType.fromName(String name)
          Gets the extension by name.
static ExtensionType ExtensionType.fromOid(String oid)
          Gets the extension by OID.
static ExtensionType ExtensionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExtensionType[] ExtensionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.vt.middleware.crypt.x509 that return types with arguments of type ExtensionType
 Map<ExtensionType,Object> ExtensionReader.readAll()
          Attempts to read all extensions defined in section 4.2 of RFC 2459 and returns a map of all extensions defined on the certificate.
static Map<ExtensionType,Object> X509Utils.readExtensions(X509Certificate cert)
          Reads all the X.509 extension fields from the certificate and makes them available as a map of types to values.
 

Methods in edu.vt.middleware.crypt.x509 with parameters of type ExtensionType
static Object ExtensionFactory.createInstance(org.bouncycastle.asn1.DEREncodable encodedExtension, ExtensionType type)
          Creates an instance of a VT Crypt X.509v3 extension type from the corresponding Bouncy Castle extension type.
 Object ExtensionReader.read(ExtensionType extension)
          Reads the value of the given certificate extension field.
static Object X509Utils.readExtension(X509Certificate cert, ExtensionType type)
          Reads a single extension field from the given X.509 certificate.
 



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