@Immutable public final class PrfBasedKeyDerivationParameters extends KeyDerivationParameters
PrfBasedKeyDerivationKey.| Modifier and Type | Class and Description |
|---|---|
static class |
PrfBasedKeyDerivationParameters.Builder
Builds a new PrfBasedKeyDerivationParameters instance.
|
| Modifier and Type | Method and Description |
|---|---|
static PrfBasedKeyDerivationParameters.Builder |
builder() |
boolean |
equals(Object o) |
Parameters |
getDerivedKeyParameters()
The parameters of the keys which are in the result keyset when the user calls
KeysetDeriver.deriveKeyset(). |
PrfParameters |
getPrfParameters()
The parameters of the PRF used to create randomness from the salt.
|
int |
hashCode() |
String |
toString() |
hasIdRequirementpublic static PrfBasedKeyDerivationParameters.Builder builder()
public PrfParameters getPrfParameters()
public Parameters getDerivedKeyParameters()
KeysetDeriver.deriveKeyset().getDerivedKeyParameters in class KeyDerivationParameters