Since: 2.1.0
Author: Luís Otávio Cobucci Oblonczyk (lcobucci@gmail.com)
Inheritance: extends Lcobucci\JWT\Signer\Ecdsa
Ejemplo n.º 1
0
 /**
  * @before
  */
 public function createConfiguration()
 {
     $this->config = new Configuration();
     $this->config->setSigner(Sha256::create());
 }