Home
last modified time | relevance | path

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

/external/tink/python/tink/jwt/
D_jwt_format_test.py258 _jwt_format.create_unsigned_compact('RS256', None, raw_jwt),
275 unsigned_compact = _jwt_format.create_unsigned_compact(
299 unsigned_compact = _jwt_format.create_unsigned_compact(
D_jwt_hmac_key_manager.py75 unsigned = _jwt_format.create_unsigned_compact(self._algorithm, kid,
D_jwt_format.py198 def create_unsigned_compact(algorithm: str, kid: Optional[str], function
D_jwt_signature_key_manager.py93 unsigned = _jwt_format.create_unsigned_compact(self._algorithm, kid,