| /plugin/swiftmail/Swift/Connection/ |
| D | SMTP.php | 60 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/ |
| D | Pop3Connection.php | 51 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/ |
| D | MatrixClient.php | 56 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/ |
| D | InterconnectAttachment.php | 82 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/ |
| D | PuTTY.php | 207 $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 D | README.md | 20 …pen, asking the user to enter a pass phrase key for the encryption. Once supplied, the encryption … 31 …encryption is handled. The resulting pull request would not be merged into the base repository (du…
|
| H A D | dokuwiki_plugin_page.wiki | 12 tags : encryption, password 36 ….fourmilab.ch/javascrypt/) library is used for encryption and decryption to provide 256 Bit AES en… 44 …encryption 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/ |
| D | Bucket.php | 201 public function setEncryption(BucketEncryption $encryption) argument 203 $this->encryption = $encryption; 210 return $this->encryption;
|
| /plugin/swiftmail/Swift/Authenticator/ |
| D | @PopB4Smtp.php | 30 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/ |
| D | Metadata.php | 240 $encryption = $xml->getElementsByTagName('KeyDescriptor')->item(1); 241 $encryption->setAttribute('use', 'encryption'); 243 $encryption->appendChild($keyInfo->cloneNode(true));
|
| /plugin/saml/phpsaml/lib/Saml2/ |
| D | Metadata.php | 240 $encryption = $xml->getElementsByTagName('KeyDescriptor')->item(1); 241 $encryption->setAttribute('use', 'encryption'); 243 $encryption->appendChild($keyInfo->cloneNode(true));
|
| /plugin/advanced/lang/en/config/ |
| D | users.txt | 8 …ord. The encryption method can be anything accepted by [[doku>config:passcrypt|passcrypt option]] …
|
| /plugin/pgpinlinesupport/ |
| D | plugin.info.txt | 6 desc This plugin enables support of using inline pgp encryption.
|
| D | Plugin.txt | 4 description: This plugin enables support of using inline pgp encryption.
|
| /plugin/rdplink/RdpEncrypt/ |
| D | README.md | 4 …103709/http://www.obviex.com/samples/dpapi.aspx), [Remko Weijnen's RDP encryption research](http:/…
|
| /plugin/dokucrypt2/ |
| D | README.md | 26 …pen, asking the user to enter a pass phrase key for the encryption. Once supplied, the encryption …
|
| /plugin/adfs/phpsaml/ |
| D | CHANGELOG | 40 * 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/ |
| D | CHANGELOG | 40 * 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/ |
| D | README.md | 10 - Missing E2E encryption, need php bindings for the OLM library
|
| /plugin/refnotes/lang/en/ |
| D | __template.txt | 55 title = "Deciphering a linear congruential encryption",
|
| /plugin/farm/install/animaltemplate/conf/ |
| D | mysql.conf.php.example | 36 /* 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/ |
| D | connecting.asciidoc | 98 [[ssl-encryption]] 99 ==== SSL encryption
|
| D | per-request-configuration.asciidoc | 319 <<authentication>> for more details), since encryption typically applies to all
|
| /plugin/pureldap/ |
| H A D | composer.lock | 155 "ext-openssl": "Needed for encryption for certain mechanisms."
|
| /plugin/pureldap/vendor/freedsx/ldap/ |
| H A D | README.md | 13 It supports encryption of the LDAP connection through TLS via the OpenSSL extension if available.
|