If the entry for the indicated alias in the keystore is of key type, the key can be obtained through the function.
<java.security.KeyStore.getKey
name='name'
password='password'
>
<keystore /> ?
</java.security.KeyStore.getKey>
Attributes |
Name | Type | Required | Default | Description |
Aname | string | | | | Name of the alias. |
Apassword | string | | | | The password of the key (indicated in its generation). |
Arguments |
Name | Type | Required | Unique | Nullable | Description |
Ekeystore | keystore | | | | |
Returns |
Type | Description |
key | Returns the key for the alias stored in the indicated keystore. |