/**
  * @param string $id
  *
  * @return JwsAlgorithm
  */
 public function get($id)
 {
     return $this->bag->get($id, null);
 }