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