Lines Matching refs:GTException
76 * @throws GTException
82 throw new GTException("Parameter bytes is required");
89 throw new GTException("Invalid publications file length: " + count($this->content));
96 throw new GTException("Unsupported publications file version: " . $version);
103 throw new GTException("Invalid publications block offset: " . $publicationBlockBegin);
113 throw new GTException("Invalid publications block offset: " . $publicKeyBlockBegin);
123 …throw new GTException("Invalid publication reference block offset: " . $publicationReferenceBlockB…
130 throw new GTException("Invalid signature block offset: " . $signatureBlockBegin);
305 * @throws GTException
314 throw new GTException("publicKey must be an instance of GTDataHash");
402 } catch (GTException $e) {
416 * @throws GTException thrown when signature verification fails
427 throw new GTException("Publications file signature algorithm check failed");
433 …throw new GTException("Unsupported publications file signature algorithm: " . $digestAlgorithm->ge…
437 throw new GTException("Invalid publications file, no signatures");
441 throw new GTException("Invalid publications file, no certificates");
450 throw new GTException("Publications file signature signer info's verification failed");
457 * @throws GTException thrown when certificate verification fails
495 throw new GTException("No valid signing certificate found in publications file");
499 throw new GTException("Certificate verification failed");
507 * @throws GTException
514 throw new GTException("Invalid publication: null");