Searched defs:setDigests (Results 1 - 2 of 2) sorted by path

/frameworks/base/keystore/java/android/security/keystore/
H A DKeyGenParameterSpec.java118 * .setDigests(KeyProperties.DIGEST_SHA256,
149 * .setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA512)
176 * .setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA512)
863 public Builder setDigests(@KeyProperties.DigestEnum String... digests) { method in class:KeyGenParameterSpec.Builder
H A DKeyProtection.java139 * .setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA512)
169 * .setDigests(KeyProperties.DIGEST_SHA256)
620 public Builder setDigests(@KeyProperties.DigestEnum String... digests) { method in class:KeyProtection.Builder

Completed in 77 milliseconds