Retrieve the properties of the trust store configuration.
SUPConfigurationComponentVO getTrustStoreConfiguration()
throws SUPAdminException;
If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException .
SUPConfiguration supConf = SUPObjectFactory
.getSUPConfiguration(clusterContext);
supConf.refreshClusterConfiguration();
SUPConfigurationComponentVO confVO = supConf
.getTrustStoreConfiguration();
System.out.println(confVO.getProperties);