1JOSE-ALG(1)                                                        JOSE-ALG(1)
2
3
4

NAME

6       jose-alg - Lists all supported algorithms
7

SYNOPSIS

9       jose alg [-k KIND]
10

OVERVIEW

12       The jose alg command lists the algorithms supported by all jose
13       commands.
14
15       Since jose supports different kinds of algorithms (encryption, signing,
16       hashing, etc.), you can limit the kinds of algorithms you would like to
17       see using the -k option (which can be specified multiple times). For a
18       list of the different kinds of algorithms, use the -k ? option. If the
19       -k option is not used, all algorithms, regardless of their kind, will
20       be listed.
21

OPTIONS

23-k KIND, --kind=KIND : Restrict algorithm list to a certain kind
24
25-k ?, --kind=? : List valid algorithm kinds
26

EXAMPLES

28       List all encryption algorithms:
29
30           $ jose alg -k encr
31           A128CBC-HS256
32           A128GCM
33           A192CBC-HS384
34           A192GCM
35           A256CBC-HS512
36           A256GCM
37

AUTHOR

39       Nathaniel McCallum <npmccallum@redhat.com>
40
41
42
43                                  05/07/2021                       JOSE-ALG(1)
Impressum