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