Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateKey ¶
type PrivateKey struct {
// contains filtered or unexported fields
}
func (*PrivateKey) Generate ¶
func (priv *PrivateKey) Generate() error
func (*PrivateKey) Marshal ¶
func (priv *PrivateKey) Marshal() ([]byte, error)
func (*PrivateKey) PublicKey ¶
func (priv *PrivateKey) PublicKey() *PublicKey
func (*PrivateKey) Unmarshal ¶
func (priv *PrivateKey) Unmarshal(data []byte) error
type PublicKey ¶
type PublicKey struct {
// contains filtered or unexported fields
}
func (*PublicKey) MarshalJSON ¶
func (*PublicKey) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.