Package org.pgpainless.sop
Class InlineDetachImpl
java.lang.Object
org.pgpainless.sop.InlineDetachImpl
- All Implemented Interfaces:
sop.operation.InlineDetach
Implementation of the
inline-detachoperation using PGPainless.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsop.ReadyWithResult<sop.Signatures>
message
(InputStream messageInputStream) sop.operation.InlineDetach
noArmor()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface sop.operation.InlineDetach
message
-
Constructor Details
-
InlineDetachImpl
public InlineDetachImpl()
-
-
Method Details
-
noArmor
public sop.operation.InlineDetach noArmor()- Specified by:
noArmor
in interfacesop.operation.InlineDetach
-
message
- Specified by:
message
in interfacesop.operation.InlineDetach
-