| e-CryptIt Engine REALbasic Plugin |
|
TwofishECB.Constructor Constructor
The constructor for the TwofishECB class.
Constructor(
key as String,
keyType as Integer)
Parameters
- key
- The encryption key to encrypt with.
- keyType
- Use this value to specify key type. Possible values are: 0 (Encrypt), 1 (Decrypt), 2 (Dont know). Value 2 should mostly be used when you need to pass a encryptor to some object and dont know if the object will be doing encryption or decryption. Value 2 will take up more system resources.
Remarks
See Also
TwofishECB Class