Searched refs:rsa (Results 1 – 18 of 18) sorted by relevance
/plugin/authgooglesheets/vendor/google/auth/src/ |
D | ServiceAccountSignerTrait.php | 41 $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/ |
D | AllowedKeyType.php | 44 public function setRsa(RsaKeyType $rsa) argument 46 $this->rsa = $rsa; 53 return $this->rsa;
|
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/ |
D | Verify.php | 245 $rsa = new $rsaClass(); 246 $rsa->loadKey($component); 248 return $rsa->getPublicKey();
|
/plugin/betadoku/ |
D | README.md | 31 5. `openssl req -x509 -newkey rsa:4096 -keyout key.rsa -out cert.pem -days 365 -nodes -subj "/CN=12…
|
/plugin/letsencrypt/ |
D | Lescript.php | 100 "e" => Base64UrlSafeEncoder::encode($accountKeyDetails["rsa"]["e"]), 102 "n" => Base64UrlSafeEncoder::encode($accountKeyDetails["rsa"]["n"])
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
D | RSA.php | 347 $rsa = openssl_pkey_new(['private_key_bits' => $bits] + $config); 348 openssl_pkey_export($rsa, $privatekeystr, null, $config);
|
/plugin/cli/ |
D | cli-examples.txt | 351 console(config)#crypto key generate rsa 382 console(config)#crypto key generate rsa
|
/plugin/dwcommits/lang/en/ |
D | dwc_admin.txt | 56 sudo -u apache ssh-keygen -t rsa -C your_email@whatever.org
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ga/ |
D | ga.txt | 94 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/ |
D | gd.txt | 69 …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/ |
D | README.md | 133 // Can be generated with "ssh-keygen -t rsa -m pem"
|
/plugin/dropfiles/ |
D | yarn.lock | 303 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/ |
D | yarn.lock | 407 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/ |
D | yarn.lock | 744 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/ |
D | README.md | 534 // '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/ |
D | README.md | 534 // '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/ |
D | sq.txt | 29 …ejtat dhe liritë e parashtruara në këtë Deklaratë pa kurrfarë kufizimesh përsa i përket racës, ngj…
|
/plugin/authgooglesheets/ |
D | composer.lock | 799 "rsa",
|