jose-alg.1 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .\" generated with Ronn/v0.7.3
  2. .\" http://github.com/rtomayko/ronn/tree/0.7.3
  3. .
  4. .TH "JOSE\-ALG" "1" "June 2017" "" ""
  5. .
  6. .SH "NAME"
  7. \fBjose\-alg\fR \- Lists all supported algorithms
  8. .
  9. .SH "SYNOPSIS"
  10. \fBjose alg\fR [\-k KIND]
  11. .
  12. .SH "OVERVIEW"
  13. The \fBjose alg\fR command lists the algorithms supported by all \fBjose\fR commands\.
  14. .
  15. .P
  16. 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\.
  17. .
  18. .SH "OPTIONS"
  19. .
  20. .TP
  21. \fB\-k\fR \fIKIND\fR, \fB\-\-kind\fR=\fIKIND\fR
  22. Restrict algorithm list to a certain kind
  23. .
  24. .TP
  25. \fB\-k\fR ?, \fB\-\-kind\fR=?
  26. List valid algorithm kinds
  27. .
  28. .SH "EXAMPLES"
  29. List all encryption algorithms:
  30. .
  31. .IP "" 4
  32. .
  33. .nf
  34. $ jose alg \-k encr
  35. A128CBC\-HS256
  36. A128GCM
  37. A192CBC\-HS384
  38. A192GCM
  39. A256CBC\-HS512
  40. A256GCM
  41. .
  42. .fi
  43. .
  44. .IP "" 0
  45. .
  46. .SH "AUTHOR"
  47. Nathaniel McCallum <npmccallum@redhat\.com>