Class InlineDetachExternal

  • All Implemented Interfaces:
    sop.operation.InlineDetach

    public class InlineDetachExternal
    extends java.lang.Object
    implements sop.operation.InlineDetach
    Implementation of the InlineDetach operation using an external SOP binary.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      sop.ReadyWithResult<sop.Signatures> message​(java.io.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 Detail

      • InlineDetachExternal

        public InlineDetachExternal​(java.lang.String binary,
                                    java.util.Properties environment,
                                    ExternalSOP.TempDirProvider tempDirProvider)
    • Method Detail

      • noArmor

        public sop.operation.InlineDetach noArmor()
        Specified by:
        noArmor in interface sop.operation.InlineDetach
      • message

        public sop.ReadyWithResult<sop.Signatures> message​(java.io.InputStream messageInputStream)
                                                    throws java.io.IOException,
                                                           sop.exception.SOPGPException.BadData
        Specified by:
        message in interface sop.operation.InlineDetach
        Throws:
        java.io.IOException
        sop.exception.SOPGPException.BadData