public class AttributeTypeAndValue extends ASN1Encodable
BER, DER| Constructor and Description |
|---|
AttributeTypeAndValue(DERObjectIdentifier type,
ASN1Encodable value) |
AttributeTypeAndValue(String oid,
ASN1Encodable value) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeTypeAndValue |
getInstance(Object o) |
DERObjectIdentifier |
getType() |
ASN1Encodable |
getValue() |
DERObject |
toASN1Object()
AttributeTypeAndValue ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY DEFINED BY type }
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodepublic AttributeTypeAndValue(String oid, ASN1Encodable value)
public AttributeTypeAndValue(DERObjectIdentifier type, ASN1Encodable value)
public static AttributeTypeAndValue getInstance(Object o)
public DERObjectIdentifier getType()
public ASN1Encodable getValue()
public DERObject toASN1Object()
AttributeTypeAndValue ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY DEFINED BY type }
toASN1Object in class ASN1EncodableCopyright © 2015. All rights reserved.