1JOSE(1)                                                                JOSE(1)
2
3
4

NAME

6       jose - Toolkit for performing JSON Object Signing and Encryption
7

SYNOPSIS

9       jose alg [-k KIND]
10
11       jose b64 dec -i B64 [-O BIN]
12
13       jose b64 enc -I BIN [-o B64]
14
15       jose jwe dec -i JWE [-I CT] -k JWK [-p] [-O PT]
16
17       jose jwe enc [-i JWE] -I PT -k JWK [-p] [-r RCP] [-o JWE] [-O CT] [-c]
18
19       jose jwe fmt -i JWE [-I CT] [-o JWE] [-O CT] [-c]
20
21       jose jwk exc [-i JWK] -l JWK -r JWK [-o JWK]
22
23       jose jwk gen -i JWK [-o JWK]
24
25       jose jwk pub -i JWK [-o JWK]
26
27       jose jwk thp -i JWK [-a ALG] [-o THP]
28
29       jose jwk use -i JWK [-a] [-r] -u OP
30
31       jose jws fmt -i JWS [-I PAY] [-o JWS] [-O PAY] [-c]
32
33       jose jws sig [-i JWS] [-I PAY] [-s SIG] -k JWK [-o JWS] [-O PAY] [-c]
34
35       jose jws ver -i JWS [-I PAY] -k JWK [-O PAY] [-a]
36

OVERVIEW

38       José  is  a  C-language implementation of the Javascript Object Signing
39       and Encryption standards. Specifically, José aims towards  implementing
40       the following standards:
41
42       ·   RFC 7515 - JSON Web Signature (JWS)
43
44       ·   RFC 7516 - JSON Web Encryption (JWE)
45
46       ·   RFC 7517 - JSON Web Key (JWK)
47
48       ·   RFC 7518 - JSON Web Algorithms (JWA)
49
50       ·   RFC 7519 - JSON Web Token (JWT)
51
52       ·   RFC 7520 - Examples of Protecting Content Using JOSE
53
54       ·   RFC 7638 - JSON Web Key (JWK) Thumbprint
55
56
57
58       The José command line utility provides facilities for the following:
59
60       ·   URL-safe Base64 Encoding & Decoding
61
62       ·   Key Generation and Management
63
64       ·   Encryption & Decryption
65
66       ·   Signing & Verification
67
68
69

AUTHOR

71       Nathaniel McCallum <npmccallum@redhat.com>
72

SEE ALSO

74       jose-alg(1),    jose-b64-dec(1),    jose-b64-enc(1),   jose-jwe-dec(1),
75       jose-jwe-enc(1),  jose-jwe-fmt(1),  jose-jwk-exc(1),   jose-jwk-gen(1),
76       jose-jwk-pub(1),   jose-jwk-thp(1),  jose-jwk-use(1),  jose-jws-fmt(1),
77       jose-jws-sig(1), jose-jws-ver(1)
78
79
80
81                                   May 2017                            JOSE(1)
Impressum