blob: 13f4f8e3ddb2290946f3ce0ede5f34012bb20c69 [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.security.metrics;
/**
* HardwareAuthenticatorType enum as defined in Keystore2KeyCreationWithAuthInfo of
* frameworks/proto_logging/stats/atoms.proto.
* @hide
*/
public @interface HardwareAuthenticatorType {
/** Unspecified takes 0. Other values are incremented by 1 compared to keymint spec. */
public static final int AUTH_TYPE_UNSPECIFIED = 0;
public static final int NONE = 1;
public static final int PASSWORD = 2;
public static final int FINGERPRINT = 3;
public static final int ANY = 5;
}