Searched defs:digests (Results 1 – 7 of 7) sorted by relevance
101 String[] digests; in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
153 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512}; in testImmutabilityViaSetterParams() local
567 String[] digests; in testInitWithUnknownDigestFailsHelper() local683 String[] digests; in testGenerateHonorsRequestedAuthorizationsHelper() local
202 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512}; in testImmutabilityViaSetterParams() local
104 String[] digests = new String[] {KeyProperties.DIGEST_SHA1, in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
323 String[] digests = in testGenerateHonorsRequestedAuthorizationsHelper() local
172 private Set<Integer> digests; field in AuthorizationList353 public static String digestsToString(Set<Integer> digests) { in digestsToString()