toHex method
Method to convert the private key to a hexadecimal string
Implementation
String toHex() {
return BytesUtils.toHexString(toBytes());
}
Method to convert the private key to a hexadecimal string
String toHex() {
return BytesUtils.toHexString(toBytes());
}