Class AttributeTypeAndValue

java.lang.Object
org.apache.harmony.security.x501.AttributeTypeAndValue

public final class AttributeTypeAndValue
extends Object
X.501 AttributeTypeAndValue
  • Field Details

    • DC

      public static final ObjectIdentifier DC
      Domain component attribute (name from RFC 2253)
    • EMAILADDRESS

      public static final ObjectIdentifier EMAILADDRESS
      Email Address attribute (name from API spec)
    • attributeValue

      public static final ASN1Type attributeValue
      According to RFC 3280 (http://www.ietf.org/rfc/rfc3280.txt) X.501 AttributeTypeAndValue structure is defined as follows: AttributeTypeAndValue ::= SEQUENCE { type AttributeType, value AttributeValue } AttributeType ::= OBJECT IDENTIFIER AttributeValue ::= ANY DEFINED BY AttributeType ... DirectoryString ::= CHOICE { teletexString TeletexString (SIZE (1..MAX)), printableString PrintableString (SIZE (1..MAX)), universalString UniversalString (SIZE (1..MAX)), utf8String UTF8String (SIZE (1.. MAX)), bmpString BMPString (SIZE (1..MAX)) }
    • ASN1

      public static final ASN1Sequence ASN1
  • Constructor Details

  • Method Details