| 1 | <?php |
||
| 19 | final class ECDHESA192KW extends ECDHESAESKW |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | protected function getWrapper() |
||
| 25 | { |
||
| 26 | return new Wrapper(); |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | public function getAlgorithmName() |
||
| 33 | { |
||
| 34 | return 'ECDH-ES+A192KW'; |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritdoc} |
||
| 39 | */ |
||
| 40 | protected function getKeyLength() |
||
| 44 | } |
||
| 45 |