| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.integration.android |
| 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)
|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidKeystoreKmsClient
An implementation of
KmsClient for Android Keystore. |
| Modifier and Type | Method and Description |
|---|---|
KmsClient |
AndroidKeystoreKmsClient.withCredentials(String unused)
Initializes a
KmsClient for Android Keystore. |
KmsClient |
AndroidKeystoreKmsClient.withDefaultCredentials()
Initializes a
KmsClient for Android Keystore. |