Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateKey ¶
type PrivateKey ecdsa.PrivateKey
func New ¶
func New() *PrivateKey
func (*PrivateKey) MarshalJSON ¶
func (p *PrivateKey) MarshalJSON() ([]byte, error)
func (*PrivateKey) Signer ¶
func (p *PrivateKey) Signer() crypto.Signer
func (*PrivateKey) UnmarshalJSON ¶
func (p *PrivateKey) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.