Class IDbCryptPlugin
Unit
Declaration
type IDbCryptPlugin = class(IPluginBase)
Description
This item has no description.
Hierarchy
- TObject
- IVersioned
- IReferenceCounted
- IPluginBase
- IDbCryptPlugin
Overview
Fields
| Public | nested const VERSION = 7; |
Methods
| Public | procedure setKey(status: IStatus; length: Cardinal; sources: IKeyHolderPluginPtr; keyName: PAnsiChar); |
| 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 = 7; |
|
This item has no description. | |
Methods
| Public | procedure setKey(status: IStatus; length: Cardinal; sources: IKeyHolderPluginPtr; keyName: PAnsiChar); |
|
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.