Searched defs:digests (Results 1 – 7 of 7) sorted by relevance
406 String[] digests; in testInitWithUnknownDigestFails() local481 String[] digests; in testGenerateHonorsRequestedAuthorizations() local
101 String[] digests; in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
153 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512}; in testImmutabilityViaSetterParams() 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
314 String[] digests = in testGenerateHonorsRequestedAuthorizations() local
167 private Set<Integer> digests; field in AuthorizationList331 public static String digestsToString(Set<Integer> digests) { in digestsToString()