Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadEcdsaPrivateKey ¶
func LoadEcdsaPrivateKey(pathToPrivateKeyFile string, pathToPrivateKeyPasswordFile string) (*ecdsa.PrivateKey, error)
Types ¶
type EcKeyJWTGenerator ¶
type EcKeyJWTGenerator struct {
// contains filtered or unexported fields
}
func NewEcKeyJWTGenerator ¶
func NewEcKeyJWTGenerator(kid string, key *ecdsa.PrivateKey, signingMethod jwt.SigningMethod) *EcKeyJWTGenerator
Click to show internal directories.
Click to hide internal directories.