Uses of Interface
org.bouncycastle.crypto.RecoveredMessage
-
Packages that use RecoveredMessage Package Description org.bouncycastle.crypto Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality. -
-
Uses of RecoveredMessage in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return RecoveredMessage Modifier and Type Method Description RecoveredMessageOutputSignerWithMessageRecovery. getRecoveredMessage()Return the recovered message details.RecoveredMessageOutputVerifierWithMessageRecovery. getRecoveredMessage()Return the recovered message details found in the signature.
-