blob: 916ef59df87e84b8236777aa3d6164ab0fdd21fa [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.security.metrics;
/**
* SecurityLevel enum as defined in stats/enums/system/security/keystore2/enums.proto.
* @hide
*/
public @interface SecurityLevel {
/** Unspecified takes 0. Other values are incremented by 1 compared to keymint spec. */
public static final int SECURITY_LEVEL_UNSPECIFIED = 0;
public static final int SECURITY_LEVEL_SOFTWARE = 1;
public static final int SECURITY_LEVEL_TRUSTED_ENVIRONMENT = 2;
public static final int SECURITY_LEVEL_STRONGBOX = 3;
public static final int SECURITY_LEVEL_KEYSTORE = 4;
}