Java org.apache.commons.crypto.cipher CryptoCipher fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.crypto.cipher CryptoCipher fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.crypto.cipher CryptoCipher.

The text is from its open source code.

Method

voidclose()
Closes this stream and releases any system resources associated with it.
intdoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
ClassgetClass()
Returns the runtime class of this Object .
voidinit(int mode, Key key, AlgorithmParameterSpec params)
Initializes the cipher with mode, key and iv.
intupdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)
Continues a multiple-part encryption/decryption operation.