# Functions
NewDirKeyStore returns a directory-based KeyStore implementation.
NewFileKeyStore returns a file-based KeyStore implementation.
# Structs
FileKeyStore holds the data for a file-based KeyStore implementation.
# Interfaces
KeyStore defines an interface for reading private keys for JWT signing.