Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Asn1DerEncodedMethod ¶
type Asn1DerEncodedMethod struct {
Method
}
type Method ¶
type Method struct {
PrivateKey *ecdsa.PrivateKey
PublicKey *ecdsa.PublicKey
HashFunc func() hash.Hash
Name string
// contains filtered or unexported fields
}
func FromPrivateKey ¶
func FromPrivateKey(privateKey *ecdsa.PrivateKey) (*Method, error)
Click to show internal directories.
Click to hide internal directories.