Home
last modified time | relevance | path

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

/frameworks/base/keystore/tests/src/android/security/keystore/
DKeyGenParameterSpecTest.java34 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java69 PURPOSE_SIGN,
90 public static final int PURPOSE_SIGN = 1 << 2; field in KeyProperties
135 case PURPOSE_SIGN: in toKeymaster()
157 return PURPOSE_SIGN; in fromKeymaster()
DAttestationUtils.java149 new KeyGenParameterSpec.Builder(keystoreAlias, KeyProperties.PURPOSE_SIGN) in attestDeviceIds()
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreKeyPairGeneratorSpi.java399 KeyProperties.PURPOSE_SIGN in buildKeyGenParameterSpecFromLegacy()
416 | KeyProperties.PURPOSE_SIGN in buildKeyGenParameterSpecFromLegacy()
909 if ((spec.getPurposes() & KeyProperties.PURPOSE_SIGN) == 0) { in getCertificateSignatureAlgorithm()
DAndroidKeyStoreSpi.java283 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY); in getLegacyKeyProtectionParameter()
298 | KeyProperties.PURPOSE_SIGN in getLegacyKeyProtectionParameter()
/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java45 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
/frameworks/base/core/api/
Dcurrent.txt37592 field public static final int PURPOSE_SIGN = 4; // 0x4