Package | Description |
---|---|
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 | 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.
|
void |
PasswordPolicy.verifyPassword(char[] password)
Verifies whether password protecting the key is correct (RSA keys ONLY).
|
Modifier and Type | Method and Description |
---|---|
Key |
Container.addKey(KeySpec keySpec,
ProtectionPolicy protectionPolicy,
char[] password)
Adds a key to the container.
|
byte[] |
Key.getEncoded(char[] password)
Gets the key in its primary encoding format.
|
void |
Container.renew(ContainerRenewal config,
char[] sessionPassword,
EventListener eventListener) |
void |
Container.setProperty(String param,
char[] value)
Overrides a container property.
|
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.