Home
last modified time | relevance | path

Searched refs:PURPOSE_SIGN (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java46 PURPOSE_SIGN,
64 public static final int PURPOSE_SIGN = 1 << 2; field in KeyProperties
83 case PURPOSE_SIGN: in toKeymaster()
99 return PURPOSE_SIGN; in fromKeymaster()
DAndroidKeyStoreKeyPairGeneratorSpi.java214 KeyProperties.PURPOSE_SIGN in initialize()
231 | KeyProperties.PURPOSE_SIGN in initialize()
678 if ((spec.getPurposes() & KeyProperties.PURPOSE_SIGN) == 0) { in getCertificateSignatureAlgorithm()
DAndroidKeyStoreSpi.java293 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY); in getLegacyKeyProtectionParameter()
308 | KeyProperties.PURPOSE_SIGN in getLegacyKeyProtectionParameter()
/frameworks/base/keystore/tests/src/android/security/keystore/
DAndroidKeyPairGeneratorTest.java168 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY) in testKeyPairGenerator_GenerateKeyPair_EC_Unencrypted_Success()
/frameworks/base/api/
Dcurrent.txt28433 field public static final int PURPOSE_SIGN = 4; // 0x4
Dsystem-current.txt30492 field public static final int PURPOSE_SIGN = 4; // 0x4