Home
last modified time | relevance | path

Searched defs:KeyIdStrategy (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tink/cc/internal/
H A Dkeyset_handle_builder_entry.h41 struct KeyIdStrategy { struct
42 KeyIdStrategyEnum strategy; argument
43 absl::optional<int> id_requirement;
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DKeysetHandle.java92 private static class KeyIdStrategy { class in KeysetHandle.Builder
96 private KeyIdStrategy() { in KeyIdStrategy() method in KeysetHandle.Builder.KeyIdStrategy
100 private KeyIdStrategy(int id) { in KeyIdStrategy() method in KeysetHandle.Builder.KeyIdStrategy