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