Package org.bouncycastle.asn1.x500
Class AttributeTypeAndValue
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x500.AttributeTypeAndValue
- All Implemented Interfaces:
ASN1Encodable
public class AttributeTypeAndValue extends ASN1Object
-
Constructor Summary
Constructors Constructor Description AttributeTypeAndValue(ASN1ObjectIdentifier type, ASN1Encodable value) -
Method Summary
Modifier and Type Method Description static AttributeTypeAndValuegetInstance(Object o)ASN1ObjectIdentifiergetType()ASN1EncodablegetValue()ASN1PrimitivetoASN1Primitive()AttributeTypeAndValue ::= SEQUENCE { type OBJECT IDENTIFIER, value ANY DEFINED BY type }Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
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.
-