getPlainPrivateKey() public static method

public static getPlainPrivateKey ( )
Beispiel #1
0
 /**
  * @group certificate
  *
  * @test
  * @expectedException \SAML2\Exception\InvalidArgumentException
  */
 public function test_create_with_nonstring_password_throws_exception()
 {
     $key = \SAML2\CertificatesMock::getPlainPrivateKey();
     PrivateKey::create($key, 1);
 }