Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TrustStore ¶
type TrustStore interface {
Get(keyID string) *TrustStoreEntry
}
TrustStore is a generic interface to retrieve a public key
func NewTrustStore ¶
func NewTrustStore(filename string) (store TrustStore, err error)
NewTrustStore creates new Key Store from URI
Click to show internal directories.
Click to hide internal directories.