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 forEncryptedContentInfo
.
-
-
Constructor Summary
Constructors Constructor Description EncryptedContentInfoBC(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
Creates new wrapper instance forEncryptedContentInfo
.EncryptedContentInfoBC(org.bouncycastle.asn1.cms.EncryptedContentInfo encryptedContentInfo)
Creates new wrapper instance forEncryptedContentInfo
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.cms.EncryptedContentInfo
getEncryptedContentInfo()
Gets actual org.bouncycastle object being wrapped.-
Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
equals, getEncodable, hashCode, isNull, toASN1Primitive, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
-
-
-
Constructor Detail
-
EncryptedContentInfoBC
public EncryptedContentInfoBC(org.bouncycastle.asn1.cms.EncryptedContentInfo encryptedContentInfo)
Creates new wrapper instance forEncryptedContentInfo
.- Parameters:
encryptedContentInfo
-EncryptedContentInfo
to be wrapped
-
EncryptedContentInfoBC
public EncryptedContentInfoBC(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
Creates new wrapper instance forEncryptedContentInfo
.- Parameters:
data
- ASN1ObjectIdentifier wrapperalgorithmIdentifier
- AlgorithmIdentifier wrapperoctetString
- ASN1OctetString wrapper
-
-