mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-20 11:22:05 +01:00
Add javadoc description to DetachInbandSignatureAndMessage
This commit is contained in:
parent
bbc42fd8e4
commit
2e7a21b5b7
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ import java.io.InputStream;
|
||||||
import sop.ReadyWithResult;
|
import sop.ReadyWithResult;
|
||||||
import sop.Signatures;
|
import sop.Signatures;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Split cleartext signed messages up into data and signatures.
|
||||||
|
*/
|
||||||
public interface DetachInbandSignatureAndMessage {
|
public interface DetachInbandSignatureAndMessage {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue