Return all certificates in the server key store.
List<CertificateEntryVO> getKeyStoreCertificates()
If successful, returns silently. If unsuccessful, returns SUPAdminException.
SUPCluster supCluster=SUPObjectFactory.getSUPCluster(clusterContext); List<CertificateEntryVO> certficates= supCluster.getKeyStoreCertificates()