Interface CryptoJob

  • All Superinterfaces:
    java.lang.Runnable
    All Known Implementing Classes:
    EncryptJob

    public interface CryptoJob
    extends java.lang.Runnable
    CryptoJob representing the job that needs processing by CryptoJobHandler
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void closeJob​(java.security.GeneralSecurityException gse)
      Close the job with the given gse
      • Methods inherited from interface java.lang.Runnable

        run
    • Method Detail

      • closeJob

        void closeJob​(java.security.GeneralSecurityException gse)
        Close the job with the given gse
        Parameters:
        gse - the GeneralSecurityException that needs to be set while invoking callback for the job