検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 23 for signature (0.020 sec.)
署名済みテキストを検証する 12517
« gnupg_sign wkhtmltox » PHP Manual GnuPG 関数 署名済みテキストを検証する gnupg_verify (PECL gnu ... source $identifier , string $signed_text , string $signature , string &$plaintext = ? ): array 指定した signed_ ... ルで得られた gnupg ID。 signed_text The signed text. signature 署名。clearsign で署名されたテキストを検証するには ...signature に false を設定します。 plaintext 平文テキスト。 こ ... lse , $plaintext ); print_r ( $info ); // detached signature $info = gnupg_verify ( $res , $signed_text , $sign ...
https://man.plustar.jp/php/function.gnupg-verify.html - [similar]
署名を生成する 11930
« openssl_seal openssl_spki_export_challenge » PHP Manual OpenSSL 関数 署名を生成する openssl_si ... 生成する 説明 openssl_sign ( string $data , string &$signature , OpenSSLAsymmetricKey | OpenSSLCertificate | arra ... ださい。 パラメータ data 署名したいデータの文字列。 signature 成功した場合、署名が signature に格納されます。 pr ... /key.pem" ); // 署名を計算 openssl_sign ( $data , $signature , $pkeyid ); // メモリからキーを開放する openssl_f ... s [ 'key' ]; // 署名を作成 openssl_sign ( $data , $signature , $private_key_pem , OPENSSL_ALGO_SHA256 ); // それ ...
https://man.plustar.jp/php/function.openssl-sign.html - [similar]
署名を検証する 11562
« openssl_spki_verify openssl_x509_check_private_key » PHP Manual OpenSSL 関数 署名を検証する op ... 証する 説明 openssl_verify ( string $data , string $signature , OpenSSLAsymmetricKey | OpenSSLCertificate | arra ... _key が指す公開鍵を使用し、 指定した data に関して signature が正しいことを確認します。 署名が正しいと判定される ... ータ data 署名を作成するときに使ったデータの文字列。 signature 生のバイナリ文字列。 openssl_sign() もしくはそれと ... ithRSAEncryption" や "sha512" など)。 戻り値 署名 (signature) が正しい場合に 1、正しくない場合に 0、 エラーの場 ...
https://man.plustar.jp/php/function.openssl-verify.html - [similar]
Add a lexer rule 9819
« Parle\RLexer::insertMacro Parle\RLexer::pushState » PHP Manual Parle\RLexer Add a lexer rule P ... 'exit state' can be specified by using a suitable signature. パラメータ regex Regular expression used for toke ... state with '>' before the name means push. Use the signature without id for either continuation or to start mat ... ied as exit state, it means pop. In that case, the signature containing the id can be used to identify the matc ... e , RLexer , Add , string , a , specified , when , signature , public ...
https://man.plustar.jp/php/parle-rlexer.push.html - [similar]
Calculates the match score between two fuzzy hash signatures 9752
« ssdeep 関数 ssdeep_fuzzy_hash_filename » PHP Manual ssdeep 関数 Calculates the match score bet ... ween two fuzzy hash signatures ssdeep_fuzzy_compare (PECL ssdeep >= 1.0.0) ssdee ... Calculates the match score between two fuzzy hash signatures 説明 ssdeep_fuzzy_compare ( string $signature1 , ... string $signature2 ): int Calculates the match score between signatu ... re1 and signature2 using » context-triggered piecewise hashing , and ...
https://man.plustar.jp/php/function.ssdeep-fuzzy-compare.html - [similar]
メッセージの署名を検証する 9450
« sodium_crypto_sign_seed_keypair sodium_crypto_sign » PHP Manual Sodium 関数 メッセージの署名を ... 説明 sodium_crypto_sign_verify_detached ( string $signature , string $message , string $public_key ): bool メッ ... セージの署名を検証します。 パラメータ signature sodium_crypto_sign_detached() から取得した署名 mes ... 証 , sodium , crypto , detached , verify , string , signature , public ...
https://man.plustar.jp/php/function.sodium-crypto-sign-verify-detached.html - [similar]
Push a new start state 8730
« Parle\RLexer::push Parle\RLexer::reset » PHP Manual Parle\RLexer Push a new start state Parle\ ... t can be used with a suitable Parle\RLexer::push() signature variant. パラメータ state Name of the state. 戻り値 ... , pushState , This , thus , パラメータ , variant , signature ...
https://man.plustar.jp/php/parle-rlexer.pushstate.html - [similar]
拡張属性を取得する 8663
« xattr 関数 xattr_list » PHP Manual xattr 関数 拡張属性を取得する xattr_get (PECL xattr >= 0.9. ... べる <?php $file = '/usr/local/sbin/some_binary' ; $signature = xattr_get ( $file , 'Root signature' , XATTR_ROO ... T ); /* ... $signature が正しいものかどうかを調べます ... */ ?> 参考 xatt ...
https://man.plustar.jp/php/function.xattr-get.html - [similar]
定義済み定数 8512
« リソース型 例 » PHP Manual OAuth 定義済み定数 定義済み定数 以下の定数が定義されています。 この ... ) コンシューマキーが拒否されました。 OAUTH_INVALID_SIGNATURE ( int ) oauth_signature が無効です。 サービスプロバ ... t パラメータが含まれていなければなりません。 OAUTH_SIGNATURE_METHOD_REJECTED ( int ) oauth_signature_method がサ ...
https://man.plustar.jp/php/oauth.constants.html - [similar]
新しい OAuth オブジェクトを作成する 8227
« OAuth OAuth::__destruct » PHP Manual OAuth 新しい OAuth オブジェクトを作成する OAuth::__constr ... $consumer_key , string $consumer_secret , string $signature_method = OAUTH_SIG_METHOD_HMACSHA1 , int $auth_typ ... ret サービスプロバイダが提供する consumer secret。 signature_method このオプションのパラメータで、使用する署名方 ...
https://man.plustar.jp/php/oauth.construct.html - [similar]
PREV 1 2 3 NEXT