Maven module :un.api : api-encoding :
Class :
un.impl.cryptography.modes.CBC
Extends/Implements :
un.impl.cryptography.modes.CipherMode
Subclasses : -
Variables :
algorithm
Functions :
CBC,
cipher,
cipher,
invCipher,
invCipher,
getNewCipher
CipherAlgorithm
algorithm
public void
CBC (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#Cipher-block_chaining_.28CBC.29
author Bertrand COTE