- transformation
- the name of the transformation to create a cipher for.
- provider
- 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. Javax.Crypto.NoSuchPaddingException if the requested padding scheme in the transformation is not available. Java.Lang.IllegalArgumentException if the provider is null.
Creates a new cipher for the specified transformation. The provider supplied does not have to be registered.