gnupg_adddecryptkey
(PECL gnupg >= 0.5)
gnupg_adddecryptkey — 復号のためのキーを追加する
パラメータ
identifier
-
gnupg_init() あるいは gnupg のコールで得られた gnupg ID。
fingerprint
-
フィンガープリントキー。
passphrase
-
パスフレーズ。
例
例1 手続き型の gnupg_adddecryptkey() の例
<?php
$res = gnupg_init();
gnupg_adddecryptkey($res,"8660281B6051D071D94B5B230549F9DC851566DC","test");
?>
例2 オブジェクト指向の gnupg_adddecryptkey() の例
<?php
$gpg = new gnupg();
$gpg->adddecryptkey("8660281B6051D071D94B5B230549F9DC851566DC","test");
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google