Versions in this module Expand all Collapse all v3 v3.20.0 Nov 5, 2020 Changes in this version + type JWS struct + func NewJWS(privateKey crypto.PrivateKey, kid string, nonceManager *nonces.Manager) *JWS + func (j *JWS) GetKeyAuthorization(token string) (string, error) + func (j *JWS) SetKid(kid string) + func (j *JWS) SignContent(url string, content []byte) (*jose.JSONWebSignature, error) + func (j *JWS) SignEABContent(url, kid string, hmac []byte) (*jose.JSONWebSignature, error)