Interface IJceKeyTransEnvelopedRecipient
- All Superinterfaces:
IRecipient
- All Known Implementing Classes:
JceKeyTransEnvelopedRecipientBC
This interface represents the wrapper for JceKeyTransEnvelopedRecipient that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionsetProvider(String provider) Calls actualsetProvidermethod for the wrapped JceKeyTransEnvelopedRecipient object.
-
Method Details
-
setProvider
Calls actualsetProvidermethod for the wrapped JceKeyTransEnvelopedRecipient object.- Parameters:
provider- provider name- Returns:
IJceKeyTransEnvelopedRecipientthis wrapper object.
-