Home
last modified time | relevance | path

Searched refs:cryptParams (Results 1 – 2 of 2) sorted by relevance

/plugin/saml/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php57 private $cryptParams = array(); variable in XMLSecurityKey
80 $this->cryptParams['library'] = 'mcrypt';
81 $this->cryptParams['cipher'] = MCRYPT_TRIPLEDES;
82 $this->cryptParams['mode'] = MCRYPT_MODE_CBC;
83 $this->cryptParams['method'] = 'http://www.w3.org/2001/04/xmlenc#tripledes-cbc';
91 $this->cryptParams['keysize'] = 16;
94 $this->cryptParams['library'] = 'mcrypt';
95 $this->cryptParams['cipher'] = MCRYPT_RIJNDAEL_128;
96 $this->cryptParams['mode'] = MCRYPT_MODE_CBC;
97 $this->cryptParams['method'] = 'http://www.w3.org/2001/04/xmlenc#aes192-cbc';
[all …]
/plugin/adfs/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php57 private $cryptParams = array(); variable in XMLSecurityKey
80 $this->cryptParams['library'] = 'mcrypt';
81 $this->cryptParams['cipher'] = MCRYPT_TRIPLEDES;
82 $this->cryptParams['mode'] = MCRYPT_MODE_CBC;
83 $this->cryptParams['method'] = 'http://www.w3.org/2001/04/xmlenc#tripledes-cbc';
91 $this->cryptParams['keysize'] = 16;
94 $this->cryptParams['library'] = 'mcrypt';
95 $this->cryptParams['cipher'] = MCRYPT_RIJNDAEL_128;
96 $this->cryptParams['mode'] = MCRYPT_MODE_CBC;
97 $this->cryptParams['method'] = 'http://www.w3.org/2001/04/xmlenc#aes192-cbc';
[all …]