Beispiel #1
0
 def test_from_json_hashable(self):
     from acme.jose.jwk import JWKOct
     hash(JWKOct.from_json(self.jobj))
Beispiel #2
0
 def test_from_json_hashable(self):
     from acme.jose.jwk import JWKOct
     hash(JWKOct.from_json(self.jobj))
Beispiel #3
0
 def test_from_json(self):
     from acme.jose.jwk import JWKOct
     self.assertEqual(self.jwk, JWKOct.from_json(self.jobj))
Beispiel #4
0
 def test_from_json(self):
     from acme.jose.jwk import JWKOct
     self.assertEqual(self.jwk, JWKOct.from_json(self.jobj))