|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Signer with message recovery.
Method Summary | |
byte[] |
getRecoveredMessage()
Returns a reference to what message was recovered (if any). |
boolean |
hasFullMessage()
Returns true if the signer has recovered the full message as part of signature verification. |
void |
updateWithRecoveredMessage(byte[] signature)
Perform an update with the recovered message before adding any other data. |
Methods inherited from interface org.bouncycastle.crypto.Signer |
generateSignature, init, reset, update, update, verifySignature |
Method Detail |
public boolean hasFullMessage()
public byte[] getRecoveredMessage()
public void updateWithRecoveredMessage(byte[] signature) throws InvalidCipherTextException
signature
- the signature that we are in the process of verifying.
java.lang.IllegalStateException
InvalidCipherTextException
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |