public class AttributeTypeAndValue extends ASN1Encodable
BER, DER| Constructor and Description |
|---|
AttributeTypeAndValue(ASN1ObjectIdentifier type,
ASN1Encodable value) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeTypeAndValue |
getInstance(Object o) |
ASN1ObjectIdentifier |
getType() |
ASN1Encodable |
getValue() |
DERObject |
toASN1Object()
AttributeTypeAndValue ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY DEFINED BY type }
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodepublic AttributeTypeAndValue(ASN1ObjectIdentifier type, ASN1Encodable value)
public static AttributeTypeAndValue getInstance(Object o)
public ASN1ObjectIdentifier 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.