Package | Description |
---|---|
com.hidglobal.ia.service.exception |
ActivID Mobile Signing SDK Exception Classes
|
com.hidglobal.ia.service.otp |
ActivID Mobile Signing SDK One Time Password Classes
|
com.hidglobal.ia.service.protectionpolicy |
ActivID Mobile Signing SDK Protection Policy Bean Classes
|
com.hidglobal.ia.service.transaction |
ActivID Mobile Signing SDK Transaction Processor Classes
|
Modifier and Type | Class and Description |
---|---|
class |
PasswordExpiredException
The password has expired and requires a change of password.
|
class |
PasswordNotYetUpdatableException
The password cannot be changed yet.
|
Modifier and Type | Method and Description |
---|---|
char[] |
AsyncOTPGenerator.computeClientResponse(char[] password,
char[] clientChallenge,
char[] serverChallenge,
InputAlgorithmParameters params)
Compute the client response for one-way challenge-response with optional parameters.
|
char[] |
AsyncOTPGenerator.computeResponse(char[] password,
char[] challenge,
InputAlgorithmParameters params)
Compute the response for one-way challenge-response.
|
char[] |
AsyncOTPGenerator.computeServerResponse(char[] password,
char[] clientChallenge,
char[] serverChallenge,
InputAlgorithmParameters params)
Compute the server response for one-way challenge-response or for two-way signature.
|
char[] |
AsyncOTPGenerator.computeSignature(char[] password,
char[] signatureChallenge,
char[] clientChallenge,
InputAlgorithmParameters params)
Compute the signature for one-way or two-way signature.
|
char[] |
SyncOTPGenerator.getOTP(char[] pwd)
Compute the one-time password.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PasswordPolicy.changePassword(char[] oldpwdvalue,
char[] newpwdvalue)
Changes the password bound to the protection policy identified by the protection policyId parameter.
|
Modifier and Type | Method and Description |
---|---|
Key |
Container.addKey(KeySpec keySpec,
ProtectionPolicy protectionPolicy,
char[] password)
Adds a key to the container.
|
Container |
Device.createContainer(ContainerInitialization config,
char[] sessionPassword,
EventListener listener)
Creates the container.
|
Container |
Device.createContainer(ContainerInitialization config,
EventListener listener)
Deprecated.
|
Container[] |
Device.findContainers(Parameter[] filter)
Retrieves a container based on input parameter filter.
|
byte[] |
Key.getEncoded()
Gets the key in its primary encoding format.
|
byte[] |
Key.getEncoded(char[] password)
Gets the key in its primary encoding format.
|
char[] |
Container.getProperty(String param)
Returns container property.
|
Transaction |
TransactionInfo.getTransaction(char[] sessionPassword,
Parameter[] params)
Retrieves a transaction associated with that transaction info.
|
void |
Container.renew(ContainerRenewal config,
char[] sessionPassword,
EventListener eventListener) |
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. |
void |
Container.setName(String name)
Sets the Friendly Name associated with that container.
|
void |
Container.setProperty(String param,
char[] value)
Overrides a container property.
|
void |
Device.updateDeviceInfo(String name,
char[] value,
char[] sessionPassword,
Parameter[] params)
Updates device information.
|
Copyright © 2005-2020 HID Global Corporation/ASSA ABLOY AB.