Interface IRecipientInformationStore

All Known Implementing Classes:
RecipientInformationStoreBC, RecipientInformationStoreBCFips

public interface IRecipientInformationStore
This interface represents the wrapper for RecipientInformationStore that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
  • Method Details

    • getRecipients

      Collection<IRecipientInformation> getRecipients()
      Calls actual getRecipients method for the wrapped RecipientInformationStore object.
      Returns:
      a collection of wrapped recipients.
    • get

      Calls actual get method for the wrapped RecipientInformationStore object.
      Parameters:
      var1 - RecipientId wrapper
      Returns:
      IRecipientInformation the wrapper for received RecipientInformation object.