'\" t .\" Title: jose-alg .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 11/01/2022 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" .TH "JOSE\-ALG" "1" "11/01/2022" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" jose-alg \- Lists all supported algorithms .SH "SYNOPSIS" .sp \fBjose alg\fR [\-k KIND] .SH "OVERVIEW" .sp The \fBjose alg\fR command lists the algorithms supported by all \fBjose\fR commands\&. .sp 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" .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-k\fR \fIKIND\fR, \fB\-\-kind\fR=\fIKIND\fR : Restrict algorithm list to a certain kind .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-k\fR ?, \fB\-\-kind\fR=? : List valid algorithm kinds .RE .SH "EXAMPLES" .sp List all encryption algorithms: .sp .if n \{\ .RS 4 .\} .nf $ jose alg \-k encr A128CBC\-HS256 A128GCM A192CBC\-HS384 A192GCM A256CBC\-HS512 A256GCM .fi .if n \{\ .RE .\} .SH "AUTHOR" .sp Nathaniel McCallum