Interface IJceKeyTransEnvelopedRecipient
- All Superinterfaces:
-
IRecipient
- All Known Implementing Classes:
-
JceKeyTransEnvelopedRecipientBC
,JceKeyTransEnvelopedRecipientBCFips
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 actualsetProvider
method for the wrapped JceKeyTransEnvelopedRecipient object.
-
Method Details
-
setProvider
Calls actualsetProvider
method for the wrapped JceKeyTransEnvelopedRecipient object.- Parameters:
-
provider
- provider name - Returns:
-
IJceKeyTransEnvelopedRecipient
this wrapper object.
-