Пример #1
0
 public function testConstructorSetsPemPath()
 {
     $rsa = new RSA(array('pemPath' => $this->_testPemPath));
     $this->assertEquals($this->_testPemPath, $rsa->getPemPath());
 }