public class KeyUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ADDRESS_SIZE |
static int |
PRIVATE_KEY_LENGTH_IN_HEX |
static int |
PRIVATE_KEY_SIZE |
static int |
PUBLIC_KEY_SIZE |
static int |
PUBLIC_KEY_SIZE_NOT_ENCODED |
| Constructor and Description |
|---|
KeyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
toAddress(byte[] scriptHash) |
static byte[] |
toScriptHash(java.lang.String address) |
public static final int PRIVATE_KEY_SIZE
public static final int PUBLIC_KEY_SIZE
public static final int PUBLIC_KEY_SIZE_NOT_ENCODED
public static final int ADDRESS_SIZE
public static final int PRIVATE_KEY_LENGTH_IN_HEX