Session_Key_Export
This API exports key from the key manager.
URL
./Session_Key_Export
Input Parameters
Parameters | Description |
---|---|
keyname | Name of the key to be exported. |
keyformat | Format of the RSA or EC key to export. Valid values: PEM-PKCS#1 (default), PEM-PKCS#8, and PEM-SEC1 (optional). |
keytype | Type of the RSA key to export. Valid values are: Public or Private (optional). |
Note
When exporting private EC keys, the key format must be set to PEM-SEC1 or PEM-PKCS#8.
Sample SOAP Parameters
Symmetric Key
Output
Key bytes in Hex for AES Keys and HMAC keys, PEM encoded for RSA keys.
Sample SOAP Parameters
Asymmetric Key (private key)
Output
Key bytes in Hex for AES Keys and HMAC keys, PEM encoded for RSA keys.