1JOSE-ALG(1) JOSE-ALG(1)
2
3
4
6 jose-alg - Lists all supported algorithms
7
9 jose alg [-k KIND]
10
12 The jose alg command lists the algorithms supported by all jose com‐
13 mands.
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
23 -k KIND, --kind=KIND
24 Restrict algorithm list to a certain kind
25
26 -k ?, --kind=?
27 List valid algorithm kinds
28
30 List all encryption algorithms:
31
32
33
34 $ jose alg -k encr
35 A128CBC-HS256
36 A128GCM
37 A192CBC-HS384
38 A192GCM
39 A256CBC-HS512
40 A256GCM
41
42
43
45 Nathaniel McCallum <npmccallum@redhat.com>
46
47
48
49 June 2017 JOSE-ALG(1)