Searched defs:digests (Results 1 – 8 of 8) sorted by relevance
111 String[] digests; in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
195 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512}; in testImmutabilityViaSetterParams() local
611 String[] digests; in testInitWithUnknownDigestFailsHelper() local730 String[] digests; in testGenerateHonorsRequestedAuthorizationsHelper() local
263 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512}; in testImmutabilityViaSetterParams() local
129 String[] digests = new String[] {KeyProperties.DIGEST_SHA1, in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
1324 Set digests = ImmutableSet.of(KM_DIGEST_NONE, KM_DIGEST_SHA_2_256, KM_DIGEST_SHA_2_512); in checkKeyIndependentAttestationInfo() local1334 Set digests, Date startTime, boolean includesValidityDates, in checkKeyIndependentAttestationInfo()
376 String[] digests = in testGenerateHonorsRequestedAuthorizationsHelper() local
178 private Set<Integer> digests; field in AuthorizationList500 public static String digestsToString(Set<Integer> digests) { in digestsToString()