Object createKeystore(String ksFilePath, String ksType, String ksPassword)
Object createKeystore(String ksFilePath, String ksType, String ksPassword)
Name | Type | Description |
---|---|---|
ksFilePath | String | The absolute path of keystore file. |
ksType | String | The type of keystore. JKS, and PKCS12 supported. |
ksPassword | String | Obfuscated password for the keystore |
Type | Description |
---|---|
Object | the Keystore object |