Class InlineVerifyImpl

  • All Implemented Interfaces:
    sop.operation.AbstractVerify<sop.operation.InlineVerify>, sop.operation.InlineVerify

    public class InlineVerifyImpl
    extends java.lang.Object
    implements sop.operation.InlineVerify
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      sop.operation.InlineVerify cert​(java.io.InputStream cert)  
      sop.ReadyWithResult<java.util.List<sop.Verification>> data​(java.io.InputStream data)  
      sop.operation.InlineVerify notAfter​(java.util.Date timestamp)  
      sop.operation.InlineVerify notBefore​(java.util.Date timestamp)  
      • Methods inherited from class java.lang.Object

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

        cert
      • Methods inherited from interface sop.operation.InlineVerify

        data
    • Constructor Detail

      • InlineVerifyImpl

        public InlineVerifyImpl()
    • Method Detail

      • notBefore

        public sop.operation.InlineVerify notBefore​(java.util.Date timestamp)
                                             throws sop.exception.SOPGPException.UnsupportedOption
        Specified by:
        notBefore in interface sop.operation.AbstractVerify<sop.operation.InlineVerify>
        Throws:
        sop.exception.SOPGPException.UnsupportedOption
      • notAfter

        public sop.operation.InlineVerify notAfter​(java.util.Date timestamp)
                                            throws sop.exception.SOPGPException.UnsupportedOption
        Specified by:
        notAfter in interface sop.operation.AbstractVerify<sop.operation.InlineVerify>
        Throws:
        sop.exception.SOPGPException.UnsupportedOption
      • cert

        public sop.operation.InlineVerify cert​(java.io.InputStream cert)
                                        throws sop.exception.SOPGPException.BadData,
                                               java.io.IOException
        Specified by:
        cert in interface sop.operation.AbstractVerify<sop.operation.InlineVerify>
        Throws:
        sop.exception.SOPGPException.BadData
        java.io.IOException
      • data

        public sop.ReadyWithResult<java.util.List<sop.Verification>> data​(java.io.InputStream data)
                                                                   throws sop.exception.SOPGPException.NoSignature,
                                                                          sop.exception.SOPGPException.BadData
        Specified by:
        data in interface sop.operation.InlineVerify
        Throws:
        sop.exception.SOPGPException.NoSignature
        sop.exception.SOPGPException.BadData