| Package | Description |
|---|---|
| org.cryptacular.pbe |
| Modifier and Type | Field and Description |
|---|---|
private DigestSpec |
PBES1Algorithm.digestSpec
Pseudorandom function digest specification.
|
| Modifier and Type | Method and Description |
|---|---|
DigestSpec |
PBES1Algorithm.getDigestSpec() |
| Constructor and Description |
|---|
PBES1Algorithm(java.lang.String id,
BufferedBlockCipherSpec cipherSpec,
DigestSpec digestSpec)
Creates a new instance with given parameters.
|