Package org.pgpainless.sop
Class InlineDetachImpl
- java.lang.Object
-
- org.pgpainless.sop.InlineDetachImpl
-
- All Implemented Interfaces:
sop.operation.InlineDetach
public class InlineDetachImpl extends Object implements sop.operation.InlineDetach
-
-
Constructor Summary
Constructors Constructor Description InlineDetachImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description sop.ReadyWithResult<sop.Signatures>
message(InputStream messageInputStream)
sop.operation.InlineDetach
noArmor()
-
-
-
Method Detail
-
noArmor
public sop.operation.InlineDetach noArmor()
- Specified by:
noArmor
in interfacesop.operation.InlineDetach
-
message
public sop.ReadyWithResult<sop.Signatures> message(InputStream messageInputStream)
- Specified by:
message
in interfacesop.operation.InlineDetach
-
-