public class AttributeTypeAndValue extends ASN1Encodable
BER, DER
Modifier and Type | Method and Description |
---|---|
static AttributeTypeAndValue |
getInstance(java.lang.Object o) |
DERObjectIdentifier |
getType() |
ASN1Encodable |
getValue() |
DERObject |
toASN1Object()
AttributeTypeAndValue ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY DEFINED BY type }
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public static AttributeTypeAndValue getInstance(java.lang.Object o)
public DERObjectIdentifier getType()
public ASN1Encodable getValue()
public DERObject toASN1Object()
AttributeTypeAndValue ::= SEQUENCE { type OBJECT IDENTIFIER, value ANY DEFINED BY type }
toASN1Object
in class ASN1Encodable