HTTP.createKeystore()

Signature

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

Domain

ACTION

Description

Creates and returns a Keystore object using the given parameters.

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