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

  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyProtectionTest.java 62 .setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA512)
81 KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA512);
146 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512};
209 .setDigests(KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512)
KeyInfoTest.java 54 .setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA512)
KeyPairGeneratorTest.java 413 KeyProperties.DIGEST_SHA512);
460 KeyProperties.DIGEST_SHA512);
506 KeyProperties.DIGEST_SHA512);
555 KeyProperties.DIGEST_SHA512);
    [all...]
KeyAttestationTest.java 35 import static android.security.keystore.KeyProperties.DIGEST_SHA512;
188 .setDigests(DIGEST_NONE, DIGEST_SHA256, DIGEST_SHA512)
282 .setDigests(DIGEST_NONE, DIGEST_SHA256, DIGEST_SHA512)
368 .setDigests(DIGEST_NONE, DIGEST_SHA256, DIGEST_SHA512)
430 .setDigests(DIGEST_NONE, DIGEST_SHA256, DIGEST_SHA512)
    [all...]
KeyGenParameterSpecTest.java 199 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512};
274 .setDigests(KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512)
TestUtils.java 662 return KeyProperties.DIGEST_SHA512;
    [all...]
KeyFactoryTest.java 107 KeyProperties.DIGEST_SHA512};
KeyGeneratorTest.java 426 ? KeyProperties.DIGEST_SHA512 : KeyProperties.DIGEST_SHA256;
CipherTest.java     [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 507 DIGEST_SHA512,
544 public static final String DIGEST_SHA512 = "SHA-512";
562 case DIGEST_SHA512:
589 return DIGEST_SHA512;
AndroidKeyStoreKeyPairGeneratorSpi.java 233 KeyProperties.DIGEST_SHA512);
250 KeyProperties.DIGEST_SHA512);
    [all...]
AndroidKeyStoreSpi.java 303 KeyProperties.DIGEST_SHA512);
319 KeyProperties.DIGEST_SHA512);
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedGenerator.java 42 public static final String DIGEST_SHA512 = NISTObjectIdentifiers.id_sha512.getId();
83 EC_ALGORITHMS.put(DIGEST_SHA512, ENCRYPTION_ECDSA_WITH_SHA512);
  /development/samples/ApiDemos/src/com/example/android/apis/security/
KeyStoreUsage.java 318 KeyProperties.DIGEST_SHA512)
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 171 milliseconds