Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/auth/src/
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/
DAllowedKeyType.php44 public function setRsa(RsaKeyType $rsa) argument
46 $this->rsa = $rsa;
53 return $this->rsa;
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
DVerify.php245 $rsa = new $rsaClass();
246 $rsa->loadKey($component);
248 return $rsa->getPublicKey();
/plugin/betadoku/
DREADME.md31 5. `openssl req -x509 -newkey rsa:4096 -keyout key.rsa -out cert.pem -days 365 -nodes -subj "/CN=12…
/plugin/letsencrypt/
DLescript.php100 "e" => Base64UrlSafeEncoder::encode($accountKeyDetails["rsa"]["e"]),
102 "n" => Base64UrlSafeEncoder::encode($accountKeyDetails["rsa"]["n"])
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DRSA.php347 $rsa = openssl_pkey_new(['private_key_bits' => $bits] + $config);
348 openssl_pkey_export($rsa, $privatekeystr, null, $config);
/plugin/cli/
Dcli-examples.txt351 console(config)#crypto key generate rsa
382 console(config)#crypto key generate rsa
/plugin/dwcommits/lang/en/
Ddwc_admin.txt56 sudo -u apache ssh-keygen -t rsa -C your_email@whatever.org
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ga/
Dga.txt94 1. Tá ag gach uile dhuine an ceart chun páirt a ghlacadh i gcúrsaí rialuithe a thíre, go díreach nó…
101 … eagraíochta agus acmhainne gach Stáit ar leith, na cearta a shásamh, i gcúrsaí eacnamíochta agus …
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/gd/
Dgd.txt69 …i chliù. Tha uile chòir aig gach neach air dìon bhon lagh an aghaidh ionnsaighean den t-seòrsa sin.
141 3. Tha còir o thùs aig pàrantan roghainn a dhèanamh den t-seòrsa foghlaim a tha freagarrach don clo…
/plugin/authgooglesheets/vendor/firebase/php-jwt/
DREADME.md133 // Can be generated with "ssh-keygen -t rsa -m pem"
/plugin/dropfiles/
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/sequencediagram/bower_components/raphael/
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/fetchmedia/
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/saml/phpsaml/
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/adfs/phpsaml/
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/
Dsq.txt29 …ejtat dhe liritë e parashtruara në këtë Deklaratë pa kurrfarë kufizimesh përsa i përket racës, ngj…
/plugin/authgooglesheets/
Dcomposer.lock799 "rsa",