Home
last modified time | relevance | path

Searched refs:RSA (Results 1 – 25 of 36) sorted by relevance

12

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php25 use phpseclib3\Crypt\RSA; alias
175 if ($this->key instanceof RSA) {
225 if (!$this->key instanceof RSA) {
228 if ($padding != RSA::SIGNATURE_PKCS1 && $padding != RSA::SIGNATURE_RELAXED_PKCS1) {
244 if ($this->key instanceof RSA) {
305 if (!$this->key instanceof RSA) {
/plugin/authgooglesheets/vendor/google/auth/src/
H A DServiceAccountSignerTrait.php20 use phpseclib\Crypt\RSA; alias
41 $rsa = new RSA();
43 $rsa->setSignatureMode(RSA::SIGNATURE_PKCS1);
H A DAccessToken.php31 use phpseclib\Crypt\RSA; alias
246 'RSA certs expects "n" and "e" to be set'
441 define('CRYPT_RSA_MODE', RSA::MODE_OPENSSL);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/certs/
H A Dtestnode_san.key1 -----BEGIN RSA PRIVATE KEY-----
27 -----END RSA PRIVATE KEY-----
H A Dca.key1 -----BEGIN RSA PRIVATE KEY-----
27 -----END RSA PRIVATE KEY-----
H A Dtestnode.key1 -----BEGIN RSA PRIVATE KEY-----
27 -----END RSA PRIVATE KEY-----
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php59 use phpseclib3\Crypt\RSA\Formats\Keys\PSS;
60 use phpseclib3\Crypt\RSA\PrivateKey;
61 use phpseclib3\Crypt\RSA\PublicKey;
73 abstract class RSA extends AsymmetricKey class
320 * @return RSA
354 return RSA::load($privatekeystr);
H A DPublicKeyLoader.php49 return RSA::load($key, $password);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php14 namespace phpseclib3\Crypt\RSA;
20 use phpseclib3\Crypt\RSA; alias
21 use phpseclib3\Crypt\RSA\Formats\Keys\PSS;
35 class PublicKey extends RSA implements Common\PublicKey
511 * @return RSA
H A DPrivateKey.php14 namespace phpseclib3\Crypt\RSA;
18 use phpseclib3\Crypt\RSA; alias
19 use phpseclib3\Crypt\RSA\Formats\Keys\PSS;
30 class PrivateKey extends RSA implements Common\PrivateKey
483 return RSA::loadFormat('PKCS8', $key)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DOpenSSL.php18 use phpseclib3\Crypt\RSA\Formats\Keys\PKCS8;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPKCS8.php28 namespace phpseclib3\Crypt\RSA\Formats\Keys;
H A DPuTTY.php16 namespace phpseclib3\Crypt\RSA\Formats\Keys;
H A DOpenSSH.php18 namespace phpseclib3\Crypt\RSA\Formats\Keys;
H A DRaw.php26 namespace phpseclib3\Crypt\RSA\Formats\Keys;
H A DXML.php23 namespace phpseclib3\Crypt\RSA\Formats\Keys;
H A DPKCS1.php25 namespace phpseclib3\Crypt\RSA\Formats\Keys;
H A DPSS.php26 namespace phpseclib3\Crypt\RSA\Formats\Keys;
H A DMSBLOB.php20 namespace phpseclib3\Crypt\RSA\Formats\Keys;
/plugin/securelogin/
H A DREADME.md5 This plugin uses [Tom Wu's implementation of the RSA algorithm in JavaScript](http://www-cs-student…
31 ### Uses RSA, which may be vulnerable to certain attacks
33 Attacks against RSA have become easier. This plugin uses RSA and needs to be rewritten to use a dif…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php38 use phpseclib3\Crypt\RSA; alias
39 use phpseclib3\Crypt\RSA\Formats\Keys\PSS;
1438 $key = RSA::loadFormat('PSS', $publicKey);
1441 $key = RSA::loadFormat('PKCS8', $publicKey);
1452 ->withPadding(RSA::SIGNATURE_PKCS1);
2206 return RSA::loadFormat('PSS', $key);
2208 return RSA::loadFormat('PKCS8', $key)->withPadding(RSA::SIGNATURE_PKCS1);
3050 if ($key instanceof RSA) {
3051 if ($key->getPadding() & RSA::SIGNATURE_PSS) {
3775 …$format = $this->publicKey instanceof RSA && ($this->publicKey->getPadding() & RSA::SIGNATURE_PSS)…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php39 use phpseclib3\Crypt\RSA; alias
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php28 use phpseclib3\Crypt\RSA\PublicKey;
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt89 - Add support for RSA SHA384 and RSA_SHA512 and SHA384 digest. (Jaime PŽrez)
129 - Add support for RSA-SHA256
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md15 … Ed449 / Curve25519 / Curve449, ECDSA / ECDH (with support for 66 curves), RSA (PKCS#1 v2.2 compli…

12