Retrieve the properties of the key store configuration.
SUPConfigurationComponentVO getKeyStoreConfiguration() 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 .getKeyStoreConfiguration(); System.out.println(confVO.getProperties);