Home
last modified time | relevance | path

Searched refs:actualDigests (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyFactoryTest.java134 List<String> actualDigests = in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
137 actualDigests.remove(KeyProperties.DIGEST_NONE); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
138 TestUtils.assertContentsInAnyOrder(actualDigests, digests); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
DKeyPairGeneratorTest.java341 List<String> actualDigests = in testGenerateHonorsRequestedAuthorizations() local
344 actualDigests.remove(KeyProperties.DIGEST_NONE); in testGenerateHonorsRequestedAuthorizations()
345 TestUtils.assertContentsInAnyOrder(actualDigests, digests); in testGenerateHonorsRequestedAuthorizations()
808 List<String> actualDigests = new ArrayList<String>(Arrays.asList(keyInfo.getDigests())); in testGenerate_EC_ModernSpec_AsCustomAsPossible() local
810 actualDigests.remove(KeyProperties.DIGEST_NONE); in testGenerate_EC_ModernSpec_AsCustomAsPossible()
812 actualDigests, KeyProperties.DIGEST_SHA384, KeyProperties.DIGEST_SHA512); in testGenerate_EC_ModernSpec_AsCustomAsPossible()
876 List<String> actualDigests = in testGenerate_RSA_ModernSpec_AsCustomAsPossible() local
879 actualDigests.remove(KeyProperties.DIGEST_NONE); in testGenerate_RSA_ModernSpec_AsCustomAsPossible()
881 actualDigests, KeyProperties.DIGEST_SHA384, KeyProperties.DIGEST_SHA512); in testGenerate_RSA_ModernSpec_AsCustomAsPossible()