public class

AttributeTypeAndValue

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.x500.AttributeTypeAndValue

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
AttributeTypeAndValue(ASN1ObjectIdentifier type, ASN1Encodable value)
Public Methods
static AttributeTypeAndValue getInstance(Object o)
ASN1ObjectIdentifier getType()
ASN1Encodable getValue()
DERObject toASN1Object()
 AttributeTypeAndValue ::= SEQUENCE {
           type         OBJECT IDENTIFIER,
           value        ANY DEFINED BY type }
 
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public AttributeTypeAndValue (ASN1ObjectIdentifier type, ASN1Encodable value)

Public Methods

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 }
 

Returns
  • a basic ASN.1 object representation.