Class EncryptedContentInfoBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.cms.EncryptedContentInfoBCFips
- All Implemented Interfaces:
-
IEncryptedContentInfo
,IASN1Encodable
public class EncryptedContentInfoBCFips extends ASN1EncodableBCFips implements IEncryptedContentInfo
Wrapper class for
EncryptedContentInfo
.
-
Constructor Summary
ConstructorDescriptionEncryptedContentInfoBCFips
(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forEncryptedContentInfo
.EncryptedContentInfoBCFips
(org.bouncycastle.asn1.cms.EncryptedContentInfo encryptedContentInfo) Creates new wrapper instance forEncryptedContentInfo
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.cms.EncryptedContentInfo
Gets actual org.bouncycastle object being wrapped.Methods inherited from class com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
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 Details
-
EncryptedContentInfoBCFips
public EncryptedContentInfoBCFips(org.bouncycastle.asn1.cms.EncryptedContentInfo encryptedContentInfo) Creates new wrapper instance forEncryptedContentInfo
.- Parameters:
-
encryptedContentInfo
-EncryptedContentInfo
to be wrapped
-
EncryptedContentInfoBCFips
public EncryptedContentInfoBCFips(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forEncryptedContentInfo
.- 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
.
-