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

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedGenerator.java 42 public static final String DIGEST_SHA384 = NISTObjectIdentifiers.id_sha384.getId();
85 EC_ALGORITHMS.put(DIGEST_SHA384, ENCRYPTION_ECDSA_WITH_SHA384);
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyGenParameterSpecTest.java 90 .setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA384)
117 KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA384);
KeyPairGeneratorTest.java 421 KeyProperties.DIGEST_SHA384,
468 KeyProperties.DIGEST_SHA384,
514 KeyProperties.DIGEST_SHA384,
563 KeyProperties.DIGEST_SHA384,
    [all...]

Completed in 197 milliseconds