Searched refs:tsa (Results 1 – 3 of 3) sorted by relevance
63 private $tsa; variable in TSPTSTInfo164 $tsa = new X509GeneralName();165 $tsa->decode($item->getObject());167 $this->tsa = $tsa;235 if ($this->tsa != null) {241 $tag->setObject($this->tsa);319 return $this->tsa;329 if ($this->tsa == null) {333 return $this->tsa->getFormatted();
297 $tsa = $tstInfo->getFormattedTsa();299 if ($tsa != null) {300 $this->properties[self::ISSUER_NAME] = $tsa;