Searched refs:PURPOSE_SIGN (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java46 PURPOSE_SIGN,
64 public static final int PURPOSE_SIGN = 1 << 2; field in class:KeyProperties
83 case PURPOSE_SIGN:
99 return PURPOSE_SIGN;
H A DAndroidKeyStoreKeyPairGeneratorSpi.java223 KeyProperties.PURPOSE_SIGN
240 | KeyProperties.PURPOSE_SIGN
756 if ((spec.getPurposes() & KeyProperties.PURPOSE_SIGN) == 0) {
H A DAndroidKeyStoreSpi.java294 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY);
309 | KeyProperties.PURPOSE_SIGN
/frameworks/base/keystore/tests/src/android/security/keystore/
H A DAndroidKeyPairGeneratorTest.java168 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY)

Completed in 107 milliseconds