Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.cms.IEnvelopedData
-
Packages that use IEnvelopedData Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.asn1.cms com.itextpdf.bouncycastleconnector com.itextpdf.commons.bouncycastle -
-
Uses of IEnvelopedData in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IEnvelopedData 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 IEnvelopedData in com.itextpdf.bouncycastle.asn1.cms
Classes in com.itextpdf.bouncycastle.asn1.cms that implement IEnvelopedData Modifier and Type Class Description class
EnvelopedDataBC
Wrapper class forEnvelopedData
. -
Uses of IEnvelopedData in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IEnvelopedData Modifier and Type Method Description IEnvelopedData
BouncyCastleDefaultFactory. createEnvelopedData(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1)
-
Uses of IEnvelopedData in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IEnvelopedData 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.
-