aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-java/src/test/resources/expected-decrypt-help-output.txt
blob: 291fc3f4b96ac27b63153dd7772f300dc347c6a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
usage: vespa-security decrypt <encrypted file> <options>
Decrypts a file using a provided token and a secret private key. The file
must previously have been encrypted using the public key component of the
given private key.

To decrypt the contents of STDIN, specify an input file of '-' (without
the quotes).
 -e,--expected-key-id <arg>    Expected key ID in token. If this is not
                               provided, the key ID is not verified.
 -h,--help                     Show help
 -k,--private-key-file <arg>   Private key file in Base58 encoded format
 -o,--output-file <arg>        Output file for decrypted plaintext.
                               Specify '-' (without the quotes) to write
                               plaintext to STDOUT instead of a file.
 -t,--token <arg>              Token generated when the input file was
                               encrypted
Note: this is a BETA tool version; its interface may be changed at any
time