Interface BytesEncryptor

    • Method Detail

      • encrypt

        byte[] encrypt​(byte[] byteArray)
        Encrypt the byte array.
      • decrypt

        byte[] decrypt​(byte[] encryptedByteArray)
        Decrypt the byte array.