Unit 'idea' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TIDEAEncryptStream.Create

Constructor to create a new TIDEAEncryptStream instance.

Declaration

Source position: idea.pp line 95

public constructor TIDEAEncryptStream.Create(

  const AKey: string;

  Dest: TStream

); overload;

Arguments

AKey

  

String to use as key data.

Dest

  

Destination stream for encrypted data.

Description

Create creates a new TIDEAEncryptStream instance using the string AKey to compute the encryption key, which is then passed on to the inherited constructor TIDEAStream.Create. It is an easy-access function which introduces no new functionality.

The string is truncated at the maximum length of the TIdeaCryptKey structure, so it makes no sense to provide a string with length longer than this structure.

See also

TIdeaCryptKey

  

Type for holding an encryption/decryption IDEA key.

TIDEAStream.Create

  

Creates a new instance of the TIDEAStream class.

TIDEADeCryptStream.Create

  

Constructor to create a new TIDEADecryptStream instance.


Documentation generated on: Jul 24 2023