Package com.itextpdf.kernel.security
Interface IExternalDecryptionProcess
-
public interface IExternalDecryptionProcess
Interface to externalize the retrieval of the CMS recipient info.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IRecipient
getCmsRecipient()
Returns the CMS recipientIRecipientId
getCmsRecipientId()
Returns the ID of the CMS recipient.
-
-
-
Method Detail
-
getCmsRecipientId
IRecipientId getCmsRecipientId()
Returns the ID of the CMS recipient.- Returns:
- ID of the CMS Recipient
-
getCmsRecipient
IRecipient getCmsRecipient()
Returns the CMS recipient- Returns:
- CMS Recipient
-
-