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 Summary
Modifier and TypeMethodDescriptionget
(IRecipientId var1) Calls actualget
method for the wrapped RecipientInformationStore object.Calls actualgetRecipients
method for the wrapped RecipientInformationStore object.
-
Method Details
-
getRecipients
Collection<IRecipientInformation> getRecipients()Calls actualgetRecipients
method for the wrapped RecipientInformationStore object.- Returns:
- a collection of wrapped recipients.
-
get
Calls actualget
method for the wrapped RecipientInformationStore object.- Parameters:
-
var1
- RecipientId wrapper - Returns:
-
IRecipientInformation
the wrapper for received RecipientInformation object.
-