|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.asn1.ASN1Object | +--org.bouncycastle.asn1.ess.ContentIdentifier
Constructor Summary | |
ContentIdentifier(byte[] value)
Create from byte array representing the identifier. |
Method Summary | |
static ContentIdentifier |
getInstance(java.lang.Object o)
|
ASN1OctetString |
getValue()
|
ASN1Primitive |
toASN1Primitive()
The definition of ContentIdentifier is ContentIdentifier ::= OCTET STRING |
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContentIdentifier(byte[] value)
Method Detail |
public static ContentIdentifier getInstance(java.lang.Object o)
public ASN1OctetString getValue()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in class ASN1Object
org.bouncycastle.asn1.ASN1Object
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |