org.bouncycastle.crypto

Interface SignerWithRecovery

public interface SignerWithRecovery extends Signer

Signer with message recovery.
Method Summary
byte[]getRecoveredMessage()
Returns a reference to what message was recovered (if any).
booleanhasFullMessage()
Returns true if the signer has recovered the full message as part of signature verification.

Method Detail

getRecoveredMessage

public byte[] getRecoveredMessage()
Returns a reference to what message was recovered (if any).

Returns: full/partial message, null if nothing.

hasFullMessage

public boolean hasFullMessage()
Returns true if the signer has recovered the full message as part of signature verification.

Returns: true if full message recovered.