package
1.1.8
Repository: https://github.com/ecadlabs/signatory.git
Documentation: pkg.go.dev

# Functions

EncodePrivateKey returns a JWT populated with data from the private key.
EncodePublicKey returns a JWT populated with data from the private key.

# Variables

ErrPublic is returned if no private part is present in the JWK.

# Structs

JWK represents a A JSON Web Key see https://tools.ietf.org/html/rfc7517.
RSAPrime represents RSA prime https://tools.ietf.org/html/rfc7518#section-6.3.2.7.