public class VRFSecretKey extends Object implements AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static int |
SECRET_KEY_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static VRFSecretKey |
deserialize(byte[] secretKeyBytes) |
void |
freeSecretKey() |
VRFPublicKey |
getPublicKey() |
byte[] |
serializeSecretKey() |
public static VRFSecretKey deserialize(byte[] secretKeyBytes)
public byte[] serializeSecretKey()
public void freeSecretKey()
public VRFPublicKey getPublicKey()
public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2020–2021. All rights reserved.