jwk-go

module
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2023 License: MIT

README

jwk-go GoDoc Build Status Go Report Card

Overview

jwk-go is a library for parsing, encoding and generating JSON Web Keys in Go. It supports the following key types:

  • Raw Octets ('oct'): Used by most symmetric algorithms.
  • RSA: Used for both signature and encryption
  • EC: Used for both signature (ECDSA) and key exchange (ECDH) with the following curves:
    • P-256
    • P-384
    • P-521
  • OKP: OctetKeyPair with the following curves:
    • Curve25519
    • Curve448
    • Ed25519
    • Ed448

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL