Class ICryptKey
Unit
Declaration
type ICryptKey = class(IVersioned)
Description
This item has no description.
Hierarchy
- TObject
- IVersioned
- ICryptKey
Overview
Fields
| Public | nested const VERSION = 4; |
Methods
| Public | procedure setSymmetric(status: IStatus; type_: PAnsiChar; keyLength: Cardinal; key: Pointer); |
| Public | procedure setAsymmetric(status: IStatus; type_: PAnsiChar; encryptKeyLength: Cardinal; encryptKey: Pointer; decryptKeyLength: Cardinal; decryptKey: Pointer); |
| Public | function getEncryptKey(length: CardinalPtr): Pointer; |
| Public | function getDecryptKey(length: CardinalPtr): Pointer; |
Description
Fields
| Public | nested const VERSION = 4; |
|
This item has no description. | |
Methods
| Public | procedure setSymmetric(status: IStatus; type_: PAnsiChar; keyLength: Cardinal; key: Pointer); |
|
This item has no description. | |
| Public | procedure setAsymmetric(status: IStatus; type_: PAnsiChar; encryptKeyLength: Cardinal; encryptKey: Pointer; decryptKeyLength: Cardinal; decryptKey: Pointer); |
|
This item has no description. | |
| Public | function getEncryptKey(length: CardinalPtr): Pointer; |
|
This item has no description. | |
| Public | function getDecryptKey(length: CardinalPtr): Pointer; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.