/frameworks/base/keystore/java/android/security/keystore/ |
KeyProperties.java | 503 DIGEST_SHA1, 524 public static final String DIGEST_SHA1 = "SHA-1"; 554 case DIGEST_SHA1: 581 return DIGEST_SHA1;
|
AndroidKeyStoreRSACipherSpi.java | 227 if (!KeyProperties.DIGEST_SHA1.equalsIgnoreCase(mgf1JcaDigest)) { 230 + ". Only " + KeyProperties.DIGEST_SHA1 + " supported");
|
AndroidKeyStoreKeyPairGeneratorSpi.java | 229 KeyProperties.DIGEST_SHA1, 246 KeyProperties.DIGEST_SHA1, [all...] |
AndroidKeyStoreSpi.java | 299 KeyProperties.DIGEST_SHA1, 315 KeyProperties.DIGEST_SHA1, [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSSignedGenerator.java | 38 public static final String DIGEST_SHA1 = OIWObjectIdentifiers.idSHA1.getId(); 79 EC_ALGORITHMS.put(DIGEST_SHA1, ENCRYPTION_ECDSA_WITH_SHA1);
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
TestUtils.java | 647 return KeyProperties.DIGEST_SHA1; 650 return KeyProperties.DIGEST_SHA1; [all...] |
KeyPairGeneratorTest.java | 315 new String[] {KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA1}; 409 KeyProperties.DIGEST_SHA1, 456 KeyProperties.DIGEST_SHA1, 502 KeyProperties.DIGEST_SHA1, 551 KeyProperties.DIGEST_SHA1, [all...] |
KeyFactoryTest.java | 104 String[] digests = new String[] {KeyProperties.DIGEST_SHA1,
|
KeyGeneratorTest.java | 480 digests = new String[] {KeyProperties.DIGEST_SHA384, KeyProperties.DIGEST_SHA1};
|
/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 | |