検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 29 for signed (0.009 sec.)
署名済みテキストを検証する 15092
« gnupg_sign wkhtmltox » PHP Manual GnuPG 関数 署名済みテキストを検証する gnupg_verify (PECL gnu ... 説明 gnupg_verify ( resource $identifier , string $signed_text , string $signature , string &$plaintext = ? ... ): array 指定した signed_text を検証し、署名についての情報を返します。 パラ ... nit() あるいは gnupg のコールで得られた gnupg ID。 signed_text The signed text. signature 署名。clearsign で ... hp $plaintext = "" ; $res = gnupg_init (); // clearsigned $info = gnupg_verify ( $res , $signed_text , false ...
https://man.plustar.jp/php/function.gnupg-verify.html - [similar]
指定したテキストに署名する 10719
« gnupg_setsignmode gnupg_verify » PHP Manual GnuPG 関数 指定したテキストに署名する gnupg_sign ( ... 281B6051D071D94B5B230549F9DC851566DC" , "test" ); $signed = gnupg_sign ( $res , "just a test" ); echo $signe ... 281B6051D071D94B5B230549F9DC851566DC" , "test" ); $signed = $gpg -> sign ( "just a test" ); echo $signed ; ? ...
https://man.plustar.jp/php/function.gnupg-sign.html - [similar]
テキストへの署名 10344
« 例 GnuPG 関数 » PHP Manual 例 テキストへの署名 テキストへの署名 この例は、指定したテキストに署 ... 4B5B230549F9DC851566DC" , "test" ); // 署名します $signed = gnupg_sign ( $res , "just a test" ); echo $signe ... 4B5B230549F9DC851566DC" , "test" ); // 署名します $signed = $gnupg -> sign ( "just a test" ); echo $signed ; ...
https://man.plustar.jp/php/gnupg.examples-clearsign.html - [similar]
署名済みのメッセージが、有効な署名を持っているかを調べる 9887
« sodium_crypto_sign_keypair sodium_crypto_sign_publickey_from_secretkey » PHP Manual Sodium 関数 ... るかを調べる 説明 sodium_crypto_sign_open ( string $signed_message , string $public_key ): string | false メッ ... れた署名を検証し、メッセージを返します。 パラメータ signed_message sodium_crypto_sign() を使って署名されたメッ ... 名 , メッセージ , sodium , crypto , open , string , signed , public , key , from ...
https://man.plustar.jp/php/function.sodium-crypto-sign-open.html - [similar]
データをバイナリ文字列にパックする 9169
« ignore_user_abort php_strip_whitespace » PHP Manual その他の関数 データをバイナリ文字列にパック ... 列、下位ニブルが先 H 十六進文字列、上位ニブルが先 c signed char C unsigned char s signed short (常に 16 ビット ... 、マシンのバイトオーダー) S unsigned short (常に 16 ビット、マシンのバイトオーダー) n u ... nsigned short (常に 16 ビット、ビッグエンディアンバイトオー ... ダー) v unsigned short (常に 16 ビット、リトルエンディアンバイトオー ...
https://man.plustar.jp/php/function.pack.html - [similar]
The EventSslContext class 8794
« EventListener::setErrorCallback EventSslContext::__construct » PHP Manual Event The EventSslCo ... nst int OPT_CA_PATH = 5 ; const int OPT_ALLOW_SELF_SIGNED = 6 ; const int OPT_VERIFY_PEER = 7 ; const int OP ... d be searched for. EventSslContext::OPT_ALLOW_SELF_SIGNED Key for an item of the options' array used in Even ... __construct() . Represents option that allows self-signed certificates. EventSslContext::OPT_VERIFY_PEER Key ...
https://man.plustar.jp/php/class.eventsslcontext.html - [similar]
Create a new WriteConcern 8255
« MongoDB\Driver\WriteConcern::bsonSerialize MongoDB\Driver\WriteConcern::getJournal » PHP Manua ... meout time limit. If specified, wtimeout must be a signed 64-bit integer greater than or equal to zero. Writ ... is either negative or greater than the bounds of a signed 32-bit integer. 変更履歴 バージョン 説明 PECL mong ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.construct.html - [similar]
ColumnResult のコンストラクタ 8255
« mysql_xdevapi\ColumnResult ColumnResult::getCharacterSetName » PHP Manual mysql_xdevapi\Column ... E TABLE nonsense.numbers (hello int, world float unsigned)" )-> execute (); $session -> sql ( "INSERT INTO n ... getType (); echo " and is " , ( $column -> isNumberSigned () === 0 ) ? "Unsigned." : "Signed." ; } // Altern ... うになります。 Column label hello is type 19 and is Signed. Column label world is type 4 and is Unsigned. Arr ...
https://man.plustar.jp/php/mysql-xdevapi-columnresult.construct.html - [similar]
x509証明書のデジタル署名を公開鍵で検証する 8059
« openssl_x509_read OpenSSLCertificate » PHP Manual OpenSSL 関数 x509証明書のデジタル署名を公開鍵 ... , "capture_peer_cert_chain" => true , "allow_self_signed" => false , "CN_match" => $hostname , "verify_peer ... parsed [ 'subject' ][ 'CN' ]; echo " was digitally signed by " ; echo $chainparsed [ 'subject' ][ 'CN' ]. "\ ...
https://man.plustar.jp/php/function.openssl-x509-verify.html - [similar]
S/MIME メッセージに署名する 7880
« openssl_pkcs7_read openssl_pkcs7_verify » PHP Manual OpenSSL 関数 S/MIME メッセージに署名する ... ; // 暗号化 if ( openssl_pkcs7_sign ( "msg.txt" , "signed.txt" , "file://mycert.pem" , array( "file://mycert ... しましょう! exec ( ini_get ( "sendmail_path" ) . " < signed.txt" ); } ?> 関連キーワード: 署名 , filename , メッ ...
https://man.plustar.jp/php/function.openssl-pkcs7-sign.html - [similar]
PREV 1 2 3 NEXT