Interface CryptoProcessor

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      default byte[] process​(byte[] input)
      Generic method to process and transform data.
      default byte[] process​(byte[] input, int offset, int length)
      Generic method to process and transform data.
      default byte[] process​(byte[] input, int offset, int length, boolean complete)
      Generic method to process and transform data.
      default byte[] process​(CryptoBinary input, boolean complete)  
      void reset()
      Will reset the internal state of this object.