Lines Matching refs:GTDataHash
37 * @param GTDataHash $dataHash datahash to verify the timestamp against
41 …public static function verifyWithSignature(CMSContentInfo $content, GTDataHash $dataHash, $publicK…
89 * @param GTDataHash $dataHash datahash to verify this timestamp against
93 …public static function verifyWithPublication(CMSContentInfo $content, GTDataHash $dataHash, $publi…
123 * @param GTDataHash $dataHash data hash to verify this timestamp against
126 private static function verifyCommon(CMSContentInfo $content, GTDataHash $dataHash) {
167 $dataHash = new GTDataHash($digestAlgorithm);
192 * @param GTDataHash $dataHash data hash
195 … private static function verifyDataHash(TSPMessageImprint $messageImprint, GTDataHash $dataHash) {
264 $input = new GTDataHash($digestAlgorithm);
273 $output = new GTDataHash($publicationImprintAlg);