Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/04 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/04 (UTC)."],[[["\u003cp\u003eThis command decrypts a ciphertext file using a specified key.\u003c/p\u003e\n"],["\u003cp\u003eThe user must provide the file to be decrypted using the \u003ccode\u003e--ciphertext-file\u003c/code\u003e flag.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003e--plaintext-file\u003c/code\u003e flag specifies the file where the decrypted content will be saved.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003e--additional-authenticated-data-file\u003c/code\u003e can be provided for additional data authentication.\u003c/p\u003e\n"]]],[],null,["# gdcloud kms keys decrypt\n\nNAME\n----\n\ngdcloud kms keys decrypt - Decrypt the ciphertext using the passed key and return the plaintext file.\n\nSYNOPSIS\n--------\n\n gdcloud kms keys decrypt [flags]\n\nDESCRIPTION\n-----------\n\nThis command decrypts the ciphertext using the passed key and returns the plaintext file.\n\n### REQUIRED FLAGS\n\n --ciphertext-file string File to decrypt.\n --plaintext-file string Output file that contains the decrypted ciphertext.\n\n### OPTIONAL FLAGS\n\n --additional-authenticated-data-file string Optional: provides additional authenticated data.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page."]]