Home
last modified time | relevance | path

Searched defs:GcpKmsClient (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/integration/gcpkms/
H A DGcpKmsClient.java49 public final class GcpKmsClient implements KmsClient { class
64 public GcpKmsClient() {} in GcpKmsClient() method in GcpKmsClient
71 public GcpKmsClient(String uri) { in GcpKmsClient() method in GcpKmsClient
/aosp_15_r20/external/tink/python/tink/integration/gcpkms/
H A D__init__.py19 GcpKmsClient = _gcp_kms_client.GcpKmsClient variable
H A D_gcp_kms_client.py65 class GcpKmsClient(_kms_aead_key_manager.KmsClient): class
/aosp_15_r20/external/tink/cc/integration/gcpkms/
H A Dgcp_kms_client.h69 explicit GcpKmsClient( in GcpKmsClient() function