Searched refs:_algorithm (Results 1 – 3 of 3) sorted by relevance
716 _algorithm = None variable in PrivateKeyInfo777 container._algorithm = algorithm888 if self._algorithm is None:889 self._algorithm = self['private_key_algorithm']['algorithm'].native890 return self._algorithm1072 _algorithm = None variable in PublicKeyInfo1206 if self._algorithm is None:1207 self._algorithm = self['algorithm']['algorithm'].native1208 return self._algorithm
45 self._algorithm = algorithm75 unsigned = _jwt_format.create_unsigned_compact(self._algorithm, kid,90 algorithm=self._algorithm,
67 self._algorithm = algorithm93 unsigned = _jwt_format.create_unsigned_compact(self._algorithm, kid,104 self._algorithm = algorithm121 algorithm=self._algorithm,