Class EncryptedContentInfoBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.cms.EncryptedContentInfoBC
- All Implemented Interfaces:
IEncryptedContentInfo, IASN1Encodable
Wrapper class for
EncryptedContentInfo.-
Constructor Summary
ConstructorsConstructorDescriptionEncryptedContentInfoBC(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
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.cms.EncryptedContentInfoGets actual org.bouncycastle object being wrapped.Methods inherited from class ASN1EncodableBC
equals, getEncodable, hashCode, isNull, toASN1Primitive, toStringMethods inherited from interface IASN1Encodable
isNull, toASN1Primitive
-
Constructor Details
-
EncryptedContentInfoBC
public EncryptedContentInfoBC(org.bouncycastle.asn1.cms.EncryptedContentInfo encryptedContentInfo) Creates new wrapper instance forEncryptedContentInfo.- Parameters:
encryptedContentInfo-EncryptedContentInfoto be wrapped
-
EncryptedContentInfoBC
public EncryptedContentInfoBC(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forEncryptedContentInfo.- Parameters:
data- ASN1ObjectIdentifier wrapperalgorithmIdentifier- AlgorithmIdentifier wrapperoctetString- ASN1OctetString wrapper
-
-
Method Details
-
getEncryptedContentInfo
public org.bouncycastle.asn1.cms.EncryptedContentInfo getEncryptedContentInfo()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
EncryptedContentInfo.
-