jwk

package
v1.0.0-pre1 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2025 License: Apache-2.0, MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PrivateJwk

type PrivateJwk struct {
	Privkey crypto.PrivateKey
}

func (PrivateJwk) MarshalJSON

func (pj PrivateJwk) MarshalJSON() ([]byte, error)

func (*PrivateJwk) UnmarshalJSON

func (pj *PrivateJwk) UnmarshalJSON(bytes []byte) error

type PublicJwk

type PublicJwk struct {
	Pubkey crypto.PublicKey
}

func (PublicJwk) MarshalJSON

func (pj PublicJwk) MarshalJSON() ([]byte, error)

func (*PublicJwk) UnmarshalJSON

func (pj *PublicJwk) UnmarshalJSON(bytes []byte) error

Jump to

Keyboard shortcuts

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