Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php106 protected $shortFormat; variable in phpseclib3\\Crypt\\DSA
223 ->withSignatureFormat($params->shortFormat);
267 $this->shortFormat = 'ASN1';
319 ->withSignatureFormat($this->shortFormat);
333 $new->shortFormat = $format;
345 return $this->shortFormat;
H A DEC.php96 protected $shortFormat; variable in phpseclib3\\Crypt\\EC
250 $this->shortFormat = 'ASN1';
372 ->withSignatureFormat($this->shortFormat);
390 $new->shortFormat = $format;
402 return $this->shortFormat;
/plugin/authgooglesheets/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') {
162 … return $shortFormat == 'SSH2' ? $format::save($r, $s, $this->getCurve()) : $format::save($r, $s);
211 … return $shortFormat == 'SSH2' ? $format::save($r, $s, $this->getCurve()) : $format::save($r, $s);
251 ->withSignatureFormat($this->shortFormat);
H A DPublicKey.php54 $shortFormat = $this->shortFormat;
63 if ($shortFormat == 'SSH2') {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPrivateKey.php74 ->withSignatureFormat($this->shortFormat);
94 if ($this->shortFormat == 'ASN1') {