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
248 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512}; in testImmutabilityViaSetterParams() local
608 String[] digests; in testInitWithUnknownDigestFailsHelper() local727 String[] digests; in testGenerateHonorsRequestedAuthorizationsHelper() local
125 String[] digests = new String[] {KeyProperties.DIGEST_SHA1, in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
368 String[] digests = in testGenerateHonorsRequestedAuthorizationsHelper() local
177 private Set<Integer> digests; field in AuthorizationList493 public static String digestsToString(Set<Integer> digests) { in digestsToString()