Home
last modified time | relevance | path

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

12

/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/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/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A 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/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucket.php201 public function setEncryption(BucketEncryption $encryption) argument
203 $this->encryption = $encryption;
210 return $this->encryption;
/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/adfs/phpsaml/lib/Saml2/
H A DMetadata.php240 $encryption = $xml->getElementsByTagName('KeyDescriptor')->item(1);
241 $encryption->setAttribute('use', 'encryption');
243 $encryption->appendChild($keyInfo->cloneNode(true));
/plugin/advanced/lang/en/config/
H A Dusers.txt8 …ord. The encryption method can be anything accepted by [[doku>config:passcrypt|passcrypt option]] …
/plugin/pgpinlinesupport/
H A Dplugin.info.txt6 desc This plugin enables support of using inline pgp encryption.
H A DPlugin.txt4 description: This plugin enables support of using inline pgp encryption.
/plugin/rdplink/RdpEncrypt/
H A DREADME.md4 …103709/http://www.obviex.com/samples/dpapi.aspx), [Remko Weijnen's RDP encryption research](http:/…
/plugin/dokucrypt2/
H A DREADME.md26 …pen, asking the user to enter a pass phrase key for the encryption. Once supplied, the encryption
/plugin/adfs/phpsaml/
H A 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…
H A DREADME.md72 * Assertion and nameId encryption.
216 handle the sign and the encryption of xml elements.
284 encryption.
421 * signing/encryption, or is under key rollover phase and
431 // 'encryption' => array(
1243 signing/encryption, or is under key rollover phase and more than one certificate is published on Id…
1251 - `'encryption'` An array with one unique cert that will be used to encrypt data to be sent to the …
/plugin/refnotes/lang/en/
H A D__template.txt55 title = "Deciphering a linear congruential encryption",
/plugin/farm/install/animaltemplate/conf/
H A 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/pureldap/
H A Dcomposer.lock155 "ext-openssl": "Needed for encryption for certain mechanisms."
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc98 [[ssl-encryption]]
99 ==== SSL encryption
121 Public CA CertificatesSSL encryption global() argument
159 Self-signed CertificatesSSL encryption global() argument
H A Dper-request-configuration.asciidoc319 <<authentication>> for more details), since encryption typically applies to all
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md13 It supports encryption of the LDAP connection through TLS via the OpenSSL extension if available.
/plugin/securelogin/
H A DREADME.md33 …s plugin uses RSA and needs to be rewritten to use a different library/encryption mechanism. As it…
/plugin/etherpadlite/scripts/
H A Detherpadlite.js136 var encLabel = jQuery('<label/>').attr('for','encMode').text(ep.lang.encryption+':');
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php190 * If the key size is unknown, or this isn't a symmetric encryption algorithm,
/plugin/authgooglesheets/
H A Dcomposer.lock798 "encryption",
/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1 … crypt :1, // - one-way passwd-style encryption\n …

12