Package sop
Class Signatures
java.lang.Object
sop.Ready
sop.Signatures
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
writeTo
(OutputStream signatureOutputStream) Write OpenPGP signatures to the provided output stream.Methods inherited from class sop.Ready
getBytes, getInputStream
-
Constructor Details
-
Signatures
public Signatures()
-
-
Method Details
-
writeTo
Write OpenPGP signatures to the provided output stream.- Specified by:
writeTo
in classReady
- Parameters:
signatureOutputStream
- output stream- Throws:
IOException
- in case of an IO error
-