Package com.itextpdf.kernel.security
Interface IExternalDecryptionProcess
public interface IExternalDecryptionProcess
Interface to externalize the retrieval of the CMS recipient info.
-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.cms.Recipient
Returns the CMS recipientorg.bouncycastle.cms.RecipientId
Returns the ID of the CMS recipient.
-
Method Details
-
getCmsRecipientId
org.bouncycastle.cms.RecipientId getCmsRecipientId()Returns the ID of the CMS recipient.- Returns:
- ID of the CMS Recipient
-
getCmsRecipient
org.bouncycastle.cms.Recipient getCmsRecipient()Returns the CMS recipient- Returns:
- CMS Recipient
-