Interface ICMSEnvelopedData
-
- All Known Implementing Classes:
CMSEnvelopedDataBC
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IRecipientInformationStore
getRecipientInfos()
Calls actualgetRecipientInfos
method for the wrapped CMSEnvelopedData object.
-
-
-
Method Detail
-
getRecipientInfos
IRecipientInformationStore getRecipientInfos()
Calls actualgetRecipientInfos
method for the wrapped CMSEnvelopedData object.- Returns:
IRecipientInformationStore
the wrapper for the received RecipientInformationStore object.
-
-