Provider - Keystore
Search form
Description - This provider creates a resusable configuration for managing keystores.
Runtime Class - com.iwaysoftware.eclipse.template.KeystoreProviderType
Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
* | Path: | string | Location of the keystore file or "NONE" if using PKCS11 |
Password: | password | Keystore password | |
* | Type: | string | Keystore type Select from one of the following options:
|
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
KeyStore JCE Provider: | string | JCE Provider implementing this Keystore type Select from one of the following options:
|
|
Callback Handler: | string | The fully qualified class name of a Callback handler that will satisfy authentication callbacks for the keystore. The callback handler must satisfy the javax.security.auth.callback.CallbackHandler interface and be available on iSM's classpath. | |
Reload Period: | string | Minimum time to wait before the provider checks if the KeyStore needs to be reloaded. The format is [xxh][xxm]xx[s]. Enter 0 to check for reload every time the KeyStore is requested. Leave the parameter empty to never reload the KeyStore. A file based KeyStore is reloaded only if the file was modified since last reload. |
* - denotes required