Interface IExternalDecryptionProcess


public interface IExternalDecryptionProcess
Interface to externalize the retrieval of the CMS recipient info.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bouncycastle.cms.Recipient
    Returns the CMS recipient
    org.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