//
pkg.gl
Category
github.com/ecadlabs/signatory
pkg
vault
azure
jwk
package
1.1.8
Repository:
https://github.com/ecadlabs/signatory.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
1
Files
275 SLOC
#
Functions
EncodePrivateKey
EncodePrivateKey returns a JWT populated with data from the private key.
EncodePublicKey
EncodePublicKey returns a JWT populated with data from the private key.
#
Variables
ErrPublic
ErrPublic is returned if no private part is present in the JWK.
#
Structs
JWK
JWK represents a A JSON Web Key see https://tools.ietf.org/html/rfc7517.
RSAPrime
RSAPrime represents RSA prime https://tools.ietf.org/html/rfc7518#section-6.3.2.7.