Package sop.external.operation
Class InlineDetachExternal
java.lang.Object
sop.external.operation.InlineDetachExternal
- All Implemented Interfaces:
sop.operation.InlineDetach
Implementation of the
InlineDetach operation using an external SOP binary.-
Constructor Summary
ConstructorsConstructorDescriptionInlineDetachExternal(String binary, Properties environment, ExternalSOP.TempDirProvider tempDirProvider) -
Method Summary
Modifier and TypeMethodDescriptionsop.ReadyWithResult<sop.Signatures>message(InputStream messageInputStream) sop.operation.InlineDetachnoArmor()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface sop.operation.InlineDetach
message
-
Constructor Details
-
InlineDetachExternal
public InlineDetachExternal(String binary, Properties environment, ExternalSOP.TempDirProvider tempDirProvider)
-
-
Method Details
-
noArmor
public sop.operation.InlineDetach noArmor()- Specified by:
noArmorin interfacesop.operation.InlineDetach
-
message
public sop.ReadyWithResult<sop.Signatures> message(InputStream messageInputStream) throws IOException, sop.exception.SOPGPException.BadData - Specified by:
messagein interfacesop.operation.InlineDetach- Throws:
IOExceptionsop.exception.SOPGPException.BadData
-