| Constructor and Description |
|---|
CLPublicKey(byte[] key) |
CLPublicKey(byte[] bytes,
Algorithm algorithm) |
CLPublicKey(java.lang.String key) |
CLPublicKey(java.lang.String key,
Algorithm algorithm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static byte[] |
fromString(java.lang.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() |
java.lang.String |
toAccountHex() |
java.lang.String |
toHex() |
static java.lang.String |
toHex(byte[] bytes) |
protected final Algorithm algorithm
public CLPublicKey(byte[] bytes,
Algorithm algorithm)
public CLPublicKey(java.lang.String key,
Algorithm algorithm)
public CLPublicKey(java.lang.String key)
public CLPublicKey(byte[] key)
public byte[] getBytes()
public Algorithm getAlgorithm()
public java.lang.String toAccountHex()
public byte[] toAccount()
public int getTag()
HasTagpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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()