TDES.DoEncryptBlock(TBytes,TBytes) Method

Represents method DoEncryptBlock(TBytes,TBytes).

Namespace: Spring.Cryptography.DES
protected
 procedure DoEncryptBlock(const inputBuffer: TBytes; var outputBuffer: TBytes); override;

Parameters

inputBuffer
Type: TBytes

outputBuffer
Type: TBytes

Overrides

TSymmetricAlgorithmBase.DoEncryptBlock(TBytes,TBytes)