ASN1Encodable
, Encodable
public class AttributeTypeAndValue extends ASN1Object
Constructor | Description |
---|---|
AttributeTypeAndValue(ASN1ObjectIdentifier type,
ASN1Encodable value) |
Modifier and Type | Method | Description |
---|---|---|
static AttributeTypeAndValue |
getInstance(java.lang.Object o) |
|
ASN1ObjectIdentifier |
getType() |
|
ASN1Encodable |
getValue() |
|
ASN1Primitive |
toASN1Primitive() |
AttributeTypeAndValue ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY DEFINED BY type }
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public AttributeTypeAndValue(ASN1ObjectIdentifier type, ASN1Encodable value)
public static AttributeTypeAndValue getInstance(java.lang.Object o)
public ASN1ObjectIdentifier getType()
public ASN1Encodable getValue()
public ASN1Primitive toASN1Primitive()
AttributeTypeAndValue ::= SEQUENCE { type OBJECT IDENTIFIER, value ANY DEFINED BY type }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object