mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-09 10:19:47 +02:00
Rename resource bundles and name resources after options/parameters
This commit is contained in:
parent
7de94f1815
commit
dc5f11469f
56 changed files with 229 additions and 269 deletions
|
@ -0,0 +1,14 @@
|
|||
# SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
usage.header=Create an inline-signed message from data on standard input
|
||||
armor=ASCII armor the output
|
||||
as.0=Specify the signature format of the signed message
|
||||
as.1='text' and 'binary' will produce inline-signed messages.
|
||||
as.2='cleartextsigned' will make use of the cleartext signature framework.
|
||||
as.3=Defaults to 'binary'.
|
||||
as.4=If '--as=text' and the input data is not valid UTF-8, inline-sign fails with return code 53.
|
||||
with-key-password.0=Passphrase to unlock the secret key(s).
|
||||
with-key-password.1=Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
||||
micalg=Emits the digest algorithm used to the specified file in a way that can be used to populate the micalg parameter for the PGP/MIME Content-Type (RFC3156)
|
||||
keys=Secret keys used for signing
|
Loading…
Add table
Add a link
Reference in a new issue