|
security.create-encryption-key
|
| |
|
description
Generates a private and a public key for data encryption.
privilege-required
root
tx-support
false
|
| |
|
INSTRUCTION
|
|
name
|
type
|
default-value
|
required
|
description
|
| private-key-alias |
string |
none |
true |
The alias that will be used for the private key. |
| public-key-alias |
string |
none |
true |
The alias that will be used for the public key. |
| store |
string |
none |
true |
The name of the store the keys will be stored in. Depends on the server configuration. |
|
| |
|
ERROR
|
|
|
id
|
msg
|
| 1 |
Alias already exists. |
|
| |
|
EXAMPLE
|
|
|
example 1
|
<nvd:command name="security.create-encryption-key" public-key-alias="my.public.alias" private-key-alias="my.private.alias" store="thestorename"/>
|
|