Searched refs:cryptParams (Results 1 – 2 of 2) sorted by relevance
57 private $cryptParams = array(); variable in XMLSecurityKey80 $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 …]