コード例 #1
0
ファイル: jwk_test.py プロジェクト: CreativeKoen/letsencrypt
 def test_from_json_hashable(self):
     from acme.jose.jwk import JWKOct
     hash(JWKOct.from_json(self.jobj))
コード例 #2
0
ファイル: jwk_test.py プロジェクト: jepler/letsencrypt
 def test_from_json_hashable(self):
     from acme.jose.jwk import JWKOct
     hash(JWKOct.from_json(self.jobj))
コード例 #3
0
ファイル: jwk_test.py プロジェクト: CreativeKoen/letsencrypt
 def test_from_json(self):
     from acme.jose.jwk import JWKOct
     self.assertEqual(self.jwk, JWKOct.from_json(self.jobj))
コード例 #4
0
ファイル: jwk_test.py プロジェクト: jepler/letsencrypt
 def test_from_json(self):
     from acme.jose.jwk import JWKOct
     self.assertEqual(self.jwk, JWKOct.from_json(self.jobj))