Package org.bouncycastle.crypto
Interface RecoveredMessage
-
public interface RecoveredMessageInterface 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.booleanisFullMessage()Return whether or not the full message was recovered.
-