Maven module :un.api : api-encoding :
Class :
un.impl.cryptography.modes.CipherMode
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
cipher,
cipher,
invCipher,
invCipher,
getNewCipher
public byte[]
cipher (byte[] input)
public void
cipher (ByteInputStream input, ByteOutputStream output)
public byte[]
invCipher (byte[] input)
public void
invCipher (ByteInputStream input, ByteOutputStream output)
CipherMode
getNewCipher (byte[] key, CipherAlgorithm algorithm, Padding padding)