public static class KeyDerivationFunction.Default extends Object implements KeyDerivationFunction
KeyDerivationFunction.Default| Constructor and Description |
|---|
Default(at.favre.lib.crypto.HKDF hkdf,
boolean useOnly23ByteBcryptOut) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
derive(byte[] salt,
byte[] ikm,
int logRounds,
byte[] infoParam,
int outLengthByte) |
byte[] |
derive(byte[] salt,
char[] password,
int logRounds,
byte[] infoParam,
int outLengthByte) |
public Default(at.favre.lib.crypto.HKDF hkdf,
boolean useOnly23ByteBcryptOut)
public byte[] derive(byte[] salt,
char[] password,
int logRounds,
byte[] infoParam,
int outLengthByte)
derive in interface KeyDerivationFunctionpublic byte[] derive(byte[] salt,
byte[] ikm,
int logRounds,
byte[] infoParam,
int outLengthByte)
derive in interface KeyDerivationFunctionCopyright © 2018. All rights reserved.