Class IWireCryptPlugin
Unit
Declaration
type IWireCryptPlugin = class(IPluginBase)
Description
This item has no description.
Hierarchy
- TObject
- IVersioned
- IReferenceCounted
- IPluginBase
- IWireCryptPlugin
Overview
Fields
| Public | nested const VERSION = 8; |
Methods
| Public | function getKnownTypes(status: IStatus): PAnsiChar; |
| Public | procedure setKey(status: IStatus; key: ICryptKey); |
| Public | procedure encrypt(status: IStatus; length: Cardinal; from: Pointer; to_: Pointer); |
| Public | procedure decrypt(status: IStatus; length: Cardinal; from: Pointer; to_: Pointer); |
Description
Fields
| Public | nested const VERSION = 8; |
|
This item has no description. | |
Methods
| Public | function getKnownTypes(status: IStatus): PAnsiChar; |
|
This item has no description. | |
| Public | procedure setKey(status: IStatus; key: ICryptKey); |
|
This item has no description. | |
| Public | procedure encrypt(status: IStatus; length: Cardinal; from: Pointer; to_: Pointer); |
|
This item has no description. | |
| Public | procedure decrypt(status: IStatus; length: Cardinal; from: Pointer; to_: Pointer); |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.