Returns an instance of the keystore.
1 java.security.KeyStore.getInstance
<java.security.KeyStore.getInstance
type='type'
password='password'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Atype | string | Type of cryptography of the keystore. If not specified, the default type jks is used. | |||
Apassword | string | Provider of cryptography type. If not specified the one which has the default system is used. |
Returns | |
---|---|
Type | Description |
java.security.KeyStore | Returns a keystore. |