| Package | Description |
|---|---|
| org.bouncycastle.jcajce |
| Constructor and Description |
|---|
PBKDF1Key(char[] password,
CharToByteConverter converter)
Basic constructor for a password based key with generation parameters for PBKDF1.
|
PBKDF1KeyWithParameters(char[] password,
CharToByteConverter converter,
byte[] salt,
int iterationCount)
Basic constructor for a password based key with generation parameters for PBKDF1.
|
PBKDF2Key(char[] password,
CharToByteConverter converter)
Basic constructor for a password based key using PBKDF - secret key generation parameters will be passed separately..
|
PBKDF2KeyWithParameters(char[] password,
CharToByteConverter converter,
byte[] salt,
int iterationCount)
Basic constructor for a password based key with generation parameters using FIPS PBKDF.
|
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.