Lines Matching refs:GTException

197      * @throws GTException
213 … throw new GTException("Invalid signerInfos size: " . count($signedData->getSignerInfos()));
220 throw new GTException("Missing signerInfo.sid");
227 throw new GTException("Missing signerInfo.sid.issuerAndSerialNumber");
232 …throw new GTException("Unsupported digestAlgorithm: {$signerInfo->getDigestAlgorithm()->getAlgorit…
237 …throw new GTException("Unsupported signatureAlgorithm: {$signerInfo->getSignatureAlgorithm()->getA…
243 throw new GTException("Signed attributes missing");
247 throw new GTException("Signed attributes invalid size: " . count($signedAttributes));
254 … throw new GTException("Expecting content-type signedAttr, but found: " . $contentType->getType());
258 …throw new GTException("Expecting message-digest signedAttr, but found: " . $messageDigest->getType…
265 throw new GTException("Multiple values not allowed for signedAttr content-type");
269 throw new GTException("Multiple values not allowed for signedAttr message-digest");
276 throw new GTException("Invalid signedAttr content-type: " . $contentTypeValue);
280 throw new GTException("Invalid signedAttr message-digest: " . $messageDigestValue);
336 throw new GTException("Missing pkSignatureAlgorithm");
340 … throw new GTException("Invalid pkSignatureAlgorithm: {$pkSignatureAlgorithm->getAlgorithm()}");
349 * @throws GTException
359 throw new GTException("Parameter certTokenResponse is required");
363 throw new GTException("Expecting an GTCertTokenResponse");
369 …throw new GTException("Extending not possible: " . $certTokenResponse->getStatus()->getStatusMessa…
384 …throw new GTException("Extending failed: past history chains do not match in timestamp and respons…
423 * @throws GTException
431 throw new GTException("Parameter publicationsFile is required");
435 … throw new GTException("Parameter publicationsFile must be an instance of GTPublicationsFile");
464 throw new GTException("Invalid timestamp: no certificates");