Creates a new {@code NullCipher} instance. super(new NullCipherSpi(), null, null); try { this.init(Cipher.ENCRYPT_MODE, (Key)null, (SecureRandom)null); } catch (InvalidKeyException e) { }
super(new NullCipherSpi(), null, null); try { this.init(Cipher.ENCRYPT_MODE, (Key)null, (SecureRandom)null); } catch (InvalidKeyException e) { }