検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 54 for PEM (0.004 sec.)
証明書から公開鍵を抽出し、使用できるようにする 8084
« openssl_pkey_get_private openssl_pkey_new » PHP Manual OpenSSL 関数 証明書から公開鍵を抽出し、 ... metricKey クラスのインスタンス file://path/to/file.pem 形式の文字列。 このファイルは、PEM エンコードされた ... である必要が あります(両方を含むことも可能です)。 PEM フォーマットの公開鍵。 戻り値 成功した場合に OpenS ...
https://man.plustar.jp/php/function.openssl-pkey-get-public.html - [similar]
新規に秘密鍵を生成する 7935
« openssl_pkey_get_public openssl_private_decrypt » PHP Manual OpenSSL 関数 新規に秘密鍵を生成す ... hp $private_key = openssl_pkey_new (); $public_key_pem = openssl_pkey_get_details ( $private_key )[ 'key' ... ]; echo $public_key_pem ; $public_key = openssl_pkey_get_public ( $public_ ... key_pem ); var_dump ( $public_key ); ?> 上の例の出力は、 た ...
https://man.plustar.jp/php/function.openssl-pkey-new.html - [similar]
CSR を文字列としてエクスポートする 7846
« openssl_csr_export_to_file openssl_csr_get_public_key » PHP Manual OpenSSL 関数 CSR を文字列と ... Signing Request csr を受け取り、 それを output に PEMフォーマット として保存します。 このパラメータは参照 ... を参照ください。 output 成功した場合、この文字列には PEMエンコードされた CSR が入っています。 no_text オプシ ... する 関連キーワード: export , パラメータ , output , PEM , 作成 , バージョン , 出力 , file , 成功 , 参照 ...
https://man.plustar.jp/php/function.openssl-csr-export.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 7772
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr ... ewrose dot co dot uk> * * Usage: * 1) Prepare cert.pem certificate and privkey.pem private key files. * 2 ... HOD , [ EventSslContext :: OPT_LOCAL_CERT => 'cert.pem' , EventSslContext :: OPT_LOCAL_PK => 'privkey.pem ...
https://man.plustar.jp/php/eventbufferevent.sslfilter.html - [similar]
7698
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... 9998,verify=1,cafile=examples/ssl-echo-server/cert.pem */ class MySslEchoServer { public $port , $base , ... Poll failed\n" ); } $local_cert = __DIR__ . "/cert.pem" ; $local_pk = __DIR__ . "/privkey.pem" ; if (! fi ... ) { $local_cert = __DIR__ . "/ssl-echo-server/cert.pem" ; $local_pk = __DIR__ . "/ssl-echo-server/privkey ... .pem" ; $ctx = new EventSslContext ( EventSslContext :: ...
https://man.plustar.jp/php/event.examples.html - [similar]
その他の定数 7461
« Server Name Indication 定数 キー/証明書パラメータ » PHP Manual 定義済み定数 その他の定数 その他 ... Rules) 形式であることを示します。 OPENSSL_ENCODING_PEM ( int ) エンコーディングが PEM (Privacy-Enhanced M ...
https://man.plustar.jp/php/openssl.constants.other.html - [similar]
cURL 転送用オプションを設定する 7387
« curl_setopt_array curl_share_close » PHP Manual cURL 関数 cURL 転送用オプションを設定する curl ... 指定できます。 期待されているファイルフォーマットは "PEM" または "DER" 形式です。 文字列は、 base64 エンコー ... ビルドした場合に使用可能です。 CURLOPT_PROXY_CRLFILE PEMフォーマットの CRL (Certificate Revocation List, 証明 ... ル名を文字列で設定できます。 ファイルフォーマットは "PEM" または "DER" です。 base64 エンコードされた sha25 ... ransport の場合 "P12" で、 それ以外のエンジンでは "PEM" ですが、 CURLOPT_PROXY_SSLCERTTYPE でも変更できま ...
https://man.plustar.jp/php/function.curl-setopt.html - [similar]
Constructor for the SolrClient object 7312
« SolrClient::commit SolrClient::deleteById » PHP Manual SolrClient Constructor for the SolrClie ... Default is 30 seconds) - ssl_cert (File name to a PEM-formatted file containing the private key + privat ... tenated in that order) ) - ssl_key (File name to a PEM-formatted private key file only) - ssl_keypassword ...
https://man.plustar.jp/php/solrclient.construct.html - [similar]
OpenSSL 関数 7238
« 証明書の認証 openssl_cipher_iv_length » PHP Manual OpenSSL OpenSSL 関数 OpenSSL 関数 目次 open ... ージを暗号化する openssl_cms_read — CMS ファイルを、PEM証明書の配列にエクスポートする openssl_cms_sign — フ ... ジを暗号化する openssl_pkcs7_read — PKCS7 ファイルを PEM証明書 の配列にエクスポートする openssl_pkcs7_sign — ... i_export — 署名済みの公開鍵とチャレンジから、有効なPEMフォーマットの公開鍵をエクスポートする openssl_spki_ ...
https://man.plustar.jp/php/ref.openssl.html - [similar]
OpenSSL 7164
« mhash はじめに » PHP Manual 暗号 OpenSSL OpenSSL はじめに インストール/設定 要件 インストール手 ... ージを暗号化する openssl_cms_read — CMS ファイルを、PEM証明書の配列にエクスポートする openssl_cms_sign — フ ... ジを暗号化する openssl_pkcs7_read — PKCS7 ファイルを PEM証明書 の配列にエクスポートする openssl_pkcs7_sign — ... i_export — 署名済みの公開鍵とチャレンジから、有効なPEMフォーマットの公開鍵をエクスポートする openssl_spki_ ...
https://man.plustar.jp/php/book.openssl.html - [similar]
PREV 1 2 3 4 5 6 NEXT