Package org.bouncycastle.asn1.x500
Class AttributeTypeAndValue
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x500.AttributeTypeAndValue
- All Implemented Interfaces:
ASN1Encodable,Encodable
Holding class for the AttributeTypeAndValue structures that make up an RDN.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeTypeAndValuegetType()getValue()AttributeTypeAndValue ::= SEQUENCE { type OBJECT IDENTIFIER, value ANY DEFINED BY type }Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
AttributeTypeAndValue
-
-
Method Details
-
getInstance
-
getType
-
getValue
-
toASN1Primitive
AttributeTypeAndValue ::= SEQUENCE { type OBJECT IDENTIFIER, value ANY DEFINED BY type }- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a basic ASN.1 object representation.
-