Uses of Interface
com.itextpdf.commons.bouncycastle.cms.IRecipientId
Package
Description
-
Uses of IRecipientId in com.itextpdf.bouncycastle.cms
Modifier and TypeMethodDescriptionRecipientInformationBC.getRID()
Calls actualgetRID
method for the wrapped RecipientInformation object.Modifier and TypeMethodDescriptionRecipientInformationStoreBC.get
(IRecipientId id) Calls actualget
method for the wrapped RecipientInformationStore object. -
Uses of IRecipientId in com.itextpdf.bouncycastlefips.cms
Modifier and TypeMethodDescriptionRecipientInformationBCFips.getRID()
Calls actualgetRID
method for the wrapped RecipientInformation object.Modifier and TypeMethodDescriptionRecipientInformationStoreBCFips.get
(IRecipientId id) Calls actualget
method for the wrapped RecipientInformationStore object. -
Uses of IRecipientId in com.itextpdf.commons.bouncycastle.cms
Modifier and TypeMethodDescriptionIRecipientInformation.getRID()
Calls actualgetRID
method for the wrapped RecipientInformation object.Modifier and TypeMethodDescriptionIRecipientInformationStore.get
(IRecipientId var1) Calls actualget
method for the wrapped RecipientInformationStore object. -
Uses of IRecipientId in com.itextpdf.kernel.security
Modifier and TypeMethodDescriptionIExternalDecryptionProcess.getCmsRecipientId()
Returns the ID of the CMS recipient.