Documentation ¶
Index ¶
- Constants
- Variables
- type Entry
- type KeyStore
- func NewKeyStore(conf config.Configuration, logger zerolog.Logger) (KeyStore, error)
- func NewKeyStoreFromKey(privateKey crypto.Signer) (KeyStore, error)
- func NewKeyStoreFromPEMBytes(pemBytes []byte, password string) (KeyStore, error)
- func NewKeyStoreFromPEMFile(pemFilePath, password string) (KeyStore, error)
Constants ¶
View Source
const ( AlgRSA = "RSA" AlgECDSA = "ECDSA" )
Variables ¶
View Source
var ErrNoSuchKey = errors.New("no such key")
View Source
var Module = fx.Options( fx.Provide(NewKeyStore), )
nolint
Functions ¶
This section is empty.
Types ¶
type Entry ¶
Click to show internal directories.
Click to hide internal directories.