public class AttributeTypeAndValue extends ASN1Object
Modifier and Type | Field and Description |
---|---|
private ASN1ObjectIdentifier |
type |
private ASN1Encodable |
value |
Modifier | Constructor and Description |
---|---|
|
AttributeTypeAndValue(ASN1ObjectIdentifier type,
ASN1Encodable value) |
private |
AttributeTypeAndValue(ASN1Sequence seq) |
|
AttributeTypeAndValue(String oid,
ASN1Encodable value) |
Modifier and Type | Method and Description |
---|---|
static AttributeTypeAndValue |
getInstance(Object o) |
ASN1ObjectIdentifier |
getType() |
ASN1Encodable |
getValue() |
ASN1Primitive |
toASN1Primitive()
AttributeTypeAndValue ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY DEFINED BY type }
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
private ASN1ObjectIdentifier type
private ASN1Encodable value
private AttributeTypeAndValue(ASN1Sequence seq)
public AttributeTypeAndValue(String oid, ASN1Encodable value)
public AttributeTypeAndValue(ASN1ObjectIdentifier type, ASN1Encodable value)
public static AttributeTypeAndValue getInstance(Object o)
public ASN1ObjectIdentifier getType()
public ASN1Encodable getValue()
public ASN1Primitive toASN1Primitive()
AttributeTypeAndValue ::= SEQUENCE { type OBJECT IDENTIFIER, value ANY DEFINED BY type }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object