public class SchnorrSignature extends Object implements AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static int |
SIGNATURE_LENGTH |
| Constructor and Description |
|---|
SchnorrSignature() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static SchnorrSignature |
deserialize(byte[] signatureBytes) |
static SchnorrSignature |
deserialize(byte[] signatureBytes,
boolean checkSignature) |
void |
freeSignature() |
boolean |
isValidSignature() |
byte[] |
serializeSignature() |
public static SchnorrSignature deserialize(byte[] signatureBytes, boolean checkSignature)
public static SchnorrSignature deserialize(byte[] signatureBytes)
public byte[] serializeSignature()
public boolean isValidSignature()
public void freeSignature()
public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2020–2021. All rights reserved.