Class ContentIdentifier

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ess.ContentIdentifier
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class ContentIdentifier extends org.bouncycastle.asn1.ASN1Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    ContentIdentifier(byte[] value)
    Create from byte array representing the identifier.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.bouncycastle.asn1.ASN1OctetString
     
    org.bouncycastle.asn1.ASN1Primitive
    The definition of ContentIdentifier is

    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 Details

    • ContentIdentifier

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

    • getInstance

      public static ContentIdentifier getInstance(Object o)
    • getValue

      public org.bouncycastle.asn1.ASN1OctetString getValue()
    • toASN1Primitive

      public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
      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 }
      Specified by:
      toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object