Companion

public class Companion

Properties

Link copied to clipboard
private final Boolean CUSTOM_MODEL_PATH

The model path enable fetching the models from application file path

Link copied to clipboard
private final List<String> fileUrls
Link copied to clipboard
public final static Constants.Companion INSTANCE
Link copied to clipboard
private final String ISSUERS_PUBLIC_KEY

The public key of the issuer that generated the SensePrint QR code.

Link copied to clipboard

The tolerance level for liveness checks

Link copied to clipboard
private final SdkMode SDK_MODE

to determine whether to check if the apk is online or offline

Link copied to clipboard

A verifier auth key can be set while generating a SensePrint QR code. If it has been set, then the SenseCrypt SDK will need to be initialized with the same verifier auth key.

Functions

Link copied to clipboard

The model path enable fetching the models from application file path

Link copied to clipboard
public final List<String> getFileUrls()
Link copied to clipboard

The public key of the issuer that generated the SensePrint QR code.

Link copied to clipboard

The tolerance level for liveness checks

Link copied to clipboard
public final SdkMode getSDK_MODE()

to determine whether to check if the apk is online or offline

Link copied to clipboard

A verifier auth key can be set while generating a SensePrint QR code. If it has been set, then the SenseCrypt SDK will need to be initialized with the same verifier auth key.