See: Description
Class | Description |
---|---|
KeyManagementServiceClient |
Service Description: Google Cloud Key Management Service
|
KeyManagementServiceClient.ListCryptoKeysFixedSizeCollection | |
KeyManagementServiceClient.ListCryptoKeysPage | |
KeyManagementServiceClient.ListCryptoKeysPagedResponse | |
KeyManagementServiceClient.ListCryptoKeyVersionsFixedSizeCollection | |
KeyManagementServiceClient.ListCryptoKeyVersionsPage | |
KeyManagementServiceClient.ListCryptoKeyVersionsPagedResponse | |
KeyManagementServiceClient.ListKeyRingsFixedSizeCollection | |
KeyManagementServiceClient.ListKeyRingsPage | |
KeyManagementServiceClient.ListKeyRingsPagedResponse | |
KeyManagementServiceSettings |
Settings class to configure an instance of
KeyManagementServiceClient . |
KeyManagementServiceSettings.Builder |
Builder for KeyManagementServiceSettings.
|
The interfaces provided are listed below, along with usage samples.
========================== KeyManagementServiceClient ==========================
Service Description: Google Cloud Key Management Service
Manages cryptographic keys and operations using those keys. Implements a REST model with the following objects:
* [KeyRing][google.cloud.kms.v1.KeyRing] * [CryptoKey][google.cloud.kms.v1.CryptoKey] * [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]
If you are using manual gRPC libraries, see [Using gRPC with Cloud KMS](https://cloud.google.com/kms/docs/grpc).
Sample for KeyManagementServiceClient:
try (KeyManagementServiceClient keyManagementServiceClient = KeyManagementServiceClient.create()) {
KeyRingName name = KeyRingName.of("[PROJECT]", "[LOCATION]", "[KEY_RING]");
KeyRing response = keyManagementServiceClient.getKeyRing(name);
}
Copyright © 2019 Google LLC. All rights reserved.