Versions in this module Expand all Collapse all v5 v5.2.2 Mar 23, 2025 Changes in this version + 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