Class _hashlib

java.lang.Object
org.python.modules._hashlib
All Implemented Interfaces:
ClassDictInit

public class _hashlib extends Object implements ClassDictInit
The Python _hashlib module: provides hashing algorithms via java.security.MessageDigest. The 'openssl' method prefix is to match CPython and provide what the pure python hashlib.py module expects.
  • Field Details

    • openssl_md_meth_names

      public static final PyFrozenSet openssl_md_meth_names
  • Constructor Details

    • _hashlib

      public _hashlib()
  • Method Details