Session_Key_Import
This API imports key into the key management appliances.
URL
./Session_Key_Import
Input Parameters
Parameters | Description |
---|---|
keyname | Name of the key to import. |
keyalgorithm | Algorithm to be used. Possible options are: — AES — RSA — EC — Hmac |
keyisdeletable | Determines whether the imported key will be deletable via the API – boolean, default is false. |
keyisexportable | Determines whether the imported key will be exportable via the API – boolean, default is false. |
keybytes | The bytes for key to be imported. |
Sample SOAP Parameters
Output
boolean – indicate if key import was successful.