Package org.bouncycastle.asn1.crmf
Class AttributeTypeAndValue
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.crmf.AttributeTypeAndValue
- All Implemented Interfaces:
ASN1Encodable,Encodable
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeTypeAndValue(String oid, ASN1Encodable value) AttributeTypeAndValue(ASN1ObjectIdentifier type, ASN1Encodable value) -
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
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
AttributeTypeAndValue
-
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.
-