public class

ContentIdentifier

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.ess.ContentIdentifier

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
ContentIdentifier(ASN1OctetString value)
Create from OCTET STRING whose octets represent the identifier.
ContentIdentifier(byte[] value)
Create from byte array representing the identifier.
Public Methods
static ContentIdentifier getInstance(Object o)
ASN1OctetString getValue()
DERObject toASN1Object()
The definition of ContentIdentifier is
 ContentIdentifier ::=  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 }
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public ContentIdentifier (ASN1OctetString value)

Create from OCTET STRING whose octets represent the identifier.

public ContentIdentifier (byte[] value)

Create from byte array representing the identifier.

Public Methods

public static ContentIdentifier getInstance (Object o)

public ASN1OctetString getValue ()

public DERObject toASN1Object ()

The definition of ContentIdentifier is

 ContentIdentifier ::=  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 }