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 IJceKeyAgreeEnvelopedRecipientsetProvider(java.lang.String provider)Calls actualsetProvidermethod for the wrapped JceKeyAgreeEnvelopedRecipient object.
-
-
-
Method Detail
-
setProvider
IJceKeyAgreeEnvelopedRecipient setProvider(java.lang.String provider)
Calls actualsetProvidermethod for the wrapped JceKeyAgreeEnvelopedRecipient object.- Parameters:
provider- provider name- Returns:
IJceKeyAgreeEnvelopedRecipientthis wrapper object.
-
-