Home
last modified time | relevance | path

Searched refs:compute_mac_and_encode_with_kid (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tink/python/tink/jwt/
H A D_jwt_hmac_key_manager_test.py105 token_with_kid = jwt_hmac.compute_mac_and_encode_with_kid(
107 token_without_kid = jwt_hmac.compute_mac_and_encode_with_kid(
H A D_jwt_mac.py83 def compute_mac_and_encode_with_kid(self, token: _raw_jwt.RawJwt, member in JwtMacInternal
H A D_jwt_mac_wrapper.py47 return primary.primitive.compute_mac_and_encode_with_kid(raw_jwt, kid)
H A D_jwt_hmac_key_manager.py56 def compute_mac_and_encode_with_kid(self, raw_jwt: _raw_jwt.RawJwt, member in _JwtHmac