Home
last modified time | relevance | path

Searched defs:macWithKID (Results 1 – 1 of 1) sorted by relevance

/external/tink/go/jwt/
Djwt_mac_kid.go26 type macWithKID struct { struct
27 tm tink.MAC
28 algorithm string
29 customKID *string
45 func (jm *macWithKID) ComputeMACAndEncodeWithKID(token *RawJWT, kid *string) (string, error) {
58 …VerifyMACAndDecodeWithKID(compact string, verifier *Validator, kid *string) (*VerifiedJWT, error) {