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 classRecipientInformationBCWrapper class forRecipientInformation.Methods in com.itextpdf.bouncycastle.cms that return IRecipientInformation Modifier and Type Method Description IRecipientInformationRecipientInformationStoreBC. get(IRecipientId id)Calls actualgetmethod 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 actualgetRecipientsmethod 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 IRecipientInformationIRecipientInformationStore. get(IRecipientId var1)Calls actualgetmethod 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 actualgetRecipientsmethod 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.
-