All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
SWIGTYPE_p_std__unique_ptrT_bcos__crypto__KeyPairInterface_t |
createKeyPair(SWIGTYPE_p_std__shared_ptrT_KeyInterface_t _secretKey) |
void |
delete() |
protected void |
finalize() |
SWIGTYPE_p_std__unique_ptrT_bcos__crypto__KeyPairInterface_t |
generateKeyPair() |
protected static long |
getCPtr(SignatureCrypto obj) |
SWIGTYPE_p_PublicPtr |
recover(SWIGTYPE_p_HashType _hash,
SWIGTYPE_p_bytesConstRef _signatureData) |
SWIGTYPE_p_std__pairT_bool_bytes_t |
recoverAddress(Hash _hashImpl,
SWIGTYPE_p_HashType _hash,
SWIGTYPE_p_bytesConstRef _signatureData) |
SWIGTYPE_p_std__pairT_bool_bytes_t |
recoverAddress(SWIGTYPE_p_Hash__Ptr _hashImpl,
SWIGTYPE_p_bytesConstRef _in) |
SWIGTYPE_p_std__shared_ptrT_bytes_t |
sign(KeyPairInterface _keyPair,
SWIGTYPE_p_HashType _hash) |
SWIGTYPE_p_std__shared_ptrT_bytes_t |
sign(KeyPairInterface _keyPair,
SWIGTYPE_p_HashType _hash,
boolean _signatureWithPub) |
protected void |
swigSetCMemOwn(boolean own) |
boolean |
verify(SWIGTYPE_p_PublicPtr _pubKey,
SWIGTYPE_p_HashType _hash,
SWIGTYPE_p_bytesConstRef _signatureData) |
boolean |
verify(SWIGTYPE_p_std__shared_ptrT_bytes_const_t _pubKeyBytes,
SWIGTYPE_p_HashType _hash,
SWIGTYPE_p_bytesConstRef _signatureData) |