Interface BinaryEncryptor

    • Method Detail

      • encrypt

        byte[] encrypt​(byte[] binary)
        Encrypts a byte array
        Parameters:
        binary - the byte array to be encrypted.
      • decrypt

        byte[] decrypt​(byte[] encryptedBinary)
        Decrypts a byte array.
        Parameters:
        encryptedBinary - the byte array to be decrypted.