Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.cms.IEncryptedContentInfo
-
Packages that use IEncryptedContentInfo Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.asn1.cms com.itextpdf.bouncycastleconnector com.itextpdf.commons.bouncycastle -
-
Uses of IEncryptedContentInfo in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IEncryptedContentInfo Modifier and Type Method Description IEncryptedContentInfo
BouncyCastleFactory. 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.Methods in com.itextpdf.bouncycastle with parameters of type IEncryptedContentInfo Modifier and Type Method Description IEnvelopedData
BouncyCastleFactory. 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
Classes in com.itextpdf.bouncycastle.asn1.cms that implement IEncryptedContentInfo Modifier and Type Class Description class
EncryptedContentInfoBC
Wrapper class forEncryptedContentInfo
.Constructors in com.itextpdf.bouncycastle.asn1.cms with parameters of type IEncryptedContentInfo Constructor Description EnvelopedDataBC(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1)
Creates new wrapper instance forEnvelopedData
. -
Uses of IEncryptedContentInfo in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IEncryptedContentInfo Modifier and Type Method Description IEncryptedContentInfo
BouncyCastleDefaultFactory. createEncryptedContentInfo(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IEncryptedContentInfo Modifier and Type Method Description IEnvelopedData
BouncyCastleDefaultFactory. createEnvelopedData(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1)
-
Uses of IEncryptedContentInfo in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IEncryptedContentInfo Modifier and Type Method Description IEncryptedContentInfo
IBouncyCastleFactory. 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.Methods in com.itextpdf.commons.bouncycastle with parameters of type IEncryptedContentInfo Modifier and Type Method Description IEnvelopedData
IBouncyCastleFactory. 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.
-