Uses of Interface
com.itextpdf.commons.bouncycastle.cms.IRecipientInformation
-
Packages that use IRecipientInformation Package Description com.itextpdf.bouncycastle.cms com.itextpdf.commons.bouncycastle.cms com.itextpdf.kernel.pdf -
-
Uses of IRecipientInformation in com.itextpdf.bouncycastle.cms
Classes in com.itextpdf.bouncycastle.cms that implement IRecipientInformation Modifier and Type Class Description class
RecipientInformationBC
Wrapper class forRecipientInformation
.Methods in com.itextpdf.bouncycastle.cms that return IRecipientInformation Modifier and Type Method Description IRecipientInformation
RecipientInformationStoreBC. get(IRecipientId id)
Calls actualget
method for the wrapped RecipientInformationStore object.Methods in com.itextpdf.bouncycastle.cms that return types with arguments of type IRecipientInformation Modifier and Type Method Description java.util.Collection<IRecipientInformation>
RecipientInformationStoreBC. getRecipients()
Calls actualgetRecipients
method for the wrapped RecipientInformationStore object. -
Uses of IRecipientInformation in com.itextpdf.commons.bouncycastle.cms
Methods in com.itextpdf.commons.bouncycastle.cms that return IRecipientInformation Modifier and Type Method Description IRecipientInformation
IRecipientInformationStore. get(IRecipientId var1)
Calls actualget
method for the wrapped RecipientInformationStore object.Methods in com.itextpdf.commons.bouncycastle.cms that return types with arguments of type IRecipientInformation Modifier and Type Method Description java.util.Collection<IRecipientInformation>
IRecipientInformationStore. getRecipients()
Calls actualgetRecipients
method for the wrapped RecipientInformationStore object. -
Uses of IRecipientInformation in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf with parameters of type IRecipientInformation Modifier and Type Method Description static byte[]
PdfEncryptor. getContent(IRecipientInformation recipientInfo, java.security.PrivateKey certificateKey, java.lang.String certificateKeyProvider)
Gets the content from a recipient.
-