Class None
-
- All Implemented Interfaces:
-
org.forgerock.android.auth.devicebind.CryptoAware,org.forgerock.android.auth.devicebind.DeviceAuthenticator
public class None implements CryptoAware, DeviceAuthenticator
Settings for all the none authentication is configured
-
-
Constructor Summary
Constructors Constructor Description None()
-
Method Summary
Modifier and Type Method Description KeyPairgenerateKeys(Context context, Attestation attestation)generate the public and private keypair UnitdeleteKeys(Context context)final DeviceBindingAuthenticationTypetype()DeviceBindingStatusauthenticate(Context context)return success block for None type final UnitsetKey(CryptoKey cryptoKey)-
-
Method Detail
-
generateKeys
KeyPair generateKeys(Context context, Attestation attestation)
generate the public and private keypair
-
deleteKeys
Unit deleteKeys(Context context)
-
type
final DeviceBindingAuthenticationType type()
-
authenticate
DeviceBindingStatus authenticate(Context context)
return success block for None type
-
-
-
-