Home
last modified time | relevance | path

Searched refs:setDNProp (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1650 public function setDNProp($propName, $propValue, $type = 'utf8String')
1791 if (!$this->setDNProp($prop, $value, $type)) {
1803 if (!$this->setDNProp($prop, $value, $type)) {
3716 $this->setDNProp('id-at-commonName', $this->domains[0]);
3730 $this->setDNProp('id-at-commonName', $this->ipAddresses[0]);
2670 function setDNProp($propName, $propValue, $type = 'utf8String') global() function in phpseclib\\File\\X509