Returns the keystore loaded with the data of the specified file.
<java.security.KeyStore.load
password='password'
encoding='encoding'
>
<file /> *
<keystoreInstance /> ?
</java.security.KeyStore.load>
Attributes |
Name | Type | Required | Default | Description |
Apassword | string | | | | Password of the keystore. |
Aencoding | string | | | | Indicate the coding of the character string to process, for example ISO-8859-1 or UTF-8.
If not specified, the one defined in the configuration file to the server is used. |
Arguments |
Name | Type | Required | Unique | Nullable | Description |
Efile | | | | | |
EkeystoreInstance | keystoreInstance | | | | The inputstream (file) where the keystore is located. |
Returns |
Type | Description |
java.security.KeyStore | Returns the keystore loaded of the specified file. |