-
- All Implemented Interfaces:
-
org.forgerock.android.auth.devicebind.CryptoAware,org.forgerock.android.auth.devicebind.DeviceAuthenticator
public class BiometricOnly extends BiometricAuthenticator
Settings for all the biometric authentication is configured
-
-
Constructor Summary
Constructors Constructor Description BiometricOnly()
-
Method Summary
Modifier and Type Method Description KeyPairgenerateKeys(Context context, Attestation attestation)generate the public and private keypair BooleanisSupported(Context context, Attestation attestation)check biometric is supported final DeviceBindingAuthenticationTypetype()-
Methods inherited from class org.forgerock.android.auth.devicebind.BiometricAuthenticator
authenticate, deleteKeys, setBiometricHandler, setKey -
Methods inherited from class org.forgerock.android.auth.devicebind.DeviceAuthenticator
prompt, sign, sign -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
generateKeys
KeyPair generateKeys(Context context, Attestation attestation)
generate the public and private keypair
-
isSupported
Boolean isSupported(Context context, Attestation attestation)
check biometric is supported
-
type
final DeviceBindingAuthenticationType type()
-
-
-
-