Class StandardCipherTransformations


  • public class StandardCipherTransformations
    extends Object
    List of standard cipher transformations which are valid as arguments for Cipher.getInstance(String).

    The list here is a copy from Java SE 7 JavaDoc. Therefore, they may not be supported in older Java SE environments.

    Since:
    4.23
    Author:
    Takahiko Kawasaki
    See Also:
    javax.crypto.Cipher