| Package | Description |
|---|---|
| com.google.crypto.tink |
| Modifier and Type | Method and Description |
|---|---|
static KmsClient |
KmsClients.get(String keyUri)
Returns the first
KmsClient registered with KmsClients.add(com.google.crypto.tink.KmsClient) that supports keyUri. |
static KmsClient |
KmsClients.getAutoLoaded(String keyUri)
Deprecated.
Don't use this.
|
KmsClient |
KmsClient.withCredentials(String credentialPath)
Loads the credentials in
credentialPath. |
KmsClient |
KmsClient.withDefaultCredentials()
Loads the default credentials.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
KmsClients.add(KmsClient client)
Adds a client to the list of known
KmsClient-objects. |