Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemoryTrustStore ¶
InMemoryTrustStore is a in memory storage for public keys
func (*InMemoryTrustStore) GetPublicKey ¶
func (ts *InMemoryTrustStore) GetPublicKey(keyID string) crypto.PublicKey
GetPublicKey returns the public key with this key ID
type TrustStore ¶
TrustStore is a generic interface to retrieve a public key
func New ¶
func New(filename string) (store TrustStore, err error)
New creates new Trust Store from URI
Click to show internal directories.
Click to hide internal directories.