Example #1
0
 public function testSetPemPathLoadsPemString()
 {
     $rsa = new RSA(array('pemPath' => $this->_testPemPath));
     $this->assertEquals($this->_testPemString, $rsa->getPemString());
 }