HomeSort by relevance Sort by last modified time
    Searched refs:PURPOSE_VERIFY (Results 1 - 13 of 13) sorted by null

  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyPairGeneratorTest.java 175 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY)
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
573 | KeyProperties.PURPOSE_VERIFY
600 | KeyProperties.PURPOSE_VERIFY
629 | KeyProperties.PURPOSE_VERIFY
654 | KeyProperties.PURPOSE_VERIFY
691 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY)
    [all...]
KeyProtectionTest.java 60 KeyProperties.PURPOSE_DECRYPT | KeyProperties.PURPOSE_VERIFY)
76 KeyProperties.PURPOSE_DECRYPT| KeyProperties.PURPOSE_VERIFY, spec.getPurposes());
KeyAttestationTest.java 44 import static android.security.keystore.KeyProperties.PURPOSE_VERIFY;
221 PURPOSE_SIGN | PURPOSE_VERIFY,
    [all...]
KeyGenParameterSpecTest.java 146 "ignore", KeyProperties.PURPOSE_VERIFY)
MacTest.java 372 | KeyProperties.PURPOSE_VERIFY;
SignatureTest.java     [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 47 PURPOSE_VERIFY,
69 public static final int PURPOSE_VERIFY = 1 << 3;
85 case PURPOSE_VERIFY:
101 return PURPOSE_VERIFY;
AndroidKeyStoreKeyPairGeneratorSpi.java 224 | KeyProperties.PURPOSE_VERIFY);
241 | KeyProperties.PURPOSE_VERIFY);
    [all...]
AndroidKeyStoreSpi.java 294 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY);
310 | KeyProperties.PURPOSE_VERIFY);
    [all...]
  /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 

Completed in 2693 milliseconds