Index |
A unique index for this entry. |
Description |
An optional description for this key. |
Algorithm |
This object specifies the algorithm for which the key is used.
Possible values:
rsa(2), -- The RSA encryption algorithm
dsa(3), -- The digital signature algorithm
delete(15) -- Mark this entry for deletion. Enumerations: - rsa (2)
- dsa (3)
- delete (15)
|
KeyLength |
The size of the public and private keys in bits. |
PublicExponent |
The RSA public exponent of the key. (undefined for DSA) |
State |
This object specifies the state of the Key.
Possible values:
generating(1), -- Key generation is in progress
complete(2), -- Key generation is complete
error(3) -- Key generation terminated with an error. Enumerations: - generating (1)
- complete (2)
- error (3)
|