Searched refs:DigestEnum (Results 1 – 6 of 6) sorted by relevance
229 private final @KeyProperties.DigestEnum String[] mDigests;230 private final @NonNull @KeyProperties.DigestEnum Set<String> mMgf1Digests;254 @KeyProperties.DigestEnum String[] digests, in KeyProtection()255 @KeyProperties.DigestEnum Set<String> mgf1Digests, in KeyProtection()373 public @KeyProperties.DigestEnum String[] getDigests() { in getDigests()405 public @KeyProperties.DigestEnum Set<String> getMgf1Digests() { in getMgf1Digests()629 private @KeyProperties.DigestEnum String[] mDigests;630 private @NonNull @KeyProperties.DigestEnum Set<String> mMgf1Digests =777 public Builder setDigests(@KeyProperties.DigestEnum String... digests) { in setDigests()801 public Builder setMgf1Digests(@Nullable @KeyProperties.DigestEnum String... mgf1Digests) { in setMgf1Digests()
308 private final @KeyProperties.DigestEnum String[] mDigests;309 private final @NonNull @KeyProperties.DigestEnum Set<String> mMgf1Digests;354 @KeyProperties.DigestEnum String[] digests, in KeyGenParameterSpec()355 @KeyProperties.DigestEnum Set<String> mgf1Digests, in KeyGenParameterSpec()589 public @KeyProperties.DigestEnum String[] getDigests() { in getDigests()622 public @KeyProperties.DigestEnum Set<String> getMgf1Digests() { in getMgf1Digests()958 private @KeyProperties.DigestEnum String[] mDigests;959 private @NonNull @KeyProperties.DigestEnum Set<String> mMgf1Digests =1269 public Builder setDigests(@KeyProperties.DigestEnum String... digests) { in setDigests()1296 public Builder setMgf1Digests(@NonNull @KeyProperties.DigestEnum String... mgf1Digests) { in setMgf1Digests()
601 public @interface DigestEnum {} annotation in KeyProperties644 public static int toKeymaster(@NonNull @DigestEnum String digest) { in toKeymaster()666 public static @DigestEnum String fromKeymaster(int digest) { in fromKeymaster()690 @NonNull public static @DigestEnum708 public static @DigestEnum String fromKeymasterToSignatureAlgorithmDigest(int digest) { in fromKeymasterToSignatureAlgorithmDigest()730 public static @DigestEnum String[] allFromKeymaster(@NonNull Collection<Integer> digests) { in allFromKeymaster()744 public static int[] allToKeymaster(@Nullable @DigestEnum String[] digests) { in allToKeymaster()750 for (@DigestEnum String digest : digests) { in allToKeymaster()
78 private final @KeyProperties.DigestEnum String[] mDigests;105 @KeyProperties.DigestEnum String[] digests, in KeyInfo()262 public @KeyProperties.DigestEnum String[] getDigests() { in getDigests()
1177 @KeyProperties.DigestEnum String[] authorizedKeyDigests, in getAvailableKeymasterSignatureDigests()1178 @KeyProperties.DigestEnum String[] supportedSignatureDigests) { in getAvailableKeymasterSignatureDigests()
958 @KeyProperties.DigestEnum int digest = in setWrappedKeyEntry()