- hash(String) - Static method in class de.binfalse.bfutils.GeneralTools
-
Hash a message using either sha256/sha1/sha512/md5, whatever is available.
- hashMd5(String) - Static method in class de.binfalse.bfutils.GeneralTools
-
Hash a message using MD5.
- hashSha1(String) - Static method in class de.binfalse.bfutils.GeneralTools
-
Hash a message using SHA1.
- hashSha256(String) - Static method in class de.binfalse.bfutils.GeneralTools
-
Hash a message using SHA256.
- hashSha512(String) - Static method in class de.binfalse.bfutils.GeneralTools
-
Hash a message using SHA512.
- hasNext() - Method in class de.binfalse.bfutils.AlphabetIterator
-