asymmetric-sign
Create a signature of the input file using the provided key.
asymmetric-verify
Verify a signature of the input file using the provided key.
decrypt
Decrypt the ciphertext using the passed key and return the plaintext file.
encrypt
Encrypt the plaintext using the passed key and return the ciphertext file.
import
Import a key passed from the key material file.
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-09-04 UTC。"],[[["\u003cp\u003e\u003ccode\u003egdcloud kms keys\u003c/code\u003e facilitates cryptographic operations utilizing KMS keys.\u003c/p\u003e\n"],["\u003cp\u003eIt provides commands for encrypting and decrypting files.\u003c/p\u003e\n"],["\u003cp\u003eIt allows for the creation and verification of digital signatures using asymmetric keys.\u003c/p\u003e\n"],["\u003cp\u003eThe command group supports importing keys from a key material file.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egdcloud\u003c/code\u003e command line tool offers a \u003ccode\u003e--help\u003c/code\u003e flag, as a general option for all commands.\u003c/p\u003e\n"]]],[],null,["# gdcloud kms keys\n\nNAME\n----\n\ngdcloud kms keys - Perform cryptographic operations using KMS keys.\n\nSYNOPSIS\n--------\n\n gdcloud kms keys COMMAND [flags]\n\nDESCRIPTION\n-----------\n\nThe KMS key subcommand group uses KMS keys to perform cryptographic operations.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--help`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page.\n\n### COMMANDS\n\n`COMMAND` is one of the following: \n\n asymmetric-sign\n Create a signature of the input file using the provided key.\n asymmetric-verify\n Verify a signature of the input file using the provided key.\n decrypt\n Decrypt the ciphertext using the passed key and return the plaintext file.\n encrypt\n Encrypt the plaintext using the passed key and return the ciphertext file.\n import\n Import a key passed from the key material file."]]