blob: 803965217dcf4251ddf7a31dd90d393e35934c61 [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.hardware.security.keymint;
/** @hide */
public @interface KeyOrigin {
public static final int GENERATED = 0;
public static final int DERIVED = 1;
public static final int IMPORTED = 2;
public static final int RESERVED = 3;
public static final int SECURELY_IMPORTED = 4;
}