[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: HlpSHA3.pas line 269
type TKMACNotBuildInAdapter = class(THash,IKMAC,IKMACNotBuildIn,ICrypto,ICryptoNotBuildIn) |
||
strict protected |
||
|
||
FKey: TBytes; |
|
|
function GetName; override; |
|
|
function GetKey; |
|
|
procedure SetKey(); |
|
|
procedure DoOutput(); |
|
|
constructor Create(); |
|
|
function GetResult; |
|
|
public |
||
destructor Destroy; override; |
|
|
procedure Clear; |
|
|
procedure Initialize; override; |
|
|
function TransformFinal; override; |
|
|
procedure TransformBytes(); override; |
|
|
property Key: TBytes; [rw] |
|
|
property Name: string; [r] |
|
|
end; |
|
||
| | ||
|
||
| | ||
TObject,IHash |
CT Web help |
CodeTyphon Studio |