- transformation
- the name of the transformation to create a cipher for.
Documentation for this section has not yet been entered.
Type Reason Java.Security.NoSuchAlgorithmException if no installed provider can provide the transformation, or it is null, empty or in an invalid format. Javax.Crypto.NoSuchPaddingException if no installed provider can provide the padding scheme in the transformation.
Creates a new Cipher for the specified transformation. The installed providers are searched in order for an implementation of the specified transformation. The first found provider providing the transformation is used to create the cipher. If no provider is found an exception is thrown.