Searched refs:actualDigests (Results 1 – 2 of 2) sorted by relevance
134 List<String> actualDigests = in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local137 actualDigests.remove(KeyProperties.DIGEST_NONE); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()138 TestUtils.assertContentsInAnyOrder(actualDigests, digests); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
341 List<String> actualDigests = in testGenerateHonorsRequestedAuthorizations() local344 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() local810 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() local879 actualDigests.remove(KeyProperties.DIGEST_NONE); in testGenerate_RSA_ModernSpec_AsCustomAsPossible()881 actualDigests, KeyProperties.DIGEST_SHA384, KeyProperties.DIGEST_SHA512); in testGenerate_RSA_ModernSpec_AsCustomAsPossible()