HID APPROVE SDK
5.10
HID Approve SDK for Android
|
The Transaction namespace provides transaction signing related features. More...
Static Public Member Functions | |
static Device | getDevice (Context context, ConnectionConfiguration config) throws UnsupportedDeviceException, LostCredentialsException, InternalException, InvalidParameterException |
static Device | getDevice (Context context, ConnectionConfiguration config, char[] sessionPassword) throws UnsupportedDeviceException, LostCredentialsException, InternalException, InvalidParameterException |
static void | reset (Context ctx) throws InternalException |
The Transaction namespace provides transaction signing related features.
Factory for creating a new device instance.
|
inlinestatic |
Create device instance
context | Android application environment data |
config | optional connection configuration. |
InternalException | if an unexpected error occurs. |
InvalidParameterException | if the given parameters are invalid or required parameters are missing. |
UnsupportedDeviceException | if device configuration is not supported. |
LostCredentialsException | if provisioning key data has been corrupted or lost. |
|
inlinestatic |
Deprecated. Create device instance
context | Android application environment data |
config | optional connection configuration. |
sessionPassword | transaction protection key password (can be null if not required by the policy) |
InternalException | if an unexpected error occurs. |
InvalidParameterException | if the given parameters are invalid or required parameters are missing. |
UnsupportedDeviceException | if device configuration is not supported. |
LostCredentialsException | if provisioning key data has been corrupted or lost. |
|
inlinestatic |
Deletes all containers and keys contained in the device.
ctx | Android application environment data |
InternalException | if an unexpected error occurred. |