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

  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 506 DIGEST_SHA384,
539 public static final String DIGEST_SHA384 = "SHA-384";
560 case DIGEST_SHA384:
587 return DIGEST_SHA384;
AndroidKeyStoreKeyPairGeneratorSpi.java 232 KeyProperties.DIGEST_SHA384,
249 KeyProperties.DIGEST_SHA384,
    [all...]
AndroidKeyStoreSpi.java 302 KeyProperties.DIGEST_SHA384,
318 KeyProperties.DIGEST_SHA384,
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedGenerator.java 41 public static final String DIGEST_SHA384 = NISTObjectIdentifiers.id_sha384.getId();
82 EC_ALGORITHMS.put(DIGEST_SHA384, ENCRYPTION_ECDSA_WITH_SHA384);
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyPairGeneratorTest.java 412 KeyProperties.DIGEST_SHA384,
459 KeyProperties.DIGEST_SHA384,
505 KeyProperties.DIGEST_SHA384,
554 KeyProperties.DIGEST_SHA384,
    [all...]
KeyGenParameterSpecTest.java 89 .setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA384)
115 KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA384);
SecretKeyFactoryTest.java 100 digests = new String[] {KeyProperties.DIGEST_SHA384};
TestUtils.java 659 return KeyProperties.DIGEST_SHA384;
    [all...]
KeyFactoryTest.java 106 KeyProperties.DIGEST_SHA384,
KeyGeneratorTest.java 480 digests = new String[] {KeyProperties.DIGEST_SHA384, KeyProperties.DIGEST_SHA1};
SignatureTest.java     [all...]
  /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 1327 milliseconds