Package javax.crypto

Class NullCipher


  • public class NullCipher
    extends Cipher
    This class provides an identity cipher that does not transform the input data in any way. The encrypted data is identical to the plain text.
    • Constructor Detail

      • NullCipher

        public NullCipher()
        Creates a new NullCipher instance.