Maven module :un.api : api-encoding :
Class :
un.impl.cryptography.algorithms.AES
Extends/Implements :
un.impl.cryptography.algorithms.CipherAlgorithm
Subclasses : -
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)
AES-128, AES-192 and AES-256.
http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf
author Bertrand COTE