HomeSort by relevance Sort by last modified time
    Searched refs:DIGEST_SHA256 (Results 1 - 25 of 31) sorted by null

1 2

  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyInfoTest.java 54 .setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA512)
KeyProtectionTest.java 65 .setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA512)
86 KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA512);
KeyAttestationTest.java 34 import static android.security.keystore.KeyProperties.DIGEST_SHA256;
196 .setDigests(DIGEST_NONE, DIGEST_SHA256, DIGEST_SHA512)
223 .setDigests(DIGEST_NONE, DIGEST_SHA256, DIGEST_SHA512)
313 .setDigests(DIGEST_NONE, DIGEST_SHA256, DIGEST_SHA512)
405 .setDigests(DIGEST_NONE, DIGEST_SHA256, DIGEST_SHA512)
467 .setDigests(DIGEST_NONE, DIGEST_SHA256, DIGEST_SHA512)
    [all...]
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...]
KeyGenParameterSpecTest.java 90 .setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA384)
117 KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA384);
KeyGeneratorTest.java 434 String anotherDigest = KeyProperties.DIGEST_SHA256.equalsIgnoreCase(digest)
435 ? KeyProperties.DIGEST_SHA512 : KeyProperties.DIGEST_SHA256;
SignatureTest.java     [all...]
CipherTest.java     [all...]
TestUtils.java 679 return KeyProperties.DIGEST_SHA256;
    [all...]
AndroidKeyStoreTest.java     [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;
AndroidKeyStoreSpi.java 300 KeyProperties.DIGEST_SHA256,
316 KeyProperties.DIGEST_SHA256,
    [all...]
AndroidKeyStoreKeyPairGeneratorSpi.java 233 KeyProperties.DIGEST_SHA256,
250 KeyProperties.DIGEST_SHA256,
    [all...]
  /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/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
KeyManagementTest.java 303 .setDigests(KeyProperties.DIGEST_SHA256)
323 .setDigests(KeyProperties.DIGEST_SHA256)
404 .setDigests(KeyProperties.DIGEST_SHA256)
563 .setDigests(KeyProperties.DIGEST_SHA256)
594 .setDigests(KeyProperties.DIGEST_SHA256)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
KeyChainTestActivity.java 181 .setDigests(KeyProperties.DIGEST_SHA256)
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
MainActivity.java 186 .setDigests(KeyProperties.DIGEST_SHA256)
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
MainActivity.java 186 .setDigests(KeyProperties.DIGEST_SHA256)
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
MainActivity.java 186 .setDigests(KeyProperties.DIGEST_SHA256)
  /frameworks/base/keystore/tests/src/android/security/
ParcelableKeyGenParameterSpecTest.java 51 static final String DIGEST = KeyProperties.DIGEST_SHA256;
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 201 .setDigests(KeyProperties.DIGEST_SHA256)
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 201 .setDigests(KeyProperties.DIGEST_SHA256)
  /development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 201 .setDigests(KeyProperties.DIGEST_SHA256)
  /development/samples/ApiDemos/src/com/example/android/apis/security/
KeyStoreUsage.java 317 .setDigests(KeyProperties.DIGEST_SHA256,
  /cts/tests/admin/src/android/admin/cts/
DevicePolicyManagerTest.java     [all...]

Completed in 521 milliseconds

1 2