[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Ancestor stream for IDEA encryption/decryption streams.
Source position: idea.pp line 76
type TIDEAStream = class(TOwnerStream) |
||
public |
||
constructor Create(); overload; |
|
Creates a new instance of the TIDEAStream class |
|
Key used when encrypting/decrypting |
|
end; |
|
Ancestor stream for IDEA encryption/decryption streams. |
|
| | ||
| | ||
| | ||
Do not create instances of TIDEAStream directly. It implements no useful functionality: it serves as a common ancestor of the TIDEAEncryptStream and TIDEADeCryptStream, and simply provides some fields that these descendent classes use when encrypting/decrypting. One of these classes should be created, depending on whether one wishes to encrypt or to decrypt.
|
IDEA encryption stream. |
|
|
IDEA Decryption stream. |