| getsslfipskeyResult Structure Definition |
The getsslfipskeyResult structure defines the return type for getsslfipskey API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
sslfipskeyList |
List of sslfipskeys |
| sslfipskey Structure Definition |
The sslfipskey structure defines the actual return type values for getsslfipskey API. |
Syntax |
Members |
fipskeyname |
Name of the FIPS key for which to show detailed information. |
modulus |
The modulus of the RSA key. |
exponent |
The exponent value for the RSA key. |
curve |
The curve id for the ECDSA key. |
keytype |
The type for the key. |
size |
Size. |
_nextgenapiresource |
See Also |