System.Zip.IZipCryptor.Encrypt

From RAD Studio API Documentation

Delphi

procedure Encrypt(var Buffer: TBytes);

C++

virtual void __fastcall Encrypt(System::Sysutils::TBytes &Buffer) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Zip.pas
System.Zip.hpp
System.Zip IZipCryptor

Description

Encrypts specified by the ABuffer data block. When Encrypt is on the input, it contains decrypted data block. When it is on the output, it contains encrypted data block. The size of the ABuffer on the output may be different from the size on the input.


See Also