public class Hash
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
protected |
Hash(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
SWIGTYPE_p_HashType |
emptyHash() |
protected void |
finalize() |
protected static long |
getCPtr(Hash obj) |
HashImplType |
getHashImplType() |
SWIGTYPE_p_HashType |
hash(java.lang.String _data) |
SWIGTYPE_p_HashType |
hash(SWIGTYPE_p_bytes _data) |
SWIGTYPE_p_HashType |
hash(SWIGTYPE_p_bytesConstRef _data) |
SWIGTYPE_p_HashType |
hash(SWIGTYPE_p_PublicPtr _public) |
SWIGTYPE_p_HashType |
hash(SWIGTYPE_p_std__string_view view) |
SWIGTYPE_p_bcos__crypto__hasher__AnyHasher |
hasher() |
void |
setHashImplType(HashImplType _type) |
protected static long |
swigRelease(Hash obj) |
protected static long getCPtr(Hash obj)
protected static long swigRelease(Hash obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public SWIGTYPE_p_HashType hash(SWIGTYPE_p_bytesConstRef _data)
public SWIGTYPE_p_HashType hash(SWIGTYPE_p_std__string_view view)
public SWIGTYPE_p_HashType emptyHash()
public SWIGTYPE_p_HashType hash(SWIGTYPE_p_bytes _data)
public SWIGTYPE_p_HashType hash(java.lang.String _data)
public SWIGTYPE_p_HashType hash(SWIGTYPE_p_PublicPtr _public)
public void setHashImplType(HashImplType _type)
public HashImplType getHashImplType()
public SWIGTYPE_p_bcos__crypto__hasher__AnyHasher hasher()