| Package | Description |
|---|---|
| org.cryptacular.pbe | |
| org.cryptacular.spec |
| Modifier and Type | Field and Description |
|---|---|
private BufferedBlockCipherSpec |
PBES2Algorithm.cipherSpec
Cipher algorithm specification.
|
private BufferedBlockCipherSpec |
PBES1Algorithm.cipherSpec
Cipher algorithm specification.
|
| Modifier and Type | Method and Description |
|---|---|
BufferedBlockCipherSpec |
PBES2Algorithm.getCipherSpec() |
BufferedBlockCipherSpec |
PBES1Algorithm.getCipherSpec() |
| Constructor and Description |
|---|
PBES1Algorithm(java.lang.String id,
BufferedBlockCipherSpec cipherSpec,
DigestSpec digestSpec)
Creates a new instance with given parameters.
|
PBES2Algorithm(java.lang.String id,
BufferedBlockCipherSpec cipherSpec,
int keySizeBits)
Creates a new instance with given parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyedBlockCipherSpec
Describes a block cipher algorithm with a known key size.
|
| Modifier and Type | Method and Description |
|---|---|
static BufferedBlockCipherSpec |
BufferedBlockCipherSpec.parse(java.lang.String specification)
Parses a string representation of a buffered block cipher specification into an instance of this class.
|