Class EncryptedContentInfoBC

java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.cms.EncryptedContentInfoBC
All Implemented Interfaces:
IEncryptedContentInfo, IASN1Encodable

public class EncryptedContentInfoBC extends ASN1EncodableBC implements IEncryptedContentInfo
Wrapper class for EncryptedContentInfo.
  • Constructor Details

    • EncryptedContentInfoBC

      public EncryptedContentInfoBC (org.bouncycastle.asn1.cms.EncryptedContentInfo encryptedContentInfo)
      Creates new wrapper instance for EncryptedContentInfo.
      Parameters:
      encryptedContentInfo - EncryptedContentInfo to be wrapped
    • EncryptedContentInfoBC

      public EncryptedContentInfoBC (IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
      Creates new wrapper instance for EncryptedContentInfo.
      Parameters:
      data - ASN1ObjectIdentifier wrapper
      algorithmIdentifier - AlgorithmIdentifier wrapper
      octetString - ASN1OctetString wrapper
  • Method Details

    • getEncryptedContentInfo

      public org.bouncycastle.asn1.cms.EncryptedContentInfo getEncryptedContentInfo()
      Gets actual org.bouncycastle object being wrapped.
      Returns:
      wrapped EncryptedContentInfo.