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

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

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

Methods in edu.vt.middleware.crypt.x509.types that return GeneralNameType
static GeneralNameType GeneralNameType.fromTagNumber(int tagNo)
          Gets a name type from the value of the tag in the CHOICE element definition.
 GeneralNameType GeneralName.getType()
           
static GeneralNameType GeneralNameType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GeneralNameType[] GeneralNameType.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 GeneralNameType
GeneralName(String nameString, GeneralNameType nameType)
          Creates a new instance with the given name and type.
 



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