- transformation
- the name of the transformation to create a cipher for.
- provider
- the name of the provider to ask for the transformation.
Documentation for this section has not yet been entered.
Type Reason Java.Security.NoSuchAlgorithmException if the specified provider can not provide the transformation, or it is null, empty or in an invalid format. Java.Security.NoSuchProviderException if no provider with the specified name can be found. Javax.Crypto.NoSuchPaddingException if the requested padding scheme in the transformation is not available. Java.Lang.IllegalArgumentException if the specified provider is null.
Creates a new cipher for the specified transformation provided by the specified provider.