Esempio n. 1
0
 public function testConstructorSetsPemPath()
 {
     $rsa = new Zend_Crypt_Rsa(array('pemPath' => $this->_testPemPath));
     $this->assertEquals($this->_testPemPath, $rsa->getPemPath());
 }