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) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeTypeAndValue |
getInstance(java.lang.Object o) |
ASN1ObjectIdentifier |
getType() |
ASN1Encodable |
getValue() |
ASN1Primitive |
toASN1Primitive()
AttributeTypeAndValue ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY DEFINED BY type }
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectprivate ASN1ObjectIdentifier type
private ASN1Encodable value
private AttributeTypeAndValue(ASN1Sequence seq)
public AttributeTypeAndValue(ASN1ObjectIdentifier type, ASN1Encodable value)
public static AttributeTypeAndValue getInstance(java.lang.Object o)
public ASN1ObjectIdentifier getType()
public ASN1Encodable getValue()
public ASN1Primitive toASN1Primitive()
AttributeTypeAndValue ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY DEFINED BY type }
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object