Documentation ¶
Overview ¶
this package implements auth.KeyStore interface for 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
}
func (*KeyStore) PrivateKey ¶
func (ks *KeyStore) PrivateKey(kid string) (*rsa.PrivateKey, error)
PrivateKey find key by kid and returns private key.
Click to show internal directories.
Click to hide internal directories.