Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SignEmblem ¶
Types ¶
type EmblemConfig ¶
type EmblemConfig struct {
// contains filtered or unexported fields
}
func MkEmblemCfg ¶
func MkEmblemCfg(sk jwk.Key, alg *jwa.SignatureAlgorithm, proto jwt.Token, lifetime int64) *EmblemConfig
type EndorsementConfig ¶
type EndorsementConfig struct { EmblemConfig // contains filtered or unexported fields }
func MkEndorsementCfg ¶
func MkEndorsementCfg(sk jwk.Key, alg *jwa.SignatureAlgorithm, proto jwt.Token, endorse jwk.Key, endorseAlg *jwa.SignatureAlgorithm, lifetime int64) *EndorsementConfig
Click to show internal directories.
Click to hide internal directories.