Package org.bouncycastle.asn1.ess
Class ContentIdentifier
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ess.ContentIdentifier
- All Implemented Interfaces:
ASN1Encodable,Encodable
-
Constructor Summary
ConstructorsConstructorDescriptionContentIdentifier(byte[] value) Create from byte array representing the identifier. -
Method Summary
Modifier and TypeMethodDescriptionstatic ContentIdentifiergetValue()The definition of ContentIdentifier isMethods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
ContentIdentifier
public ContentIdentifier(byte[] value) Create from byte array representing the identifier.
-
-
Method Details
-
getInstance
-
getValue
-
toASN1Primitive
The definition of ContentIdentifier isContentIdentifier ::= OCTET STRING
id-aa-contentIdentifier OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9) smime(16) id-aa(2) 7 }- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-