Interface IJceKeyAgreeEnvelopedRecipient
- All Superinterfaces:
IRecipient
- All Known Implementing Classes:
JceKeyAgreeEnvelopedRecipientBC
This interface represents the wrapper for JceKeyAgreeEnvelopedRecipient 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 JceKeyAgreeEnvelopedRecipient object.
-
Method Details
-
setProvider
Calls actualsetProvider
method for the wrapped JceKeyAgreeEnvelopedRecipient object.- Parameters:
provider
- provider name- Returns:
IJceKeyAgreeEnvelopedRecipient
this wrapper object.
-