Previous Topic: Device LockingNext Topic: API Details


Device Locking by Using Non-Default Parameters

To lock an account to a mobile by using parameters other than the default parameters supported by ArcotID PKI SDK:

  1. Implement the getKey() method in the DeviceLock interface.

    The getKey() method returns the unique identifier of the mobile that you have requested for.

  2. Invoke the setDeviceLock() method in the AID class.

    The setDeviceLock() method locks the account to the mobile by using the parameters that are fetched by the getKey() method.