| Modifier and Type | Method and Description |
|---|---|
static PlaintextKeys.Diversification |
PlaintextKeys.Diversification.lookup(String v) |
static PlaintextKeys.Diversification |
PlaintextKeys.Diversification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlaintextKeys.Diversification[] |
PlaintextKeys.Diversification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PlaintextKeys |
PlaintextKeys.derivedFromMasterKey(byte[] master,
byte[] kcv,
PlaintextKeys.Diversification div) |
static byte[] |
PlaintextKeys.diversify(byte[] k,
GPCardKeys.KeyPurpose usage,
byte[] kdd,
PlaintextKeys.Diversification method) |
void |
PlaintextKeys.setDiversifier(PlaintextKeys.Diversification diversifier) |
Copyright © 2019. All rights reserved.