Package | Description |
---|---|
com.google.cloud.kms.v1 |
A client to Cloud Key Management Service (KMS) API
|
Modifier and Type | Method and Description |
---|---|
CryptoKeyPathName |
CryptoKeyPathName.Builder.build() |
static CryptoKeyPathName |
CryptoKeyPathName.of(String project,
String location,
String keyRing,
String cryptoKeyPath) |
static CryptoKeyPathName |
CryptoKeyPathName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<CryptoKeyPathName> |
CryptoKeyPathName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
EncryptResponse |
KeyManagementServiceClient.encrypt(CryptoKeyPathName name,
ByteString plaintext)
Encrypts data, so that it can only be recovered by a call to
[Decrypt][google.cloud.kms.v1.KeyManagementService.Decrypt].
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
CryptoKeyPathName.toStringList(List<CryptoKeyPathName> values) |
Copyright © 2022 Google LLC. All rights reserved.