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

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedGenerator.java 41 public static final String DIGEST_SHA256 = NISTObjectIdentifiers.id_sha256.getId();
84 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 322 new String[] {KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA1};
420 KeyProperties.DIGEST_SHA256,
467 KeyProperties.DIGEST_SHA256,
513 KeyProperties.DIGEST_SHA256,
562 KeyProperties.DIGEST_SHA256,
    [all...]

Completed in 651 milliseconds