Exemple #1
0
 /**
  * @group ZF-8846
  */
 public function testLoadsPublicKeyFromPEMWithoutPrivateKeyAndThrowsNoException()
 {
     $rsa = new Zend_Crypt_Rsa();
     $rsa->setPemString($this->_testPemStringPublic);
 }