検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 44 for ca (0.001 sec.)
CA パスおよび情報を設定する 13708
« OAuth::setAuthType OAuth::setNonce » PHP Manual OAuth CA パスおよび情報を設定する OAuth::setCA ... Path (PECL OAuth >= 0.99.8) OAuth::setCAPath — CA パスおよび情報を設定する 説明 public OAut ... h::setCAPath ( string $ca_path = ? , string $ca_info = ? ): ... mixed 認証局 ( CA ) のパスと情報を設定します。 警告 この関数は、 現在 ... ん。引数のリストのみが 記述されています。 パラメータ ca_path 設定したい CA パス。 ca_info 設定したい CA...
https://man.plustar.jp/php/oauth.setcapath.html - [similar]
CA 情報を取得する 12817
« OAuth::getAccessToken OAuth::getLastResponse » PHP Manual OAuth CA 情報を取得する OAuth::getCA ... Path (PECL OAuth >= 0.99.8) OAuth::getCAPath — CA 情報を取得する 説明 public OAuth::getCAPa ... ray 認証局の情報を取得します。ここには、 OAuth::setCaPath() で設定した ca_path や ca_info が含まれます。 ... 情報を含む配列を返します。返される連想配列のキーには ca_path と ca_info が含まれます。 参考 OAuth::setCAPa ... th() - CA パスおよび情報を設定する OAuth::getLastResponseInf ...
https://man.plustar.jp/php/oauth.getcapath.html - [similar]
SSL を使用したセキュアな接続を確立する 10988
« mysqli::$sqlstate mysqli::stat » PHP Manual mysqli SSL を使用したセキュアな接続を確立する mysq ... mysqli::ssl_set ( ? string $key , ? string $certificate , ? string $ca_certificate , ? string $ca_path , ... ( mysqli $mysql , ? string $key , ? string $certificate , ? string $ca_certificate , ? string $ca_path , ... qli オブジェクト。 key 鍵ファイルへのパス。 certificate 証明書ファイルへのパス。 ca_certificate CA ファイ ... ルへのパス。 ca_path 信頼された SSL CA 証明書が PEM フォーマットで ...
https://man.plustar.jp/php/mysqli.ssl-set.html - [similar]
CSRに他の証明書(あるいは自分自身)で署名して証明書を作成する 10158
« openssl_csr_new openssl_decrypt » PHP Manual OpenSSL 関数 CSRに他の証明書(あるいは自分自身)で ... 明書を作成する 説明 openssl_csr_sign ( OpenSSLCertificateSigningRequest | string $csr , OpenSSLCertificate ... | string | null $ca_certificate , OpenSSLAsymmetricKey | OpenSSLCertif ... icate | array | string $private_key , int $days , ? ar ... $options = null , int $serial = 0 ): OpenSSLCertificate | false openssl_csr_sign() は、 指定した CSR を用 ...
https://man.plustar.jp/php/function.openssl-csr-sign.html - [similar]
証明書の認証 9221
« キー/証明書パラメータ OpenSSL 関数 » PHP Manual OpenSSL 証明書の認証 証明書の認証 サイン/証明書 ... を認証する関数をコールする際、 ca_info パラメータは、ファイルと認証済みの CA ファイル ... トリ , パラメータ , 関数 , キー , サイン , コール , ca , info , CA ...
https://man.plustar.jp/php/openssl.cert.verification.html - [similar]
Roll back a transaction 8529
« cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC ... in progress. Connection to server is closed after calling cubrid_rollback() . Connection handle, howeve ... burg" , "Berkeley" ); $state_list = array( "NY" , "CA" , NULL , "CA" ); $country_list = array( "USA" , " ... New York NY USA P02 Core Dump Books San Francisco CA USA P03 Schadenfreude Press Hamburg Germany P04 Te ... nterhooks Press Berkeley CA USA 参考 cubrid_commit() - Commit a transaction cu ...
https://man.plustar.jp/php/function.cubrid-rollback.html - [similar]
S/MIME で署名されたメッセージの署名を検証する 8529
« openssl_pkcs7_sign openssl_pkey_derive » PHP Manual OpenSSL 関数 S/MIME で署名されたメッセージ ... t_filename , int $flags , ? string $signers_certificates_filename = null , array $ca_info = [] , ? strin ... g $untrusted_certificates_filename = null , ? string $content = null , ? ... いては、 PKCS7 定数 を参照ください。 signers_certificates_filename signers_certificates_filename が指定さ ... た ファイルの名前を含む文字列でなければなりません。 ca_info ca_info が指定された場合、 検証に使用する信頼 ...
https://man.plustar.jp/php/function.openssl-pkcs7-verify.html - [similar]
国コードと地域コードから地域名を返す 8068
« geoip_region_by_name geoip_setup_custom_directory » PHP Manual GeoIP 関数 国コードと地域コード ... で略したものとなります。 カナダの場合、地域コードは Canada Post による二文字の州コードに対応します。 それ ... 見つからなかった場合は false を返します。 例 例1 US/Canada の地域コードを使用した geoip_region_name_by_co ... de() の例 これは、国 CA (カナダ)、地域 QC (ケベック) に対応する地域名を表示 ... ます。 <?php $region = geoip_region_name_by_code ( 'CA' , 'QC' ); if ( $region ) { echo 'Region name for ...
https://man.plustar.jp/php/function.geoip-region-name-by-code.html - [similar]
証明書が特定の目的に使用可能かどうか確認する 8068
« openssl_x509_check_private_key openssl_x509_export_to_file » PHP Manual OpenSSL 関数 証明書が特 ... する 説明 openssl_x509_checkpurpose ( OpenSSLCertificate | string $certificate , int $purpose , array $ca ... _info = [] , ? string $untrusted_certificates_file = null ): bool | int openssl_x509_checkpur ... 用可能であるかどうかを確認します。 パラメータ certificate 調べたい証明書。 purpose openssl_x509_checkpurpo ... きるか? X509_PURPOSE_NS_SSL_SERVER この証明書を Netscape SSL サーバーで使用できるか? X509_PURPOSE_SMIME_S ...
https://man.plustar.jp/php/function.openssl-x509-checkpurpose.html - [similar]
The EventSslContext class 8006
« EventListener::setErrorCallback EventSslContext::__construct » PHP Manual Event The EventSslCo ... const int TLS_SERVER_METHOD = 8 ; const int OPT_LOCAL_CERT = 1 ; const int OPT_LOCAL_PK = 2 ; const int ... OPT_PASSPHRASE = 3 ; const int OPT_CA_FILE = 4 ; const int OPT_CA_PATH = 5 ; const int O ... T_CIPHERS = 9 ; /* プロパティ */ public string $ local_cert ; public string $ local_pk ; /* メソッド */ ... string $method , string $options ) } プロパティ local_cert Path to local certificate file on filesystem ...
https://man.plustar.jp/php/class.eventsslcontext.html - [similar]
PREV 1 2 3 4 5 NEXT