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