Searched defs:digests (Results 1 – 7 of 7) sorted by relevance
101 String[] digests; in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
165 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512}; in testImmutabilityViaSetterParams() local
572 String[] digests; in testInitWithUnknownDigestFailsHelper() local688 String[] digests; in testGenerateHonorsRequestedAuthorizationsHelper() local
215 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512}; in testImmutabilityViaSetterParams() local
104 String[] digests = new String[] {KeyProperties.DIGEST_SHA1, in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
326 String[] digests = in testGenerateHonorsRequestedAuthorizationsHelper() local
177 private Set<Integer> digests; field in AuthorizationList482 public static String digestsToString(Set<Integer> digests) { in digestsToString()