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

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

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

Methods in edu.vt.middleware.crypt.x509 with parameters of type AttributeType
static String DNUtils.getAttributeValue(X500Principal dn, AttributeType attribute)
          Gets the value of the first occurrence of the given attribute in the DN.
static String[] DNUtils.getAttributeValues(X500Principal dn, AttributeType attribute)
          Gets the values of the given attribute contained in the DN.
 

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

Methods in edu.vt.middleware.crypt.x509.types that return AttributeType
static AttributeType AttributeType.fromName(String name)
          Gets the attribute type whose name is the given string.
static AttributeType AttributeType.fromOid(String oid)
          Gets the attribute type whose OID is the given string.
static AttributeType AttributeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttributeType[] AttributeType.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 AttributeType
AttributeTypeAndValue(AttributeType attributeType, String attributeValue)
          Creates a new instance with the given well-known attribute type and value.
 



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