Package com.itextpdf.kernel.security
Interface IExternalDecryptionProcess
public interface IExternalDecryptionProcess
Interface to externalize the retrieval of the CMS recipient info.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the CMS recipientReturns the ID of the CMS recipient.
-
Method Details
-
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
-