| Modifier and Type | Field and Description |
|---|---|
static Map<GPCardKeys.KeyPurpose,byte[]> |
PlaintextKeys.SCP02_CONSTANTS |
static Map<GPCardKeys.KeyPurpose,Byte> |
PlaintextKeys.SCP03_CONSTANTS |
static Map<GPCardKeys.KeyPurpose,byte[]> |
PlaintextKeys.SCP03_KDF_CONSTANTS |
| Modifier and Type | Method and Description |
|---|---|
static GPCardKeys.KeyPurpose |
GPCardKeys.KeyPurpose.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPCardKeys.KeyPurpose[] |
GPCardKeys.KeyPurpose.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<GPCardKeys.KeyPurpose> |
GPCardKeys.KeyPurpose.cardKeys() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
PlaintextKeys.diversify(byte[] k,
GPCardKeys.KeyPurpose usage,
byte[] kdd,
PlaintextKeys.Diversification method) |
byte[] |
GPSessionKeys.encryptKey(GPCardKeys other,
GPCardKeys.KeyPurpose p) |
byte[] |
PlaintextKeys.encryptKey(GPCardKeys key,
GPCardKeys.KeyPurpose p) |
abstract byte[] |
GPCardKeys.encryptKey(GPCardKeys key,
GPCardKeys.KeyPurpose p) |
static byte[] |
PlaintextKeys.fillEmv(byte[] kdd,
GPCardKeys.KeyPurpose key) |
static byte[] |
PlaintextKeys.fillVisa(byte[] kdd,
GPCardKeys.KeyPurpose key) |
static byte[] |
PlaintextKeys.fillVisa2(byte[] kdd,
GPCardKeys.KeyPurpose key) |
byte[] |
GPSessionKeys.get(GPCardKeys.KeyPurpose p) |
byte[] |
PlaintextKeys.kcv(GPCardKeys.KeyPurpose p) |
abstract byte[] |
GPCardKeys.kcv(GPCardKeys.KeyPurpose p) |
Copyright © 2019. All rights reserved.