Merge "Revert "Add new key purpose Wrap Key to KeyProperties.java and""

This commit is contained in:
TreeHugger Robot
2017-03-02 19:20:34 +00:00
committed by Android (Google) Code Review
5 changed files with 0 additions and 16 deletions

View File

@@ -138,8 +138,6 @@ public final class KeymasterDefs {
public static final int KM_PURPOSE_DECRYPT = 1;
public static final int KM_PURPOSE_SIGN = 2;
public static final int KM_PURPOSE_VERIFY = 3;
public static final int KM_PURPOSE_DERIVE_KEY = 4;
public static final int KM_PURPOSE_WRAP_KEY = 5;
// Key formats.
public static final int KM_KEY_FORMAT_X509 = 0;