コード例 #1
0
ファイル: RsaTest.php プロジェクト: jsnshrmn/Suma
 /**
  * @group ZF-8846
  */
 public function testLoadsPublicKeyFromPEMWithoutPrivateKeyAndThrowsNoException()
 {
     $rsa = new Zend_Crypt_Rsa();
     $rsa->setPemString($this->_testPemStringPublic);
 }