Searched refs:GTDataHash (Results 1 – 11 of 11) sorted by relevance
/plugin/gtime/gtlib/tsp/ |
H A D | GTVerifier.php | 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); [all …]
|
H A D | GTHashEntry.php | 40 * @param GTDataHash $siblingHash 43 …public function __construct(GTHashAlgorithm $hashAlgorithm, $direction, GTDataHash $siblingHash, $… 60 $hash = new GTDataHash($this->hashAlgorithm);
|
H A D | GTDataHash.php | 72 class GTDataHash { class 223 * @return GTDataHash 313 * @return GTDataHash 332 return new GTDataHash($hashAlgorithm, $hashedMessage);
|
H A D | GTPublicationsFile.php | 306 * @param GTDataHash $publicKey public key hash 309 * @see GTDataHash 311 public function containsPublicKey(GTDataHash $publicKey) { 313 if (!$publicKey instanceof GTDataHash) { 343 * @see GTDataHash 546 * @return GTDataHash public key hash 557 return GTDataHash::getInstance($bytes);
|
H A D | GTTimestamp.php | 209 $this->dataHash = new GTDataHash(GTHashAlgorithm::getByOid($hashAlgorithm), $hashedMessage); 424 * @param GTDataHash $dataHash data hash to use for verification 428 public function verify(GTDataHash $dataHash, GTPublicationsFile $publicationsFile) {
|
H A D | GTHashAlgorithm.php | 51 * @see GTDataHash
|
H A D | GTHashChain.php | 81 …$siblingHash = new GTDataHash($siblingAlgorithm, array_slice($bytes, $i, $siblingAlgorithm->getLen…
|
/plugin/gtime/gtlib/http/ |
H A D | GTHttpClient.php | 38 * @param GTDataHash $dataHash data hash to create the timestamp for 42 public static function create(GTDataHash $dataHash, $stamperUrl) { 135 * @param GTDataHash $dataHash data hash to verify the timestamp against 141 …public static function verify(GTTimestamp $timestamp, GTDataHash $dataHash, $verifierUrl, GTPublic…
|
/plugin/gtime/gtlib/asn1/x509/ |
H A D | X509Certificate.php | 232 * @return GTDataHash public key hash 250 $hash = new GTDataHash(GTHashAlgorithm::getByName('SHA256'));
|
/plugin/gtime/action/ |
H A D | timestamp.php | 237 $dataHash = new GTDataHash(GTHashAlgorithm::getByName('DEFAULT')); 297 $dataHash = new GTDataHash($timestamp->getHashAlgorithm());
|
/plugin/gtime/gtlib/asn1/gt/ |
H A D | GTPublishedData.php | 87 GTDataHash::getInstance($this->publicationImprint);
|