[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'idea' (#fcl) |
Creates a new instance of the TIDEAStream class
Source position: idea.pp line 81
public constructor TIDEAStream.Create( |
AKey: TIDEAKey; |
Dest: TStream |
); |
AKey |
|
Key to use for encryption/decryption |
Dest |
|
Stream to write encrypted data to/read encrypted data from |
Create stores the encryption/decryption key and then calls the inherited Create to store the Dest stream.
None.
|
IDEA encryption stream. |
|
|
IDEA Decryption stream. |
No notes exist for this page yet.