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.java397 String[] digests; in testInitWithUnknownDigestFails() local
472 String[] digests; in testGenerateHonorsRequestedAuthorizations() local
DSecretKeyFactoryTest.java93 String[] digests; in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
DKeyProtectionTest.java146 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512}; in testImmutabilityViaSetterParams() local
DKeyGenParameterSpecTest.java199 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512}; in testImmutabilityViaSetterParams() local
DAuthorizationList.java156 private Set<Integer> digests; field in AuthorizationList
283 public static String digestsToString(Set<Integer> digests) { in digestsToString()
DKeyFactoryTest.java104 String[] digests = new String[] {KeyProperties.DIGEST_SHA1, in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
DKeyPairGeneratorTest.java314 String[] digests = in testGenerateHonorsRequestedAuthorizations() local