Maven module :un.api : api-encoding :
Class : un.impl.cryptography.algorithms.CipherAlgorithm
Extends/Implements : -
Subclasses : -

author  Bertrand COTE


Variables : -
Functions : cipher, invCipher, getNewCipher




Encrypts input array.
param  input
return
public byte[] cipher (byte[] input)


Decrypts input array.
param  input
return
public byte[] invCipher (byte[] input)

CipherAlgorithm getNewCipher (byte[] key)