Class SignImpl

  • All Implemented Interfaces:
    sop.operation.Sign

    public class SignImpl
    extends java.lang.Object
    implements sop.operation.Sign
    • Constructor Summary

      Constructors 
      Constructor Description
      SignImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      sop.Ready data​(java.io.InputStream data)  
      sop.operation.Sign key​(java.io.InputStream keyIn)  
      sop.operation.Sign mode​(sop.enums.SignAs mode)  
      sop.operation.Sign noArmor()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SignImpl

        public SignImpl()
    • Method Detail

      • noArmor

        public sop.operation.Sign noArmor()
        Specified by:
        noArmor in interface sop.operation.Sign
      • mode

        public sop.operation.Sign mode​(sop.enums.SignAs mode)
        Specified by:
        mode in interface sop.operation.Sign
      • key

        public sop.operation.Sign key​(java.io.InputStream keyIn)
                               throws sop.exception.SOPGPException.KeyIsProtected,
                                      sop.exception.SOPGPException.BadData,
                                      java.io.IOException
        Specified by:
        key in interface sop.operation.Sign
        Throws:
        sop.exception.SOPGPException.KeyIsProtected
        sop.exception.SOPGPException.BadData
        java.io.IOException
      • data

        public sop.Ready data​(java.io.InputStream data)
                       throws java.io.IOException
        Specified by:
        data in interface sop.operation.Sign
        Throws:
        java.io.IOException