| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | 
							- .\" generated with Ronn/v0.7.3
 
- .\" http://github.com/rtomayko/ronn/tree/0.7.3
 
- .
 
- .TH "JOSE\-ALG" "1" "June 2017" "" ""
 
- .
 
- .SH "NAME"
 
- \fBjose\-alg\fR \- Lists all supported algorithms
 
- .
 
- .SH "SYNOPSIS"
 
- \fBjose alg\fR [\-k KIND]
 
- .
 
- .SH "OVERVIEW"
 
- The \fBjose alg\fR command lists the algorithms supported by all \fBjose\fR commands\.
 
- .
 
- .P
 
- Since \fBjose\fR supports different kinds of algorithms (encryption, signing, hashing, etc\.), you can limit the kinds of algorithms you would like to see using the \fB\-k\fR option (which can be specified multiple times)\. For a list of the different kinds of algorithms, use the \fB\-k ?\fR option\. If the \fB\-k\fR option is not used, all algorithms, regardless of their kind, will be listed\.
 
- .
 
- .SH "OPTIONS"
 
- .
 
- .TP
 
- \fB\-k\fR \fIKIND\fR, \fB\-\-kind\fR=\fIKIND\fR
 
- Restrict algorithm list to a certain kind
 
- .
 
- .TP
 
- \fB\-k\fR ?, \fB\-\-kind\fR=?
 
- List valid algorithm kinds
 
- .
 
- .SH "EXAMPLES"
 
- List all encryption algorithms:
 
- .
 
- .IP "" 4
 
- .
 
- .nf
 
- $ jose alg \-k encr
 
- A128CBC\-HS256
 
- A128GCM
 
- A192CBC\-HS384
 
- A192GCM
 
- A256CBC\-HS512
 
- A256GCM
 
- .
 
- .fi
 
- .
 
- .IP "" 0
 
- .
 
- .SH "AUTHOR"
 
- Nathaniel McCallum <npmccallum@redhat\.com>
 
 
  |