Home
last modified time | relevance | path

Searched refs:encryption (Results 26 – 29 of 29) sorted by path

12

/plugin/swiftmail/Swift/Authenticator/
H A D@PopB4Smtp.php30 public function __construct($conn=null, $port=110, $encryption=0) argument
36 … $this->connection = new Swift_Authenticator_PopB4Smtp_Pop3Connection($conn, $port, $encryption);
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php51 public function __construct($server="localhost", $port=110, $encryption=0) argument
55 $this->setEncryption($encryption);
95 $this->encryption = (int) $enc;
103 return $this->encryption;
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php60 protected $encryption = null; variable in Swift_Connection_SMTP
98 public function __construct($server="localhost", $port=null, $encryption=null) argument
101 $this->setEncryption($encryption);
219 $this->encryption = (int) $enc;
228 return $this->encryption;
280 switch ($this->encryption)
292 if ($this->encryption == self::ENC_TLS) $server = "tls://" . $server;
293 elseif ($this->encryption == self::ENC_SSL) $server = "ssl://" . $server;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2794 if(flags & 0x2041) throw new Error("Unsupported ZIP encryption");
2817 /* [encryption header] */
2892 /* TODO: encryption header ? */
5524 case 'encryption-data': // 4.4 <manifest:encryption-data>
10157 default: throw 'Unrecognized encryption algorithm: ' + o.AlgID;
10213 case '<encryption': case '</encryption>': break;
19810 if(CFB.find(cfb, '/encryption')) throw new Error("File is password-protected");

12