/cts/tests/tests/keystore/src/android/keystore/cts/ |
KeyPairGeneratorTest.java | 175 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY) 316 int purposes = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT; 400 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY, 447 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY, 493 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY, 540 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY 572 KeyProperties.PURPOSE_SIGN 599 KeyProperties.PURPOSE_SIGN 628 KeyProperties.PURPOSE_SIGN 653 KeyProperties.PURPOSE_SIGN [all...] |
KeyProtectionTest.java | 97 KeyProperties.PURPOSE_SIGN) 156 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT) 207 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT)
|
KeyGenParameterSpecTest.java | 82 "arbitrary", KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT) 105 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT, spec.getPurposes()); 209 "arbitrary", KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT) 270 "arbitrary", KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT)
|
KeyInfoTest.java | 45 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT)
|
KeyAttestationTest.java | 43 import static android.security.keystore.KeyProperties.PURPOSE_SIGN; 186 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, PURPOSE_SIGN) 221 PURPOSE_SIGN | PURPOSE_VERIFY, 267 testRsaAttestation(new byte[129], true /* includeValidityDates */, 512, PURPOSE_SIGN, 281 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, PURPOSE_SIGN) 325 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, PURPOSE_SIGN) [all...] |
SecretKeyFactoryTest.java | 98 purposes = KeyProperties.PURPOSE_SIGN;
|
KeyGeneratorTest.java | 305 "test1", KeyProperties.PURPOSE_SIGN); 478 purposes = KeyProperties.PURPOSE_SIGN;
|
MacTest.java | 580 new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN).build()); 593 return new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN).build();
|
TestUtils.java | [all...] |
KeyFactoryTest.java | 108 int purposes = KeyProperties.PURPOSE_DECRYPT | KeyProperties.PURPOSE_SIGN;
|
AndroidKeyStoreTest.java | [all...] |
SignatureTest.java | [all...] |
/frameworks/base/keystore/java/android/security/keystore/ |
KeyProperties.java | 46 PURPOSE_SIGN, 64 public static final int PURPOSE_SIGN = 1 << 2; 83 case PURPOSE_SIGN: 99 return PURPOSE_SIGN;
|
AndroidKeyStoreKeyPairGeneratorSpi.java | 223 KeyProperties.PURPOSE_SIGN 240 | KeyProperties.PURPOSE_SIGN [all...] |
AndroidKeyStoreSpi.java | 294 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY); 309 | KeyProperties.PURPOSE_SIGN [all...] |
/developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/ |
MainActivity.java | 185 KeyProperties.PURPOSE_SIGN)
|
/developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/ |
MainActivity.java | 185 KeyProperties.PURPOSE_SIGN)
|
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/ |
MainActivity.java | 185 KeyProperties.PURPOSE_SIGN)
|
/development/samples/ApiDemos/src/com/example/android/apis/security/ |
KeyStoreUsage.java | 316 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY)
|
/frameworks/base/keystore/tests/src/android/security/keystore/ |
AndroidKeyPairGeneratorTest.java | 168 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY)
|
/prebuilts/sdk/current/ |
android.jar | |
/prebuilts/sdk/system_current/ |
android.jar | |