Package org.bouncycastle.crypto
Interface RecoveredMessage
-
public interface RecoveredMessage
Interface describing recovered message details from a signature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getContent()
Return the content of the recovered message in the signature.boolean
isFullMessage()
Return whether or not the full message was recovered.
-