PyJKS enables Python projects to load and manipulate Java KeyStore (JKS) data without a JVM dependency. PyJKS supports JKS, JCEKS, BKS and UBER (BouncyCastle) keystores. Simply:: pip install pyjks Or:: easy_install pyjks Then:: import jks keystore = jks.KeyStore.load('keystore.jks', 'passphrase') print(ks.private_keys) print(ks.certs) print(ks.secret_keys) And that's barely scratching the surface. Check out `the usage examples on GitHub <https://github.com/kurtbrose/pyjks#usage-examples>`_ for more!"
| Uploaded | Tue Apr 1 02:06:07 2025 |
| md5 checksum | c9dbd1695fb3b838b1b57f132b615a46 |
| build | pyhd3eb1b0_0 |
| depends | javaobj-py3, pyasn1 >=0.3.5, pyasn1-modules, pycryptodomex, python, twofish |
| license | MIT |
| license_family | MIT |
| md5 | c9dbd1695fb3b838b1b57f132b615a46 |
| name | pyjks |
| noarch | python |
| sha1 | 0c9786fed6080ed83d0d3df00eec7e927e77cfc9 |
| sha256 | 862043b4dee92d93e2707d2a90aa3b197b12606e4d75443f399bbc5877a7a091 |
| size | 25427 |
| subdir | noarch |
| timestamp | 1629707850096 |
| version | 19.0.0 |