|
|
#define | CXI_KEY_TYPE_PUBLIC 0x00000001 |
| | Public key object.
|
| |
|
#define | CXI_KEY_TYPE_PRIVATE_ONLY 0x00000002 |
| | Private key object (without public components)
|
| |
|
#define | CXI_KEY_TYPE_PRIVATE 0x00000003 |
| | Private key object (contains also public components)
|
| |
|
#define | CXI_KEY_TYPE_PRIVATE_FULL 0x00000007 |
| | rfu
|
| |
|
#define | CXI_KEY_TYPE_SECRET 0x00000008 |
| | Secrect key object.
|
| |
|
#define | CXI_KEY_TYPE_PLAINTEXT 0x00000010 |
| | Secret key object in plain (only used as type parameter on key export)
|
| |
|
#define | CXI_KEY_TYPE_CONFIG 0x00000030 |
| | Configuration object.
|
| |
|
#define | CXI_KEY_TYPE_PUBLIC 0x00000001 |
| | Public key object.
|
| |
|
#define | CXI_KEY_TYPE_PRIVATE_ONLY 0x00000002 |
| | Private key object (without public components)
|
| |
|
#define | CXI_KEY_TYPE_PRIVATE 0x00000003 |
| | Private key object (contains also public components)
|
| |
|
#define | CXI_KEY_TYPE_PRIVATE_FULL 0x00000007 |
| | rfu
|
| |
|
#define | CXI_KEY_TYPE_SECRET 0x00000008 |
| | Secrect key object.
|
| |
|
#define | CXI_KEY_TYPE_PLAINTEXT 0x00000010 |
| | Secret key object in plain (only used as type parameter on key export)
|
| |
|
#define | CXI_KEY_TYPE_CONFIG 0x00000030 |
| | Configuration object.
|
| |