Home
last modified time | relevance | path

Searched refs:pem (Results 1 – 19 of 19) sorted by path

/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php1089 $pem = $this->_settings->getSPkey();
1090 if (empty($pem)) {
1116 $objKeyInfo->loadKey($pem, false, false);
1120 $objKeyInfo->loadKey($pem, false, false);
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php396 foreach ($certs as $keyName => $pem) {
397 $public_key = new Google_PemVerifier($pem);
H A DGoogle_PemVerifier.php34 function __construct($pem) { argument
38 $this->publicKey = openssl_x509_read($pem);
40 throw new Google_AuthException("Unable to parse PEM: $pem");
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md133 // Can be generated with "ssh-keygen -t rsa -m pem"
134 $privateKeyFile = '/path/to/key-with-passphrase.pem';
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php101 $pem = self::createPemFromModulusAndExponent($jwk['n'], $jwk['e']);
102 $publicKey = \openssl_pkey_get_public($pem);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/
H A DPublicKey.php33 public $pem; variable in Google\\Service\\CloudKMS\\PublicKey
74 public function setPem($pem) argument
76 $this->pem = $pem;
83 return $this->pem;
H A DWrappingPublicKey.php25 public $pem; variable in Google\\Service\\CloudKMS\\WrappingPublicKey
30 public function setPem($pem) argument
32 $this->pem = $pem;
39 return $this->pem;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DSmimeInfo.php45 public $pem; variable in Google\\Service\\Gmail\\SmimeInfo
124 public function setPem($pem) argument
126 $this->pem = $pem;
133 return $this->pem;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md672 * Updated the bundled cacert.pem (#419)
H A DUPGRADING.md314 - The cacert.pem certificate has been moved to `src/cacert.pem`.
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64pem|pki:get-pending-certificate-request|pki:get-certificates-for-template-xml|pki:get-certificates…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc174 $myCert = 'path/to/cacert.pem';
195 $myCert = 'path/to/cacert.pem';
H A Dper-request-configuration.asciidoc333 'verify' => 'path/to/cacert.pem' //Use a self-signed certificate
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/gn/
H A Dgn.txt
/plugin/gemini/
H A Dcli.php274 $pem = $this->createCert($domain);
275 file_put_contents($pemfile, $pem);
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php90 $pem = "";
91 $pem .= "-----BEGIN CERTIFICATE-----\r\n";
100 $pem .= $body;
101 $pem .= "-----END CERTIFICATE-----\r\n";
103 return $pem;
/plugin/letsencrypt/
H A DLescript.php30 $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/xlsx2dw/packages/exceljs/
H A Dexceljs.js29089 decoders.pem = require('./pem');
29102 this.enc = 'pem';
29405 encoders.pem = require('./pem');
/plugin/xtern/lang/en/
H A Dheader.txt1 **Download cacerts.pem** \\
2 …on Manager so that the downloaded certificates become active. The cacerts.pem file must be period…