public class ContentIdentifier extends ASN1Object
| Constructor and Description |
|---|
ContentIdentifier(byte[] value)
Create from byte array representing the identifier.
|
| Modifier and Type | Method and Description |
|---|---|
static ContentIdentifier |
getInstance(java.lang.Object o) |
ASN1OctetString |
getValue() |
ASN1Primitive |
toASN1Primitive()
The definition of ContentIdentifier is
ContentIdentifier ::= OCTET STRING
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic ContentIdentifier(byte[] value)
public static ContentIdentifier getInstance(java.lang.Object o)
public ASN1OctetString getValue()
public ASN1Primitive toASN1Primitive()
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object