1 | <?php |
||
16 | final class RandomECKey extends RandomKey |
||
17 | { |
||
18 | /** |
||
19 | * {@inheritdoc} |
||
20 | */ |
||
21 | protected function getKeyConfig(array $config) |
||
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | public function getKey() |
||
37 | |||
38 | /** |
||
39 | * {@inheritdoc} |
||
40 | */ |
||
41 | public function addConfiguration(NodeDefinition $node) |
||
55 | |||
56 | /** |
||
57 | * @return \Closure |
||
58 | */ |
||
59 | private static function checkCurve() |
||
65 | } |
||
66 |