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

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

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

Methods in edu.vt.middleware.crypt.x509.types that return KeyPurposeId
static KeyPurposeId KeyPurposeId.getByOid(String oid)
          Gets a key purpose identifier by its OID.
static KeyPurposeId KeyPurposeId.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KeyPurposeId[] KeyPurposeId.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in edu.vt.middleware.crypt.x509.types with parameters of type KeyPurposeId
KeyPurposeIdList(KeyPurposeId[] arrayOfKeyPurposeIds)
          Constructs a new instance from the given array of key purpose identifiers.
 

Constructor parameters in edu.vt.middleware.crypt.x509.types with type arguments of type KeyPurposeId
KeyPurposeIdList(List<KeyPurposeId> listOfKeyPurposeIds)
          Constructs a new instance from the given list of key purpose identifiers.
 



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