| Modifier and Type | Field and Description |
|---|---|
static BlockMode |
BlockMode.DEFAULT_BLOCK_CHAIN_MODE
Cipher block chaining mode, the default algorithm for block chain mode
|
| Modifier and Type | Method and Description |
|---|---|
static BlockMode |
BlockMode.forShortcut(String shortcut)
Finds the BlockMode object for the given short cut
|
BlockMode |
Crypt.getBlockMode()
Returns the block mode
|
static BlockMode |
BlockMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockMode[] |
BlockMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Crypt(String encryptionAlgorithm,
int keySize,
int blockSize,
BlockMode blockMode,
Padding padding)
Constructs a Crypt object with the specified parameters
|
Crypt(String encryptionAlgorithm,
int keySize,
int blockSize,
String passwordHashingAlgorithm,
BlockMode blockMode,
Padding padding)
Constructs a Crypt object with the specified parameters
|
Crypt(String encryptionAlgorithm,
int keySize,
int blockSize,
String passwordHashingAlgorithm,
BlockMode blockMode,
Padding padding,
int bufferSize)
Constructs a Crypt object with the specified parameters
|
Copyright © 2014 Michael Bock. All rights reserved.