Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JWKDeserialize ¶
func JWKDeserialize(privateKeyDict map[string]string) (jwk.RSAPrivateKey, error)
func JWKGenerate ¶
func JWKGenerate() (jwk.RSAPrivateKey, error)
see https://github.com/lestrrat-go/jwx/blob/v2/docs/04-jwk.md#working-with-key-specific-methods
func JWKSerialize ¶
func JWKSerialize(privateKey jwk.RSAPrivateKey) (map[string]string, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.