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
Modifier and TypeMethodDescriptionCalls actualgetRecipientInfosmethod for the wrapped CMSEnvelopedData object.
-
Method Details
-
getRecipientInfos
IRecipientInformationStore getRecipientInfos()Calls actualgetRecipientInfosmethod for the wrapped CMSEnvelopedData object.- Returns:
IRecipientInformationStorethe wrapper for the received RecipientInformationStore object.
-