Documentation
¶
Index ¶
Constants ¶
View Source
const ( AlgHS256 string = "HS256" AlgHS384 string = "HS384" AlgHS512 string = "HS512" )
Variables ¶
This section is empty.
Functions ¶
func ExtractKeyId ¶
Types ¶
type JoseHeader ¶
type JoseHeader struct {
Alg string `json:"alg"`
KeyID string `json:"kid"`
KeyType string `json:"typ"`
}
func (JoseHeader) Encode ¶
func (header JoseHeader) Encode() string
Click to show internal directories.
Click to hide internal directories.