Home
last modified time | relevance | path

Searched refs:SIGNATURE_PKCS1 (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/auth/src/
H A DServiceAccountSignerTrait.php43 $rsa->setSignatureMode(RSA::SIGNATURE_PKCS1);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php228 if ($padding != RSA::SIGNATURE_PKCS1 && $padding != RSA::SIGNATURE_RELAXED_PKCS1) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php154 const SIGNATURE_PKCS1 = 64; define in phpseclib3\\Crypt\\RSA
892 self::SIGNATURE_PKCS1
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php316 case self::SIGNATURE_PKCS1:
H A DPrivateKey.php309 case self::SIGNATURE_PKCS1:
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1452 ->withPadding(RSA::SIGNATURE_PKCS1);
2208 return RSA::loadFormat('PKCS8', $key)->withPadding(RSA::SIGNATURE_PKCS1);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2663 $privatekey = $privatekey->withPadding(RSA::SIGNATURE_PKCS1);
5089 ->withPadding(RSA::SIGNATURE_PKCS1);