Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyHandler ¶
func NewHandler ¶
func NewHandler(setters ...Option) (*KeyHandler, error)
func (*KeyHandler) GetPrivateKey ¶
func (h *KeyHandler) GetPrivateKey() jwk.Key
func (*KeyHandler) GetPublicKeySet ¶
func (h *KeyHandler) GetPublicKeySet() jwk.Set
type Option ¶
type Option func(*options)
func WithRSAKey ¶
func WithRSAKey(opt *rsa.PrivateKey) Option
Click to show internal directories.
Click to hide internal directories.