HomeSort by relevance Sort by last modified time
    Searched refs:KeyProperties (Results 51 - 60 of 60) sorted by null

1 23

  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreUnauthenticatedAESCipherSpi.java 131 if (!KeyProperties.KEY_ALGORITHM_AES.equalsIgnoreCase(key.getAlgorithm())) {
134 KeyProperties.KEY_ALGORITHM_AES + " supported");
AndroidKeyStoreAuthenticatedAESCipherSpi.java 279 if (!KeyProperties.KEY_ALGORITHM_AES.equalsIgnoreCase(key.getAlgorithm())) {
282 KeyProperties.KEY_ALGORITHM_AES + " supported");
KeyProperties.java 35 public abstract class KeyProperties {
36 private KeyProperties() {}
  /frameworks/base/services/core/java/com/android/server/
LockSettingsService.java 63 import android.security.keystore.KeyProperties;
    [all...]
  /frameworks/base/keystore/tests/src/android/security/keystore/
AndroidKeyPairGeneratorTest.java 168 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY)
173 .setDigests(KeyProperties.DIGEST_SHA256)
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyStoreTest.java 23 import android.security.keystore.KeyProperties;
    [all...]
BlockCipherTestBase.java 19 import android.security.keystore.KeyProperties;
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 376 milliseconds

1 23