為了使用 RNP 庫(kù)函數(shù),您需要安裝RNP 庫(kù)。RNP 庫(kù)版本 >= 0.16.2 是必需的。
http://m.o2fo.com/phpchinese/php8-rnp-requirements.html(PECL rnp >= 0.1.1)rnp_backend_string — 返回加密后端庫(kù)名稱說(shuō)明rnp_backend_string(): string參數(shù) ?此函數(shù)沒(méi)有參數(shù)。返回值 ?后端名稱字符串。目前支持 后端是“Botan”和“OpenSSL”。
http://m.o2fo.com/phpchinese/php8-rnpbackendstring.html(PECL rnp >= 0.1.1)rnp_backend_version — 返回加密后端庫(kù)版本說(shuō)明rnp_backend_version(): string參數(shù) 此函數(shù)沒(méi)有參數(shù)。返回值 版本字符串。
http://m.o2fo.com/phpchinese/php8-rnpbackendversion.html(PECL rnp >= 0.1.1)rnp_decrypt — 解密 PGP 消息說(shuō)明rnp_decrypt(RnpFFI $ffi, string $input): string|false在調(diào)用此函數(shù)之前,應(yīng)將用于解密的私鑰加載到 FFI 對(duì)象中。 如果使用了密碼加密,則應(yīng)通過(guò)調(diào)用 rnp_ffi_set_pass_provider() 來(lái)設(shè)置密碼提...
http://m.o2fo.com/phpchinese/php8-rnp-decrypt.html(PECL rnp >= 0.1.1)rnp_dump_packets_to_json — 將 OpenPGP 數(shù)據(jù)包流信息轉(zhuǎn)儲(chǔ)到 JSON 字符串說(shuō)明rnp_dump_packets_to_json(string $input, int $flags): string|false參數(shù) input包含 OpenPGP 數(shù)據(jù)的輸入字符串,采用二進(jìn)制或 ASCII 保護(hù)格式。flags請(qǐng)參閱 RNP_JSON_DU...
http://m.o2fo.com/phpchinese/php8-rnp-dump-packages-to-json.html(PECL rnp >= 0.1.1)rnp_dump_packets — 以人類可讀的格式轉(zhuǎn)儲(chǔ) OpenPGP 數(shù)據(jù)包流信息說(shuō)明rnp_dump_packets(string $input, int $flags): string|false參數(shù) input包含 OpenPGP 數(shù)據(jù)的輸入字符串,采用二進(jìn)制或 ASCII 保護(hù)格式。flags請(qǐng)參閱 RNP_DUMP_* 預(yù)定義常...
http://m.o2fo.com/phpchinese/php8-rnp-dump-packages.html(PECL rnp >= 0.1.1)rnp_ffi_create — 創(chuàng)建用于與庫(kù)交互的頂級(jí)對(duì)象說(shuō)明rnp_ffi_create(string $pub_format, string $sec_format): RnpFFI|false參數(shù) pub_format公鑰環(huán)、RNP_KEYSTORE_GPG或其他的格式 RNP_KEYSTORE_* 常量。sec_format密鑰環(huán)的格式、RNP_KEYSTORE_GPG或其...
http://m.o2fo.com/phpchinese/php8-rnp-fficreate.html(PECL rnp >= 0.1.1)rnp_ffi_destroy — 銷毀用于與庫(kù)交互的頂級(jí)對(duì)象說(shuō)明rnp_ffi_destroy(RnpFFI $ffi): void參數(shù)ffirnp_ffi_create返回的 FFI 對(duì)象。
http://m.o2fo.com/phpchinese/php8-rnp-ffidestroy.html(PECL rnp >= 0.1.1)rnp_import_signatures — 將獨(dú)立簽名導(dǎo)入密鑰環(huán)并接收描述更新密鑰的 JSON說(shuō)明rnp_import_signatures(RnpFFI $ffi, string $input, int $flags): string|false參數(shù) ffirnp_ffi_create返回的 FFI 對(duì)象。input包含要導(dǎo)入的簽名的 OpenPGP 數(shù)據(jù)包。...
http://m.o2fo.com/phpchinese/php8-rnpimportsignatures.html抱歉,暫時(shí)沒(méi)有相關(guān)的微課
w3cschool 建議您:
抱歉,暫時(shí)沒(méi)有相關(guān)的視頻課程
w3cschool 建議您:
抱歉,暫時(shí)沒(méi)有相關(guān)的教程
w3cschool 建議您:
為了使用 RNP 庫(kù)函數(shù),您需要安裝RNP 庫(kù)。RNP 庫(kù)版本 >= 0.16.2 是必需的。
http://m.o2fo.com/phpchinese/php8-rnp-requirements.html(PECL rnp >= 0.1.1)rnp_backend_string — 返回加密后端庫(kù)名稱說(shuō)明rnp_backend_string(): string參數(shù) ?此函數(shù)沒(méi)有參數(shù)。返回值 ?后端名稱字符串。目前支持 后端是“Botan”和“OpenSSL”。
http://m.o2fo.com/phpchinese/php8-rnpbackendstring.html(PECL rnp >= 0.1.1)rnp_backend_version — 返回加密后端庫(kù)版本說(shuō)明rnp_backend_version(): string參數(shù) 此函數(shù)沒(méi)有參數(shù)。返回值 版本字符串。
http://m.o2fo.com/phpchinese/php8-rnpbackendversion.html(PECL rnp >= 0.1.1)rnp_decrypt — 解密 PGP 消息說(shuō)明rnp_decrypt(RnpFFI $ffi, string $input): string|false在調(diào)用此函數(shù)之前,應(yīng)將用于解密的私鑰加載到 FFI 對(duì)象中。 如果使用了密碼加密,則應(yīng)通過(guò)調(diào)用 rnp_ffi_set_pass_provider() 來(lái)設(shè)置密碼提...
http://m.o2fo.com/phpchinese/php8-rnp-decrypt.html(PECL rnp >= 0.1.1)rnp_dump_packets_to_json — 將 OpenPGP 數(shù)據(jù)包流信息轉(zhuǎn)儲(chǔ)到 JSON 字符串說(shuō)明rnp_dump_packets_to_json(string $input, int $flags): string|false參數(shù) input包含 OpenPGP 數(shù)據(jù)的輸入字符串,采用二進(jìn)制或 ASCII 保護(hù)格式。flags請(qǐng)參閱 RNP_JSON_DU...
http://m.o2fo.com/phpchinese/php8-rnp-dump-packages-to-json.html(PECL rnp >= 0.1.1)rnp_dump_packets — 以人類可讀的格式轉(zhuǎn)儲(chǔ) OpenPGP 數(shù)據(jù)包流信息說(shuō)明rnp_dump_packets(string $input, int $flags): string|false參數(shù) input包含 OpenPGP 數(shù)據(jù)的輸入字符串,采用二進(jìn)制或 ASCII 保護(hù)格式。flags請(qǐng)參閱 RNP_DUMP_* 預(yù)定義常...
http://m.o2fo.com/phpchinese/php8-rnp-dump-packages.html(PECL rnp >= 0.1.1)rnp_ffi_create — 創(chuàng)建用于與庫(kù)交互的頂級(jí)對(duì)象說(shuō)明rnp_ffi_create(string $pub_format, string $sec_format): RnpFFI|false參數(shù) pub_format公鑰環(huán)、RNP_KEYSTORE_GPG或其他的格式 RNP_KEYSTORE_* 常量。sec_format密鑰環(huán)的格式、RNP_KEYSTORE_GPG或其...
http://m.o2fo.com/phpchinese/php8-rnp-fficreate.html(PECL rnp >= 0.1.1)rnp_ffi_destroy — 銷毀用于與庫(kù)交互的頂級(jí)對(duì)象說(shuō)明rnp_ffi_destroy(RnpFFI $ffi): void參數(shù)ffirnp_ffi_create返回的 FFI 對(duì)象。
http://m.o2fo.com/phpchinese/php8-rnp-ffidestroy.html(PECL rnp >= 0.1.1)rnp_import_signatures — 將獨(dú)立簽名導(dǎo)入密鑰環(huán)并接收描述更新密鑰的 JSON說(shuō)明rnp_import_signatures(RnpFFI $ffi, string $input, int $flags): string|false參數(shù) ffirnp_ffi_create返回的 FFI 對(duì)象。input包含要導(dǎo)入的簽名的 OpenPGP 數(shù)據(jù)包。...
http://m.o2fo.com/phpchinese/php8-rnpimportsignatures.html抱歉,暫時(shí)沒(méi)有相關(guān)的文章
w3cschool 建議您: