Interface Crypto

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      byte[] decrypt​(byte[] encrypted)  
      byte[] decrypt​(byte[] encrypted, byte[] nonce)  
      byte[] decrypt​(byte[] encrypted, int offset, int length)  
      byte[] decrypt​(byte[] encrypted, int offset, int length, byte[] nonce)  
      byte[] encrypt​(byte[] input)  
      byte[] encrypt​(byte[] input, byte[] nonce)  
      byte[] encrypt​(byte[] input, int offset, int length)  
      byte[] encrypt​(byte[] input, int offset, int length, byte[] nonce)