Documentation
¶
Overview ¶
Package keystore implements an in-memory keystore for JWT support.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyStore ¶
type KeyStore struct {
// contains filtered or unexported fields
}
KeyStore represents an in memory store implementation of KeyLookup interface.
func (*KeyStore) LoadRSAKeys ¶
LoadRSAKeys loads a set of RSA pems. Name of pem file will be used as key id.
func (*KeyStore) PrivateKey ¶
PrivateKey searches the keystore for a specific key id and returns private key.
Click to show internal directories.
Click to hide internal directories.