Package org.bouncycastle.crypto
Interface OutputSignerWithMessageRecovery<T extends Parameters>
-
- Type Parameters:
T
- the parameters type for the signer.
- All Superinterfaces:
OutputSigner<T>
public interface OutputSignerWithMessageRecovery<T extends Parameters> extends OutputSigner<T>
Interface for an output signer that also supports message recovery from the signature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecoveredMessage
getRecoveredMessage()
Return the recovered message details.-
Methods inherited from interface org.bouncycastle.crypto.OutputSigner
getParameters, getSignature, getSignature, getSigningStream
-
-
-
-
Method Detail
-
getRecoveredMessage
RecoveredMessage getRecoveredMessage()
Return the recovered message details.- Returns:
- recovered message details.
-
-