Retrieve the OCSP configuration. Only a SAP Mobile Platform administrator or the SAP Mobile 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);