Home
last modified time | relevance | path

Searched refs:SIGNATURE_PSS (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php134 const SIGNATURE_PSS = 16; define in phpseclib3\\Crypt\\RSA
170 protected $signaturePadding = self::SIGNATURE_PSS;
890 self::SIGNATURE_PSS,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php494 if ($this->signaturePadding == self::SIGNATURE_PSS) {
H A DPrivateKey.php507 if ($this->signaturePadding == self::SIGNATURE_PSS) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php3051 if ($key->getPadding() & RSA::SIGNATURE_PSS) {
3775 …format = $this->publicKey instanceof RSA && ($this->publicKey->getPadding() & RSA::SIGNATURE_PSS) ?