Searched refs:getDigestAlgorithm (Results 1 – 3 of 3) sorted by relevance
231 …if ($signerInfo->getDigestAlgorithm()->getAlgorithm() != GTHashAlgorithm::getByName('SHA256')->get…232 …throw new GTException("Unsupported digestAlgorithm: {$signerInfo->getDigestAlgorithm()->getAlgorit…
152 … $digestAlgorithm = GTHashAlgorithm::getByOid($signerInfo->getDigestAlgorithm()->getAlgorithm());
278 public function getDigestAlgorithm() { function in CMSSignerInfo