Searched defs:digests (Results 1 – 7 of 7) sorted by relevance
111 String[] digests; in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
182 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512}; in testImmutabilityViaSetterParams() local
605 String[] digests; in testInitWithUnknownDigestFailsHelper() local724 String[] digests; in testGenerateHonorsRequestedAuthorizationsHelper() local
232 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512}; in testImmutabilityViaSetterParams() local
125 String[] digests = new String[] {KeyProperties.DIGEST_SHA1, in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
364 String[] digests = in testGenerateHonorsRequestedAuthorizationsHelper() local
177 private Set<Integer> digests; field in AuthorizationList482 public static String digestsToString(Set<Integer> digests) { in digestsToString()