Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.cms.IEncryptedContentInfo
Packages that use IEncryptedContentInfo
Package
Description
-
Uses of IEncryptedContentInfo in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IEncryptedContentInfoModifier 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.Methods in com.itextpdf.bouncycastle with parameters of type IEncryptedContentInfoModifier 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
Classes in com.itextpdf.bouncycastle.asn1.cms that implement IEncryptedContentInfoModifier and TypeClassDescriptionclass
Wrapper class forEncryptedContentInfo
.Constructors in com.itextpdf.bouncycastle.asn1.cms with parameters of type IEncryptedContentInfoModifierConstructorDescriptionEnvelopedDataBC
(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 IEncryptedContentInfoModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createEncryptedContentInfo
(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Methods in com.itextpdf.bouncycastleconnector with parameters of type IEncryptedContentInfoModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.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 IEncryptedContentInfoModifier 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.Methods in com.itextpdf.commons.bouncycastle with parameters of type IEncryptedContentInfoModifier 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.