com.mindbright.security.x509
Class AttributeTypeAndValue
java.lang.Object
com.mindbright.asn1.ASN1Object
com.mindbright.asn1.ASN1Structure
com.mindbright.asn1.ASN1Sequence
com.mindbright.security.x509.AttributeTypeAndValue
public final class AttributeTypeAndValue
- extends ASN1Sequence
An attribute OID together with a value whose format is defined by
the IOD.
AttributeTypeAndValue ::= SEQUENCE {
type AttributeType,
value AttributeValue }
AttributeType ::= OBJECT IDENTIFIER
AttributeValue ::= ANY DEFINED BY AttributeType
Methods inherited from class com.mindbright.asn1.ASN1Structure |
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofType |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
type
public ASN1OID type
value
public ASN1AnyDefinedBy value
AttributeTypeAndValue
public AttributeTypeAndValue()
getRFC2253Value
public java.lang.String getRFC2253Value()