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.
 

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.
 



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