| Package | Description |
|---|---|
| com.horizen.vrfnative |
| Modifier and Type | Method and Description |
|---|---|
static VRFPublicKey |
VRFPublicKey.deserialize(byte[] publicKeyBytes) |
static VRFPublicKey |
VRFPublicKey.deserialize(byte[] publicKeyBytes,
boolean checkPublicKey) |
static VRFPublicKey |
VRFPublicKey.deserialize(byte[] publicKeyBytes,
boolean checkPublicKey,
boolean compressed) |
VRFPublicKey |
VRFSecretKey.getPublicKey() |
VRFPublicKey |
VRFKeyPair.getPublicKey() |
| Constructor and Description |
|---|
VRFKeyPair(VRFSecretKey secretKey,
VRFPublicKey publicKey) |
Copyright © 2020–2021. All rights reserved.