Home
last modified time | relevance | path

Searched refs:encryption (Results 1 – 25 of 37) sorted by relevance

12

/plugin/swiftmail/Swift/Connection/
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/swiftmail/Swift/Authenticator/PopB4Smtp/
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/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixClient.php56 protected $encryption; variable in MatrixPhp\\MatrixClient
108 * @param bool $encryption Optional. Whether or not to enable end-to-end encryption support
116 … int $cacheLevel = Cache::ALL, $encryption = false, $encryptionConf = []) { argument
117 if ($encryption && ENCRYPTION_SUPPORT) {
123 $this->encryption = $encryption;
234 if ($this->encryption) {
462 if ($this->encryption) {
508 if ($this->encryption && array_key_exists('device_one_time_keys_count', $response)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DInterconnectAttachment.php82 public $encryption; variable in Google\\Service\\Compute\\InterconnectAttachment
359 public function setEncryption($encryption) argument
361 $this->encryption = $encryption;
368 return $this->encryption;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
DPuTTY.php207 $encryption = trim(preg_replace('#Encryption: (.+)#', '$1', $key[1]));
213 $source = Strings::packSSH2('ssss', $type, $encryption, $components['comment'], $public);
232 switch ($encryption) {
266 if ($encryption != 'none') {
300 $encryption = (!empty($password) || is_string($password)) ? 'aes256-cbc' : 'none';
305 $key .= "Encryption: $encryption\r\n";
310 $source = Strings::packSSH2('ssss', $type, $encryption, $comment, $public);
/plugin/dokucrypt3/
H A DREADME.md20 …pen, asking the user to enter a pass phrase key for the encryption. Once supplied, the encryption
31encryption is handled. The resulting pull request would not be merged into the base repository (du…
H A Ddokuwiki_plugin_page.wiki12 tags : encryption, password
36 ….fourmilab.ch/javascrypt/) library is used for encryption and decryption to provide 256 Bit AES en…
44encryption is handled. The resulting pull request would not be merged into the base repository (du…
55 …en, asking the user to enter a pass phrase key for the encryption. Once supplied, the encryption
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
DBucket.php201 public function setEncryption(BucketEncryption $encryption) argument
203 $this->encryption = $encryption;
210 return $this->encryption;
/plugin/swiftmail/Swift/Authenticator/
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/adfs/phpsaml/lib/Saml2/
DMetadata.php240 $encryption = $xml->getElementsByTagName('KeyDescriptor')->item(1);
241 $encryption->setAttribute('use', 'encryption');
243 $encryption->appendChild($keyInfo->cloneNode(true));
/plugin/saml/phpsaml/lib/Saml2/
DMetadata.php240 $encryption = $xml->getElementsByTagName('KeyDescriptor')->item(1);
241 $encryption->setAttribute('use', 'encryption');
243 $encryption->appendChild($keyInfo->cloneNode(true));
/plugin/advanced/lang/en/config/
Dusers.txt8 …ord. The encryption method can be anything accepted by [[doku>config:passcrypt|passcrypt option]] …
/plugin/pgpinlinesupport/
Dplugin.info.txt6 desc This plugin enables support of using inline pgp encryption.
DPlugin.txt4 description: This plugin enables support of using inline pgp encryption.
/plugin/rdplink/RdpEncrypt/
DREADME.md4 …103709/http://www.obviex.com/samples/dpapi.aspx), [Remko Weijnen's RDP encryption research](http:/…
/plugin/dokucrypt2/
DREADME.md26 …pen, asking the user to enter a pass phrase key for the encryption. Once supplied, the encryption
/plugin/adfs/phpsaml/
DCHANGELOG40 * Allow the getSPMetadata() method to always include the encryption Key Descriptor
73 …egister more than 1 Identity Provider x509cert, linked with an specific use (signing or encryption)
150 * Symmetric encryption key support
158 …addX509KeyDescriptors method that will allow to set KeyDescriptor[use='encryption'] if wantNameIdE…
/plugin/saml/phpsaml/
DCHANGELOG40 * Allow the getSPMetadata() method to always include the encryption Key Descriptor
73 …egister more than 1 Identity Provider x509cert, linked with an specific use (signing or encryption)
150 * Symmetric encryption key support
158 …addX509KeyDescriptors method that will allow to set KeyDescriptor[use='encryption'] if wantNameIdE…
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/
DREADME.md10 - Missing E2E encryption, need php bindings for the OLM library
/plugin/refnotes/lang/en/
D__template.txt55 title = "Deciphering a linear congruential encryption",
/plugin/farm/install/animaltemplate/conf/
Dmysql.conf.php.example36 /* Normally password encryption is done by DokuWiki (recommended) but for
37 * some reasons it might be usefull to let the database do the encryption.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dconnecting.asciidoc98 [[ssl-encryption]]
99 ==== SSL encryption
Dper-request-configuration.asciidoc319 <<authentication>> for more details), since encryption typically applies to all
/plugin/pureldap/
H A Dcomposer.lock155 "ext-openssl": "Needed for encryption for certain mechanisms."
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md13 It supports encryption of the LDAP connection through TLS via the OpenSSL extension if available.

12