Home
last modified time | relevance | path

Searched defs:digests (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGeneratorTest.java406 String[] digests; in testInitWithUnknownDigestFails() local
481 String[] digests; in testGenerateHonorsRequestedAuthorizations() local
DSecretKeyFactoryTest.java101 String[] digests; in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
DKeyProtectionTest.java153 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512}; in testImmutabilityViaSetterParams() local
DKeyGenParameterSpecTest.java202 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512}; in testImmutabilityViaSetterParams() local
DKeyFactoryTest.java104 String[] digests = new String[] {KeyProperties.DIGEST_SHA1, in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
DKeyPairGeneratorTest.java314 String[] digests = in testGenerateHonorsRequestedAuthorizations() local
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java167 private Set<Integer> digests; field in AuthorizationList
331 public static String digestsToString(Set<Integer> digests) { in digestsToString()