Package | Description |
---|---|
org.bouncycastle.crypto | |
org.bouncycastle.jcajce |
Modifier and Type | Class and Description |
---|---|
class |
PasswordConverter
Standard char[] to byte[] converters for password based derivation algorithms.
|
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 © 2020 BouncyCastle.org. All rights reserved.