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
Click to show internal directories.
Click to hide internal directories.