Home
last modified time | relevance | path

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

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