Home
last modified time | relevance | path

Searched refs:addSignKey (Results 1 – 6 of 6) sorted by relevance

/dports/security/pear-Crypt_GPG/Crypt_GPG-1.6.6/tests/
H A DSignTest.php63 $this->gpg->addSignKey('no-passphrase@example.com');
75 $this->gpg->addSignKey('non-existent-key@example.com');
98 $this->gpg->addSignKey('first-keypair@example.com');
122 $this->gpg->addSignKey('no-passphrase@example.com');
142 $this->gpg->addSignKey('first-keypair@example.com', 'test1');
158 $this->gpg->addSignKey('first-keypair@example.com', 'test1');
174 $this->gpg->addSignKey('first-keypair@example.com', 'test1');
191 $this->gpg->addSignKey('no-passphrase@example.com');
192 $this->gpg->addSignKey('first-keypair@example.com', 'test1');
320 $this->gpg->addSignKey('no-passphrase@example.com');
[all …]
H A DEncryptAndSignTest.php68 $this->gpg->addSignKey('non-existent-key@example.com');
93 $this->gpg->addSignKey('first-keypair@example.com', 'test1');
118 $this->gpg->addSignKey('first-keypair@example.com');
147 $this->gpg->addSignKey($signKey);
173 $this->gpg->addSignKey($signKey, $signPassphrase);
200 $this->gpg->addSignKey($signKey1, $signPassphrase1);
201 $this->gpg->addSignKey($signKey2);
229 $this->gpg->addSignKey($signKey1, $signPassphrase1);
230 $this->gpg->addSignKey($signKey2, $signPassphrase2);
278 $this->gpg->addSignKey('no-passphrase@example.com');
[all …]
H A DGeneralTest.php199 $returnedGpg = $this->gpg->addSignKey(
/dports/mail/roundcube/roundcubemail-1.5.1/plugins/enigma/lib/
H A Denigma_driver_gnupg.php135 $this->gpg->addSignKey($sign_key->reference, $sign_key->password);
203 $this->gpg->addSignKey($key->reference, $key->password);
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/pear/crypt_gpg/Crypt/
H A DGPG.php1162 public function addSignKey($key, $passphrase = null) function in Crypt_GPG
/dports/security/pear-Crypt_GPG/Crypt_GPG-1.6.6/Crypt/
H A DGPG.php1162 public function addSignKey($key, $passphrase = null) function in Crypt_GPG