rootCertSN = $antCertificationUtil->getRootCertSN($alipayRootCertPath); $this->merchantCertSN = $antCertificationUtil->getCertSN($merchantCertPath); $this->cachedAlipayPublicKey = $antCertificationUtil->getPublicKey($alipayCertPath); } /** * @return mixed */ public function getRootCertSN() { return $this->rootCertSN; } /** * @return mixed */ public function getMerchantCertSN() { return $this->merchantCertSN; } /** * @return mixed */ public function getCachedAlipayPublicKey() { return $this->cachedAlipayPublicKey; } }