Home
last modified time | relevance | path

Searched refs:rsa (Results 1 – 16 of 16) sorted by relevance

/plugin/authgooglesheets/vendor/google/auth/src/
H A DServiceAccountSignerTrait.php41 $rsa = new RSA();
42 $rsa->loadKey($privateKey);
43 $rsa->setSignatureMode(RSA::SIGNATURE_PKCS1);
44 $rsa->setHash('sha256');
46 $signedString = $rsa->sign($stringToSign);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DAllowedKeyType.php44 public function setRsa(RsaKeyType $rsa) argument
46 $this->rsa = $rsa;
53 return $this->rsa;
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php245 $rsa = new $rsaClass();
246 $rsa->loadKey($component);
248 return $rsa->getPublicKey();
/plugin/letsencrypt/
H A DLescript.php100 "e" => Base64UrlSafeEncoder::encode($accountKeyDetails["rsa"]["e"]),
102 "n" => Base64UrlSafeEncoder::encode($accountKeyDetails["rsa"]["n"])
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php347 $rsa = openssl_pkey_new(['private_key_bits' => $bits] + $config);
348 openssl_pkey_export($rsa, $privatekeystr, null, $config);
/plugin/cli/
H A Dcli-examples.txt351 console(config)#crypto key generate rsa
382 console(config)#crypto key generate rsa
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt56 sudo -u apache ssh-keygen -t rsa -C your_email@whatever.org
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ga/
H A Dga.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/gd/
H A Dgd.txt
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md133 // Can be generated with "ssh-keygen -t rsa -m pem"
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock407 browserify-rsa@^4.0.0:
409 …resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz#21e0abfaf6f2029cf…
419 browserify-rsa "^4.0.0"
2042 browserify-rsa "^4.0.0"
/plugin/dropfiles/
H A Dyarn.lock303 browserify-rsa@^4.0.0:
305 …resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz#21e0abfaf6f2029cf…
315 browserify-rsa "^4.0.0"
2231 browserify-rsa "^4.0.0"
/plugin/fetchmedia/
H A Dyarn.lock744 browserify-rsa@^4.0.0:
746 …resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz#21e0abfaf6f2029cf…
756 browserify-rsa "^4.0.0"
2488 browserify-rsa "^4.0.0"
/plugin/adfs/phpsaml/
H A DREADME.md534 // 'http://www.w3.org/2000/09/xmldsig#rsa-sha1'
536 // 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256'
537 // 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha384'
538 // 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha512'
540 'signatureAlgorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/sq/
H A Dsq.txt
/plugin/authgooglesheets/
H A Dcomposer.lock799 "rsa",