| Modifier and Type | Field and Description |
|---|---|
protected GPSecureChannel |
GPCardKeys.scp |
| Modifier and Type | Method and Description |
|---|---|
static GPSecureChannel |
GPSecureChannel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPSecureChannel[] |
GPSecureChannel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<GPSecureChannel> |
GPSecureChannel.valueOf(int i) |
| Modifier and Type | Method and Description |
|---|---|
GPCardKeys |
PlaintextKeys.diversify(GPSecureChannel scp,
byte[] kdd) |
GPCardKeys |
GPCardKeys.diversify(GPSecureChannel scp,
byte[] kdd) |
void |
GPSession.openSecureChannel(GPCardKeys keys,
GPSecureChannel scp,
byte[] host_challenge,
EnumSet<GPSession.APDUMode> securityLevel) |
Copyright © 2019. All rights reserved.