public class ContentIdentifier extends ASN1Object
Modifier and Type | Field and Description |
---|---|
(package private) ASN1OctetString |
value |
Modifier | Constructor and Description |
---|---|
private |
ContentIdentifier(ASN1OctetString value)
Create from OCTET STRING whose octets represent the identifier.
|
|
ContentIdentifier(byte[] value)
Create from byte array representing the identifier.
|
Modifier and Type | Method and Description |
---|---|
static ContentIdentifier |
getInstance(Object o) |
ASN1OctetString |
getValue() |
ASN1Primitive |
toASN1Primitive()
The definition of ContentIdentifier is
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
ASN1OctetString value
private ContentIdentifier(ASN1OctetString value)
public ContentIdentifier(byte[] value)
public static ContentIdentifier getInstance(Object o)
public ASN1OctetString getValue()
public ASN1Primitive toASN1Primitive()
ContentIdentifier ::= OCTET STRINGid-aa-contentIdentifier OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9) smime(16) id-aa(2) 7 }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object