Пример #1
0
 /**
  * @param Algorithm\AsymmetricInterface $algorithm
  */
 public function __construct(Algorithm\AsymmetricInterface $algorithm)
 {
     parent::__construct($algorithm);
 }