Interface ICMSEnvelopedData
- All Known Implementing Classes:
-
CMSEnvelopedDataBC
,CMSEnvelopedDataBCFips
public interface ICMSEnvelopedData
This interface represents the wrapper for CMSEnvelopedData that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionCalls actualgetRecipientInfos
method for the wrapped CMSEnvelopedData object.
-
Method Details
-
getRecipientInfos
IRecipientInformationStore getRecipientInfos()Calls actualgetRecipientInfos
method for the wrapped CMSEnvelopedData object.- Returns:
-
IRecipientInformationStore
the wrapper for the received RecipientInformationStore object.
-