Uses of Interface gnu.javax.crypto.mode.IMode

Uses in package gnu.javax.crypto.assembly

Methods with parameter type gnu.javax.crypto.mode.IMode

Stage
Stage.getInstance(IMode mode, Direction forwardDirection)

Uses in package gnu.javax.crypto.mode

Classes implementing gnu.javax.crypto.mode.IMode

class
A basic abstract class to facilitate implementing block cipher modes of operations.
class
The Cipher Block Chaining mode.
class
The cipher feedback mode.
class
The implementation of the Counter Mode.
class
A conventional two-pass authenticated-encrypted mode, EAX.
class
The implementation of the Electronic Codebook mode.
class
An implementation of David McGrew Integer Counter Mode (ICM) as an IMode.
class
The Output Feedback (OFB) mode is a confidentiality mode that requires a unique IV for every message that is ever encrypted under the given key.

Methods with return type gnu.javax.crypto.mode.IMode

IMode
ModeFactory.getInstance(String mode, IBlockCipher cipher, int cipherBlockSize)
IMode
ModeFactory.getInstance(String mode, String cipher, int cipherBlockSize)
Returns an instance of a block cipher mode of operations given its name and characteristics of the underlying block cipher.