Documentation
¶
Overview ¶
keyman provides key management functionality
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyFetchInMemory ¶
type KeyFetchInMemory struct {
// contains filtered or unexported fields
}
KeyFetchInMemory implements KeyFetcher for public keys stored in memory.
func NewKeyFetchInMemory ¶
func NewKeyFetchInMemory(pubkeys map[string]httpsig.KeySpec) *KeyFetchInMemory
Click to show internal directories.
Click to hide internal directories.