Interface IRecipientInformationStore

  • All Known Implementing Classes:
    RecipientInformationStoreBC

    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 Detail

      • getRecipients

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