public static class SecureHash.Companion
Modifier and Type | Method and Description |
---|---|
SecureHash.SHA256 |
getZeroHash() |
SecureHash.SHA256 |
parse(java.lang.String str) |
SecureHash.SHA256 |
randomSHA256() |
SecureHash.SHA256 |
sha256(byte[] bytes) |
SecureHash.SHA256 |
sha256(java.lang.String str) |
SecureHash.SHA256 |
sha256Twice(byte[] bytes) |
public SecureHash.SHA256 parse(java.lang.String str)
public SecureHash.SHA256 sha256(byte[] bytes)
public SecureHash.SHA256 sha256Twice(byte[] bytes)
public SecureHash.SHA256 sha256(java.lang.String str)
public SecureHash.SHA256 randomSHA256()
public SecureHash.SHA256 getZeroHash()