Signature.fromHexStr constructor

Signature.fromHexStr(String hex)

Implementation

Signature.fromHexStr(String hex) : this.fromBytes(Convert.hexStrToBytes(hex));