public interface LlapSigner
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LlapSigner.Signable
An object signable by a signer.
|
static class |
LlapSigner.SignedMessage
Message with the signature.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkSignature(byte[] message,
byte[] signature,
int keyId) |
void |
close() |
LlapSigner.SignedMessage |
serializeAndSign(LlapSigner.Signable message)
Serializes and signs the message.
|
LlapSigner.SignedMessage serializeAndSign(LlapSigner.Signable message) throws IOException
IOExceptionvoid checkSignature(byte[] message,
byte[] signature,
int keyId)
void close()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.