Since: 2.1.0
Author: Luís Otávio Cobucci Oblonczyk (lcobucci@gmail.com)
Inheritance: extends Lcobucci\JWT\Signer\Ecdsa
コード例 #1
0
ファイル: EcdsaTokenTest.php プロジェクト: lcobucci/jwt
 /**
  * @before
  */
 public function createConfiguration()
 {
     $this->config = new Configuration();
     $this->config->setSigner(Sha256::create());
 }