Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php104 protected $shortFormat; variable in phpseclib3\\Crypt\\DSA
237 ->withSignatureFormat($params->shortFormat);
256 ->withSignatureFormat($params->shortFormat);
294 $this->shortFormat = 'ASN1';
327 ->withSignatureFormat($this->shortFormat);
340 $new->shortFormat = $format;
351 return $this->shortFormat;
H A DEC.php85 protected $shortFormat; variable in phpseclib3\\Crypt\\EC
399 $this->shortFormat = 'ASN1';
538 ->withSignatureFormat($this->shortFormat);
555 $new->shortFormat = $format;
566 return $this->shortFormat;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php118 $shortFormat = $this->shortFormat;
141 …return $shortFormat == 'SSH2' ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $r…
164 $signature = $shortFormat == 'SSH2'
205 …return $shortFormat == 'SSH2' ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $R…
225 if ($shortFormat == 'ASN1') {
326 ->withSignatureFormat($this->shortFormat);
H A DPublicKey.php50 $shortFormat = $this->shortFormat;
72 if ($shortFormat == 'SSH2') {
83 if ($shortFormat == 'SSH2') {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPrivateKey.php69 ->withSignatureFormat($this->shortFormat);
97 if ($this->shortFormat == 'ASN1') {