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