.coveragerc CHANGELOG.rst CONTRIBUTING.md LICENSE.txt MANIFEST.in README.rst pytest.ini setup.cfg setup.py tox.ini docs/.gitignore docs/Makefile docs/changelog.rst docs/conf.py docs/index.rst docs/jws-help.txt docs/requirements.txt docs/_static/.gitignore docs/_templates/.gitignore docs/api/base64.rst docs/api/errors.rst docs/api/interfaces.rst docs/api/json_util.rst docs/api/jwa.rst docs/api/jwk.rst docs/api/jws.rst docs/api/util.rst docs/man/jws.rst src/josepy/__init__.py src/josepy/b64.py src/josepy/errors.py src/josepy/interfaces.py src/josepy/json_util.py src/josepy/jwa.py src/josepy/jwk.py src/josepy/jws.py src/josepy/magic_typing.py src/josepy/py.typed src/josepy/util.py src/josepy.egg-info/PKG-INFO src/josepy.egg-info/SOURCES.txt src/josepy.egg-info/dependency_links.txt src/josepy.egg-info/entry_points.txt src/josepy.egg-info/requires.txt src/josepy.egg-info/top_level.txt tests/b64_test.py tests/errors_test.py tests/interfaces_test.py tests/json_util_test.py tests/jwa_test.py tests/jwk_test.py tests/jws_test.py tests/magic_typing_test.py tests/test_util.py tests/util_test.py tests/testdata/README tests/testdata/cert-100sans.pem tests/testdata/cert-idnsans.pem tests/testdata/cert-san.pem tests/testdata/cert.der tests/testdata/cert.pem tests/testdata/critical-san.pem tests/testdata/csr-100sans.pem tests/testdata/csr-6sans.pem tests/testdata/csr-idnsans.pem tests/testdata/csr-nosans.pem tests/testdata/csr-san.pem tests/testdata/csr.der tests/testdata/csr.pem tests/testdata/dsa512_key.pem tests/testdata/ec_p256_key.pem tests/testdata/ec_p384_key.pem tests/testdata/ec_p521_key.pem tests/testdata/rsa1024_key.pem tests/testdata/rsa2048_cert.pem tests/testdata/rsa2048_key.pem tests/testdata/rsa256_key.pem tests/testdata/rsa512_key.pem