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

ADVANCED ENCRYPTION STANDARD (AES)
AES-128, AES-192 and AES-256.
http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf
author  Bertrand COTE


Variables : -
Functions : AES, cipher, invCipher, getNewCipher



public void AES (byte[] key)



public byte[] cipher (byte[] input)

public byte[] invCipher (byte[] input)

public CipherAlgorithm getNewCipher (byte[] key)