Retrieve the OCSP configuration. Only a Sybase Unwired Platform administrator or the Sybase Unwired Platform help desk can perform this.
SUPConfigurationComponentVO getOCSPConfiguration() 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 .getOCSPConfiguration(); System.out.println(confVO.getProperties);