public class AttributeTypeAndValue extends ASN1Encodable
Modifier and Type | Field and Description |
---|---|
private DERObjectIdentifier |
type |
private ASN1Encodable |
value |
BER, DER
Modifier | Constructor and Description |
---|---|
private |
AttributeTypeAndValue(ASN1Sequence seq) |
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
private DERObjectIdentifier type
private ASN1Encodable value
private AttributeTypeAndValue(ASN1Sequence seq)
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
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.