|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OpenPgpStreamingSignatureVerifier
An interface for updating an OpenPGP signature on the fly with streaming data.
| Field Summary | |
|---|---|
static java.lang.String |
ROLE
|
| Method Summary | |
|---|---|
SignatureStatus |
finish()
Finish and verify the signature that has been obtained. |
void |
update(byte[] buf)
Update the signature with the next block from the data buffer. |
void |
update(byte[] buf,
int offset,
int length)
Update the signature with the next block from the data buffer. |
| Field Detail |
|---|
static final java.lang.String ROLE
| Method Detail |
|---|
void update(byte[] buf)
throws OpenPgpException
buf - the buffer
OpenPgpException - if the buffer is not valid for updating the signature
void update(byte[] buf,
int offset,
int length)
throws OpenPgpException
buf - the bufferoffset - offset within the buffer to start fromlength - number of bytes in the buffer to read from
OpenPgpException - if the buffer is not valid for updating the signature
SignatureStatus finish()
throws OpenPgpException,
java.io.IOException
OpenPgpException - if the signature is not in a consistent or complete state
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||