/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/ |
H A D | WrappingPublicKey.php | 25 public $pem; variable in Google\\Service\\CloudKMS\\WrappingPublicKey 30 public function setPem($pem) argument 32 $this->pem = $pem; 39 return $this->pem;
|
H A D | PublicKey.php | 33 public $pem; variable in Google\\Service\\CloudKMS\\PublicKey 74 public function setPem($pem) argument 76 $this->pem = $pem; 83 return $this->pem;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/ |
H A D | SmimeInfo.php | 45 public $pem; variable in Google\\Service\\Gmail\\SmimeInfo 124 public function setPem($pem) argument 126 $this->pem = $pem; 133 return $this->pem;
|
/plugin/authgoogle/google/auth/ |
H A D | Google_PemVerifier.php | 34 function __construct($pem) { argument 38 $this->publicKey = openssl_x509_read($pem); 40 throw new Google_AuthException("Unable to parse PEM: $pem");
|
H A D | Google_OAuth2.php | 396 foreach ($certs as $keyName => $pem) { 397 $public_key = new Google_PemVerifier($pem);
|
/plugin/gtime/gtlib/asn1/x509/ |
H A D | X509Certificate.php | 90 $pem = ""; 91 $pem .= "-----BEGIN CERTIFICATE-----\r\n"; 100 $pem .= $body; 101 $pem .= "-----END CERTIFICATE-----\r\n"; 103 return $pem;
|
/plugin/xtern/lang/en/ |
H A D | header.txt | 1 **Download cacerts.pem** \\ 2 …on Manager so that the downloaded certificates become active. The cacerts.pem file must be period…
|
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/ |
H A D | JWK.php | 101 $pem = self::createPemFromModulusAndExponent($jwk['n'], $jwk['e']); 102 $publicKey = \openssl_pkey_get_public($pem);
|
/plugin/letsencrypt/ |
H A D | Lescript.php | 30 $this->accountKeyPath = $certificatesDir . '/_account/private.pem'; 240 $pem = chunk_split(base64_encode($body), 64, "\n"); 241 return "-----BEGIN CERTIFICATE-----\n" . $pem . "-----END CERTIFICATE-----\n";
|
/plugin/gemini/ |
H A D | cli.php | 274 $pem = $this->createCert($domain); 275 file_put_contents($pemfile, $pem);
|
/plugin/adfs/phpsaml/lib/Saml2/ |
H A D | Response.php | 1089 $pem = $this->_settings->getSPkey(); 1090 if (empty($pem)) { 1116 $objKeyInfo->loadKey($pem, false, false); 1120 $objKeyInfo->loadKey($pem, false, false);
|
/plugin/authgooglesheets/vendor/firebase/php-jwt/ |
H A D | README.md | 133 // Can be generated with "ssh-keygen -t rsa -m pem" 134 $privateKeyFile = '/path/to/key-with-passphrase.pem';
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | connecting.asciidoc | 174 $myCert = 'path/to/cacert.pem'; 195 $myCert = 'path/to/cacert.pem';
|
H A D | per-request-configuration.asciidoc | 333 'verify' => 'path/to/cacert.pem' //Use a self-signed certificate
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/gn/ |
H A D | gn.txt | 89 … elección ipotiva rupive,cada cierto tiempo oiko vaʼerãva, maymavaite ijahápem ha peteicha ivoto k…
|
/plugin/codeprettify/code-prettify/src/ |
H A D | lang-xq.js | 64 …pem|pki:get-pending-certificate-request|pki:get-certificates-for-template-xml|pki:get-certificates…
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | UPGRADING.md | 314 - The cacert.pem certificate has been moved to `src/cacert.pem`.
|
H A D | CHANGELOG.md | 672 * Updated the bundled cacert.pem (#419)
|