com.mindbright.security.x509
public final class AttributeTypeAndValue extends ASN1Sequence
AttributeTypeAndValue ::= SEQUENCE { type AttributeType, value AttributeValue } AttributeType ::= OBJECT IDENTIFIER AttributeValue ::= ANY DEFINED BY AttributeType
Modifier and Type | Field and Description |
---|---|
ASN1OID |
type |
ASN1AnyDefinedBy |
value |
components, count, ofType
isSet, tag
Constructor and Description |
---|
AttributeTypeAndValue() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRFC2253Value() |
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofType
decodeValue, getTag, getType, isSet, setValue, toString
public ASN1OID type
public ASN1AnyDefinedBy value