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 IJceKeyTransEnvelopedRecipientsetProvider(java.lang.String provider)Calls actualsetProvidermethod for the wrapped JceKeyTransEnvelopedRecipient object.
-
-
-
Method Detail
-
setProvider
IJceKeyTransEnvelopedRecipient setProvider(java.lang.String provider)
Calls actualsetProvidermethod for the wrapped JceKeyTransEnvelopedRecipient object.- Parameters:
provider- provider name- Returns:
IJceKeyTransEnvelopedRecipientthis wrapper object.
-
-