Uses of Interface
com.itextpdf.commons.bouncycastle.cms.IRecipientInformation
Package
Description
-
Uses of IRecipientInformation in com.itextpdf.bouncycastle.cms
Modifier and TypeClassDescriptionclass
Wrapper class forRecipientInformation
.Modifier and TypeMethodDescriptionRecipientInformationStoreBC.get
(IRecipientId id) Calls actualget
method for the wrapped RecipientInformationStore object.Modifier and TypeMethodDescriptionRecipientInformationStoreBC.getRecipients()
Calls actualgetRecipients
method for the wrapped RecipientInformationStore object. -
Uses of IRecipientInformation in com.itextpdf.bouncycastlefips.cms
Modifier and TypeClassDescriptionclass
Wrapper class forRecipientInformation
.Modifier and TypeMethodDescriptionRecipientInformationStoreBCFips.get
(IRecipientId id) Calls actualget
method for the wrapped RecipientInformationStore object.Modifier and TypeMethodDescriptionRecipientInformationStoreBCFips.getRecipients()
Calls actualgetRecipients
method for the wrapped RecipientInformationStore object. -
Uses of IRecipientInformation in com.itextpdf.commons.bouncycastle.cms
Modifier and TypeMethodDescriptionIRecipientInformationStore.get
(IRecipientId var1) Calls actualget
method for the wrapped RecipientInformationStore object.Modifier and TypeMethodDescriptionIRecipientInformationStore.getRecipients()
Calls actualgetRecipients
method for the wrapped RecipientInformationStore object. -
Uses of IRecipientInformation in com.itextpdf.kernel.pdf
Modifier and TypeMethodDescriptionstatic byte[]
PdfEncryptor.getContent
(IRecipientInformation recipientInfo, PrivateKey certificateKey, String certificateKeyProvider) Gets the content from a recipient.