help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes] Reference for unit 'BlowFish' (#fcl)

TBlowFishStream.Create

Create a new instance of the TBlowFishStream class

Declaration

Source position: blowfish.pp line 58

public constructor TBlowFishStream.Create(

  AKey: TBlowFishKey;

  AKeySize: Byte;

  Dest: TStream

);

Arguments

AKey

  

Encryption/Decryption key

AKeySize

  

Actual key size.

Dest

  

Destination stream

Description

Create initializes a new instance of TBlowFishStream, and creates an internal instance of TBlowFish using AKey and AKeySize. The Dest stream is stored so the descendent classes can refer to it.

Do not create an instance of TBlowFishStream directly. Instead create one of the descendent classes TBlowFishEncryptStream or TBlowFishDecryptStream.

See also

TBlowFishEncryptStream

  

On-the-fly Blowfish encryption stream

TBlowFishDecryptStream

  

On-the-fly Blowfish decryption stream

TBlowFish

  

Class implementing blowfish encryption/decription

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505