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.php95 protected $shortFormat; variable in phpseclib3\\Crypt\\DSA
220 ->withSignatureFormat($params->shortFormat);
262 $this->shortFormat = 'ASN1';
311 ->withSignatureFormat($this->shortFormat);
324 $new->shortFormat = $format;
335 return $this->shortFormat;
H A DEC.php89 protected $shortFormat; variable in phpseclib3\\Crypt\\EC
259 $this->shortFormat = 'ASN1';
377 ->withSignatureFormat($this->shortFormat);
394 $new->shortFormat = $format;
405 return $this->shortFormat;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php101 $shortFormat = $this->shortFormat;
110 …return $shortFormat == 'SSH2' ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $r…
143 …return $shortFormat == 'SSH2' ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $R…
156 if ($shortFormat == 'ASN1') {
250 ->withSignatureFormat($this->shortFormat);
H A DPublicKey.php49 $shortFormat = $this->shortFormat;
58 if ($shortFormat == 'SSH2') {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPrivateKey.php68 ->withSignatureFormat($this->shortFormat);
87 if ($this->shortFormat == 'ASN1') {