public class AttributeTypeAndValue
extends org.bouncycastle.asn1.ASN1Object
| Constructor and Description |
|---|
AttributeTypeAndValue(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
org.bouncycastle.asn1.ASN1Encodable value) |
AttributeTypeAndValue(java.lang.String oid,
org.bouncycastle.asn1.ASN1Encodable value) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeTypeAndValue |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getType() |
org.bouncycastle.asn1.ASN1Encodable |
getValue() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
AttributeTypeAndValue ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY DEFINED BY type }
|
public AttributeTypeAndValue(java.lang.String oid,
org.bouncycastle.asn1.ASN1Encodable value)
public AttributeTypeAndValue(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
org.bouncycastle.asn1.ASN1Encodable value)
public static AttributeTypeAndValue getInstance(java.lang.Object o)
public org.bouncycastle.asn1.ASN1ObjectIdentifier getType()
public org.bouncycastle.asn1.ASN1Encodable getValue()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
AttributeTypeAndValue ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY DEFINED BY type }
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object