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