Uses of Class
com.google.cloud.kms.v1.CryptoKeyPathName
-
Packages that use CryptoKeyPathName Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) API -
-
Uses of CryptoKeyPathName in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return CryptoKeyPathName Modifier and Type Method Description CryptoKeyPathNameCryptoKeyPathName.Builder. build()static CryptoKeyPathNameCryptoKeyPathName. of(String project, String location, String keyRing, String cryptoKeyPath)static CryptoKeyPathNameCryptoKeyPathName. parse(String formattedString)Methods in com.google.cloud.kms.v1 that return types with arguments of type CryptoKeyPathName Modifier and Type Method Description static List<CryptoKeyPathName>CryptoKeyPathName. parseList(List<String> formattedStrings)Methods in com.google.cloud.kms.v1 with parameters of type CryptoKeyPathName Modifier and Type Method Description EncryptResponseKeyManagementServiceClient. encrypt(CryptoKeyPathName name, com.google.protobuf.ByteString plaintext)Encrypts data, so that it can only be recovered by a call to [Decrypt][google.cloud.kms.v1.KeyManagementService.Decrypt].Method parameters in com.google.cloud.kms.v1 with type arguments of type CryptoKeyPathName Modifier and Type Method Description static List<String>CryptoKeyPathName. toStringList(List<CryptoKeyPathName> values)
-