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