| 1 | <?php |
||
| 10 | final class CryptoConstant |
||
| 11 | { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @return int |
||
| 15 | */ |
||
| 16 | 13 | public static function getAdvisedType() |
|
| 20 | |||
| 21 | /** |
||
| 22 | * This might be changed after https://github.com/php/php-src/pull/2518 |
||
| 23 | * @return int |
||
| 24 | */ |
||
| 25 | public static function getSupportType() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return string |
||
| 32 | */ |
||
| 33 | 1 | public static function getAdvisedProtocol() |
|
| 37 | |||
| 38 | /** |
||
| 39 | * @return string |
||
| 40 | */ |
||
| 41 | 1 | public static function getSupportProtocol() |
|
| 45 | } |