func LoadECPrivateKeyFromDisk(location string) crypto.PrivateKey
func LoadECPublicKeyFromDisk(location string) crypto.PublicKey
func LoadRSAPrivateKeyFromDisk(location string) *rsa.PrivateKey
func LoadRSAPublicKeyFromDisk(location string) *rsa.PublicKey
func MakeSampleToken(c jwt.Claims, method jwt.SigningMethod, key interface{}) string
MakeSampleToken creates and returns a encoded JWT token that has been signed with the specified cryptographic key.