Esempio n. 1
0
 public function testSetCertificatePathLoadsCertificateString()
 {
     $rsa = new Zend_Crypt_Rsa(array('certificatePath' => $this->_testCertificatePath));
     $this->assertEquals($this->_testCertificateString, $rsa->getCertificateString());
 }