org.bouncycastle.asn1.ess

Class ContentIdentifier

Implemented Interfaces:
DEREncodable

public class ContentIdentifier
extends ASN1Encodable

Constructor Summary

ContentIdentifier(byte[] value)
Create from byte array representing the identifier.
ContentIdentifier(ASN1OctetString value)
Create from OCTET STRING whose octets represent the identifier.

Method Summary

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 }

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

equals, getDERObject, getEncoded, hashCode, toASN1Object

Constructor Details

ContentIdentifier

public ContentIdentifier(byte[] value)
Create from byte array representing the identifier.


ContentIdentifier

public ContentIdentifier(ASN1OctetString value)
Create from OCTET STRING whose octets represent the identifier.

Method Details

getInstance

public static ContentIdentifier getInstance(Object o)


getValue

public ASN1OctetString getValue()


toASN1Object

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 }
Overrides:
toASN1Object in interface ASN1Encodable