public function getEncryption() { if (is_string($this->_cryptAlgorithm)) { return $this->_cryptAlgorithm; } // fake the pre-3.2.1 answer return "3DES"; }