public class Signature extends CLPublicKey
algorithm| Constructor and Description |
|---|
Signature(byte[] bytes,
Algorithm keyAlgorithm) |
Signature(java.lang.String signature) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
fromString(java.lang.String hex) |
CLType |
getCLType() |
CLTypeInfo |
getCLTypeInfo() |
java.lang.String |
toHex() |
static java.lang.String |
toHex(byte[] bytes) |
equals, getAlgorithm, getBytes, getTag, hashCode, toAccount, toAccountHexpublic Signature(byte[] bytes,
Algorithm keyAlgorithm)
public Signature(java.lang.String signature)
public static byte[] fromString(java.lang.String hex)
public static java.lang.String toHex(byte[] bytes)
public CLTypeInfo getCLTypeInfo()
public CLType getCLType()
public java.lang.String toHex()