HomeSort by relevance Sort by last modified time
    Searched defs:DIGEST_SHA256 (Results 1 - 12 of 12) sorted by null

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedGenerator.java 39 public static final String DIGEST_SHA256 = NISTObjectIdentifiers.id_sha256.getId();
80 EC_ALGORITHMS.put(DIGEST_SHA256, ENCRYPTION_ECDSA_WITH_SHA256);
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyProtectionTest.java 65 .setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA512)
86 KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA512);
KeyGenParameterSpecTest.java 90 .setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA384)
117 KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA384);
KeyPairGeneratorTest.java 315 new String[] {KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA1};
411 KeyProperties.DIGEST_SHA256,
458 KeyProperties.DIGEST_SHA256,
504 KeyProperties.DIGEST_SHA256,
553 KeyProperties.DIGEST_SHA256,
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 527 DIGEST_SHA256,
556 public static final String DIGEST_SHA256 = "SHA-256";
580 case DIGEST_SHA256:
607 return DIGEST_SHA256;
  /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/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.56/
bcpkix-jdk15on-1.56.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 600 milliseconds