public class AttributeTypeAndValue extends ASN1Object
| Constructor and Description |
|---|
AttributeTypeAndValue(ASN1ObjectIdentifier type,
ASN1Encodable value) |
| Modifier and Type | Method and 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(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