| /* | |
| * 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; | |
| } |