Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php162 protected $encryptionPadding = self::ENCRYPTION_OAEP; variable in phpseclib3\\Crypt\\RSA
887 $encryptionPadding = $selected;
908 $new->encryptionPadding = $encryptionPadding;
920 return $this->signaturePadding | $this->encryptionPadding;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php467 switch ($this->encryptionPadding) {
525 ->withPadding($this->signaturePadding | $this->encryptionPadding);
H A DPrivateKey.php458 switch ($this->encryptionPadding) {
488 ->withPadding($this->signaturePadding | $this->encryptionPadding);