Version 2021

TrustStorePath

Enables you to retrieve or set the Java KeyStore that holds the trusted SSL (secure sockets layer) server certificates that the Identity API will use to make SSL connections. This method is used if you use the Identity app with a self-signed certificate or use a CA (certificate authority) that is not public.

Method signature

public String getTrustStorePath();

public void setTrustStorePath(String trustStorePath);