CipherWithModeAndPadding

constructor(cipher: Cipher, mode: CipherMode, padding: CipherPadding, iv: ByteArray? = null)