[Overview][Constants][Types][Classes] | Reference for unit 'BlowFish' (#fcl) |
Create a new instance of the TBlowFishStream class
Source position: blowfish.pp line 58
public constructor TBlowFishStream.Create( |
AKey: TBlowFishKey; |
AKeySize: Byte; |
Dest: TStream |
); |
AKey |
|
Encryption/Decryption key |
AKeySize |
|
Actual key size. |
Dest |
|
Destination stream |
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.
|
On-the-fly Blowfish encryption stream |
|
|
On-the-fly Blowfish decryption stream |
|
|
Class implementing blowfish encryption/decription |
No notes exist for this page yet.