Class InlineSignImpl

  • All Implemented Interfaces:
    sop.operation.AbstractSign<sop.operation.InlineSign>, sop.operation.InlineSign

    public class InlineSignImpl
    extends java.lang.Object
    implements sop.operation.InlineSign
    • Constructor Summary

      Constructors 
      Constructor Description
      InlineSignImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      sop.Ready data​(java.io.InputStream data)  
      sop.operation.InlineSign key​(java.io.InputStream keyIn)  
      sop.operation.InlineSign mode​(sop.enums.InlineSignAs mode)  
      sop.operation.InlineSign noArmor()  
      sop.operation.InlineSign withKeyPassword​(byte[] password)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface sop.operation.AbstractSign

        key, withKeyPassword
      • Methods inherited from interface sop.operation.InlineSign

        data
    • Constructor Detail

      • InlineSignImpl

        public InlineSignImpl()
    • Method Detail

      • mode

        public sop.operation.InlineSign mode​(sop.enums.InlineSignAs mode)
                                      throws sop.exception.SOPGPException.UnsupportedOption
        Specified by:
        mode in interface sop.operation.InlineSign
        Throws:
        sop.exception.SOPGPException.UnsupportedOption
      • noArmor

        public sop.operation.InlineSign noArmor()
        Specified by:
        noArmor in interface sop.operation.AbstractSign<sop.operation.InlineSign>
      • key

        public sop.operation.InlineSign key​(java.io.InputStream keyIn)
                                     throws sop.exception.SOPGPException.KeyCannotSign,
                                            sop.exception.SOPGPException.BadData,
                                            java.io.IOException
        Specified by:
        key in interface sop.operation.AbstractSign<sop.operation.InlineSign>
        Throws:
        sop.exception.SOPGPException.KeyCannotSign
        sop.exception.SOPGPException.BadData
        java.io.IOException
      • withKeyPassword

        public sop.operation.InlineSign withKeyPassword​(byte[] password)
        Specified by:
        withKeyPassword in interface sop.operation.AbstractSign<sop.operation.InlineSign>
      • data

        public sop.Ready data​(java.io.InputStream data)
                       throws sop.exception.SOPGPException.KeyIsProtected,
                              sop.exception.SOPGPException.ExpectedText
        Specified by:
        data in interface sop.operation.InlineSign
        Throws:
        sop.exception.SOPGPException.KeyIsProtected
        sop.exception.SOPGPException.ExpectedText