Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.cms.IEncryptedContentInfo
Package
Description
-
Uses of IEncryptedContentInfo in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createEncryptedContentInfo
(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create encrypted content info wrapper from ASN1 Object identifier wrapper, algorithm identifier wrapper and ASN1 Octet string wrapper.Modifier and TypeMethodDescriptionBouncyCastleFactory.createEnvelopedData
(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1) Create enveloped data wrapper from originator info wrapper, ASN1 Set wrapper, encrypted content info wrapper and another ASN1 Set wrapper. -
Uses of IEncryptedContentInfo in com.itextpdf.bouncycastle.asn1.cms
Modifier and TypeClassDescriptionclass
Wrapper class forEncryptedContentInfo
.ModifierConstructorDescriptionEnvelopedDataBC
(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1) Creates new wrapper instance forEnvelopedData
. -
Uses of IEncryptedContentInfo in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createEncryptedContentInfo
(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create encrypted content info wrapper from ASN1 Object identifier wrapper, algorithm identifier wrapper and ASN1 Octet string wrapper.Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createEnvelopedData
(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1) Create enveloped data wrapper from originator info wrapper, ASN1 Set wrapper, encrypted content info wrapper and another ASN1 Set wrapper. -
Uses of IEncryptedContentInfo in com.itextpdf.bouncycastlefips.asn1.cms
Modifier and TypeClassDescriptionclass
Wrapper class forEncryptedContentInfo
.ModifierConstructorDescriptionEnvelopedDataBCFips
(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1) Creates new wrapper instance forEnvelopedData
. -
Uses of IEncryptedContentInfo in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createEncryptedContentInfo
(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create encrypted content info wrapper from ASN1 Object identifier wrapper, algorithm identifier wrapper and ASN1 Octet string wrapper.Modifier and TypeMethodDescriptionIBouncyCastleFactory.createEnvelopedData
(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1) Create enveloped data wrapper from originator info wrapper, ASN1 Set wrapper, encrypted content info wrapper and another ASN1 Set wrapper.