Interface EncryptionHandlerState


  • public interface EncryptionHandlerState
    Object of this type allows the caller to perform decryption/encryption sequentially for parts of the processed data stream. Object of this type is associated with the EncryptionHandler object and contain the current state of the decryption/encryption process for specific data.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DECRYPT  
      static int ENCRYPT  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      byte[] finish()
      Finishes the process of distributed decryption/encryption of specific data.
      byte[] init​(byte[] buffer, int start, int len, byte[] keyAddition, int mode)  
      byte[] update​(byte[] buffer, int start, int len)
      Continues the process of distributed decryption/encryption of specific data.