Documentation ¶
Index ¶
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadECPrivateKeyFromDisk ¶ added in v4.1.0
func LoadECPrivateKeyFromDisk(location string) crypto.PrivateKey
func LoadECPublicKeyFromDisk ¶ added in v4.1.0
func LoadRSAPrivateKeyFromDisk ¶
func LoadRSAPrivateKeyFromDisk(location string) *rsa.PrivateKey
func MakeSampleToken ¶
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.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.