Constructor and Description |
---|
BLSPublicKey(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static BLSPublicKey |
from(byte[] bytes)
Creates an BLS Public Key from
byte Array. |
static BLSPublicKey |
from(String hexKey) |
byte[] |
getBytes()
The bytes of the public key.
|
byte[] |
getRawBytes() |
int |
hashCode() |
String |
toString() |
public static BLSPublicKey from(String hexKey)
public static BLSPublicKey from(byte[] bytes)
byte
Array.bytes
- Input Byte ArrayBLSPublicKey
public byte[] getRawBytes()
getRawBytes
in interface RawKey
public byte[] getBytes()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.