| Constructor and Description |
|---|
CLPublicKey(byte[] key) |
CLPublicKey(byte[] bytes,
Algorithm algorithm) |
CLPublicKey(String key) |
CLPublicKey(String key,
Algorithm algorithm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static byte[] |
fromString(String hex) |
Algorithm |
getAlgorithm() |
byte[] |
getBytes() |
CLType |
getCLType() |
CLTypeInfo |
getCLTypeInfo() |
int |
getTag()
Obtains the byte tag for this type of casper object
|
int |
hashCode() |
byte[] |
toAccount() |
String |
toAccountHex() |
String |
toHex() |
static String |
toHex(byte[] bytes) |
protected final Algorithm algorithm
public CLPublicKey(byte[] bytes,
Algorithm algorithm)
public CLPublicKey(String key)
public CLPublicKey(byte[] key)
public byte[] getBytes()
public Algorithm getAlgorithm()
public String toAccountHex()
public byte[] toAccount()
public int getTag()
HasTagpublic 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.