|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.ess.ContentIdentifier
public class ContentIdentifier
| Field Summary | |
|---|---|
(package private) ASN1OctetString |
value
|
| Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
|---|
BER, DER |
| Constructor Summary | |
|---|---|
ContentIdentifier(ASN1OctetString value)
Create from OCTET STRING whose octets represent the identifier. |
|
ContentIdentifier(byte[] value)
Create from byte array representing the identifier. |
|
| Method Summary | |
|---|---|
static ContentIdentifier |
getInstance(java.lang.Object o)
|
ASN1OctetString |
getValue()
|
DERObject |
toASN1Object()
The definition of ContentIdentifier is |
| Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
|---|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
ASN1OctetString value
| Constructor Detail |
|---|
public ContentIdentifier(ASN1OctetString value)
public ContentIdentifier(byte[] value)
| Method Detail |
|---|
public static ContentIdentifier getInstance(java.lang.Object o)
public ASN1OctetString getValue()
public DERObject toASN1Object()
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 }
toASN1Object in class ASN1Encodable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||