Maven module :un.api : api-encoding :
Class :
un.impl.cryptography.modes.CTR
Extends/Implements :
un.impl.cryptography.modes.CipherMode
Subclasses : -
Variables : -
Functions :
CTR,
cipher,
cipher,
invCipher,
invCipher,
getNewCipher
public void
CTR (byte[] key, CipherAlgorithm algorithm, Padding padding)
public byte[]
cipher (byte[] plainText)
public void
cipher (ByteInputStream input, ByteOutputStream output)
public byte[]
invCipher (byte[] cipherText)
public void
invCipher (ByteInputStream input, ByteOutputStream output)
public CipherMode
getNewCipher (byte[] key, CipherAlgorithm algorithm, Padding padding)
https://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Counter_.28CTR.29
author Bertrand COTE