[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dcptea.pas line 40
type TDCP_tea = class(TDCP_blockcipher64) |
||
protected |
||
KeyData: array [0..3] of dword; |
|
|
procedure InitKey(); override; |
|
|
public |
||
class function GetID; override; |
|
|
class function GetAlgorithm; override; |
|
|
class function GetMaxKeySize; override; |
|
|
class function SelfTest; override; |
|
|
procedure Burn; override; |
|
|
procedure EncryptECB(); override; |
|
|
procedure DecryptECB(); override; |
|
|
end; |
|
||
| | ||
|
||
| | ||
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |