ASN1Encodable, Encodablepublic class AttributeTypeAndValue extends ASN1Object
| Constructor | Description |
|---|---|
AttributeTypeAndValue(java.lang.String oid,
ASN1Encodable value) |
|
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, toASN1Objectpublic AttributeTypeAndValue(java.lang.String oid,
ASN1Encodable value)
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 ASN1EncodabletoASN1Primitive in class ASN1Object