HTTP.createKeystore()

Signature

Object createKeystore(String ksFilePath, String ksType, String ksPassword)

Domain

Parameters

NameTypeDescription
ksFilePathStringThe absolute path of keystore file.
ksTypeStringThe type of keystore. JKS, and PKCS12 supported.
ksPasswordStringObfuscated password for the keystore

Returns

TypeDescription
Objectthe Keystore object