public interface KeyDerivationFunction
| Modifier and Type | Interface and Description |
|---|---|
static class |
KeyDerivationFunction.Default |
| 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) |
Copyright © 2018. All rights reserved.