Package | Description |
---|---|
com.hidglobal.ia.service.beans |
ActivID Mobile Signing SDK Common Bean Classes
|
com.hidglobal.ia.service.transaction |
ActivID Mobile Signing SDK Transaction Processor Classes
|
Modifier and Type | Method and Description |
---|---|
Parameter[] |
Event.getParameters()
Returns the event metadata parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
Event.setParameters(Parameter[] parameters)
Sets the event metadata parameters.
|
Constructor and Description |
---|
Event(String id,
Parameter[] parameters)
Constructor.
|
PasswordPromptEvent(Parameter[] parameters,
boolean passwordInitialization,
long expiryDate,
PasswordPolicy passwordPolicy)
Constructor.
|
ProgressEvent(Parameter[] parameters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Container.deleteKey(KeyId id,
Parameter[] params)
Deletes the key identified by its ID.
|
Container[] |
Device.findContainers(Parameter[] filter)
Retrieves a container based on input parameter filter.
|
Key[] |
Container.findKeys(Parameter[] filter)
Retrieves a key handle from the secure key store based on input parameter filter.
|
Transaction |
TransactionInfo.getTransaction(char[] sessionPassword,
Parameter[] params)
Retrieves a transaction associated with that transaction info.
|
boolean |
Device.reset(Parameter[] params)
Deprecated.
This method is no longer acceptable to delete the containers.
Use com.hidglobal.ia.service.manager.DeviceFactory.reset(Context) instead.
|
Transaction |
Device.retrieveTransaction(char[] transactionId,
char[] sessionPassword,
Parameter[] params)
Deprecated.
This method is no longer acceptable to retrieve transaction.
Use
TransactionInfo.getTransaction(char[], Parameter[]) instead. |
char[][] |
Container.retrieveTransactionsIds(char[] sessionPassword,
Parameter[] params)
Retrieve a list of pending transaction IDs from the container.
|
boolean |
Transaction.setStatus(String status,
char[] signingPassword,
char[] sessionPassword,
Parameter[] param)
Communicates the status of this transaction using provided key identifier.
|
void |
Device.updateDeviceInfo(String name,
char[] value,
char[] sessionPassword,
Parameter[] params)
Updates device information.
|
Copyright © 2005-2020 HID Global Corporation/ASSA ABLOY AB.