Home
last modified time | relevance | path

Searched refs:getDigestAlgorithm (Results 1 – 3 of 3) sorted by relevance

/plugin/gtime/gtlib/tsp/
H A DGTTimestamp.php231 …if ($signerInfo->getDigestAlgorithm()->getAlgorithm() != GTHashAlgorithm::getByName('SHA256')->get…
232 …throw new GTException("Unsupported digestAlgorithm: {$signerInfo->getDigestAlgorithm()->getAlgorit…
H A DGTVerifier.php152 … $digestAlgorithm = GTHashAlgorithm::getByOid($signerInfo->getDigestAlgorithm()->getAlgorithm());
/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignerInfo.php278 public function getDigestAlgorithm() { function in CMSSignerInfo