Package | Description |
---|---|
com.google.cloud.kms.v1 |
A client to Cloud Key Management Service (KMS) API
|
Modifier and Type | Method and Description |
---|---|
KeyRingName |
KeyRingName.Builder.build() |
static KeyRingName |
KeyRingName.of(String project,
String location,
String keyRing) |
static KeyRingName |
KeyRingName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<KeyRingName> |
KeyRingName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
CryptoKey |
KeyManagementServiceClient.createCryptoKey(KeyRingName parent,
String cryptoKeyId,
CryptoKey cryptoKey)
Create a new [CryptoKey][google.cloud.kms.v1.CryptoKey] within a
[KeyRing][google.cloud.kms.v1.KeyRing].
|
ImportJob |
KeyManagementServiceClient.createImportJob(KeyRingName parent,
String importJobId,
ImportJob importJob)
Create a new [ImportJob][google.cloud.kms.v1.ImportJob] within a
[KeyRing][google.cloud.kms.v1.KeyRing].
|
KeyRing |
KeyManagementServiceClient.getKeyRing(KeyRingName name)
Returns metadata for a given [KeyRing][google.cloud.kms.v1.KeyRing].
|
KeyManagementServiceClient.ListCryptoKeysPagedResponse |
KeyManagementServiceClient.listCryptoKeys(KeyRingName parent)
Lists [CryptoKeys][google.cloud.kms.v1.CryptoKey].
|
KeyManagementServiceClient.ListImportJobsPagedResponse |
KeyManagementServiceClient.listImportJobs(KeyRingName parent)
Lists [ImportJobs][google.cloud.kms.v1.ImportJob].
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
KeyRingName.toStringList(List<KeyRingName> values) |
Copyright © 2022 Google LLC. All rights reserved.