Searched refs:shortFormat (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | DSA.php | 106 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 D | EC.php | 96 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 D | PrivateKey.php | 101 $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 D | PublicKey.php | 54 $shortFormat = $this->shortFormat; 63 if ($shortFormat == 'SSH2') {
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/ |
H A D | PrivateKey.php | 74 ->withSignatureFormat($this->shortFormat); 94 if ($this->shortFormat == 'ASN1') {
|