HomeSort by relevance Sort by last modified time
    Searched defs:PURPOSE_ENCRYPT (Results 1 - 3 of 3) sorted by null

  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 44 PURPOSE_ENCRYPT,
54 public static final int PURPOSE_ENCRYPT = 1 << 0;
79 case PURPOSE_ENCRYPT:
95 return PURPOSE_ENCRYPT;