Package | Description |
---|---|
com.hidglobal.ia.service.manager |
ActivID Mobile Signing SDK Manager 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 | Method and Description |
---|---|
static Device |
DeviceFactory.getDevice(android.content.Context context,
ConnectionConfiguration config)
Deprecated.
|
static Device |
DeviceFactory.getDevice(android.content.Context context,
ConnectionConfiguration config,
char[] sessionPassword)
Create device instance
|
static Device |
DeviceFactory.getDevice(android.content.Context context,
ConnectionConfiguration config,
char[] sessionPassword,
String deviceSerialNumber)
Create device instance
|
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.
|
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 |
BioPasswordPolicy.disableBioAuthentication()
Deletes the internally stored password used for external biometric authentication.
|
void |
BioPasswordPolicy.enableBioAuthentication(char[] password)
Enables authentication with biometrics.
|
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.
|
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.
|
Key[] |
Container.findKeys(Parameter[] filter)
Retrieves a key handle from the secure key store based on input parameter filter.
|
String |
Key.getAlgorithm()
Gets the standard algorithm name for the key.
|
char[] |
Device.getDeviceInfo(String param)
Retrieves device information.
|
byte[] |
Key.getEncoded()
Gets the key in its primary encoding format.
|
byte[] |
Key.getEncoded(char[] password)
Gets the key in its primary encoding format.
|
String |
Key.getFormat()
Gets the name of the primary encoding format of this key.
|
char[] |
Container.getProperty(String param)
Returns container property.
|
ProtectionPolicy |
Container.getProtectionPolicy()
Gets the protection policy associated with container.
|
Key |
Transaction.getSigningKey()
Gets the Signing Key object associated with that transaction.
|
Transaction |
TransactionInfo.getTransaction(char[] sessionPassword,
Parameter[] params)
Retrieves a transaction associated with that transaction info.
|
boolean |
Key.isExtractable()
Returns true when the key is extractable.
|
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.