diff options
Diffstat (limited to 'src/Objects/Suite.php')
-rw-r--r-- | src/Objects/Suite.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/Objects/Suite.php b/src/Objects/Suite.php new file mode 100644 index 0000000..3c265b7 --- /dev/null +++ b/src/Objects/Suite.php @@ -0,0 +1,16 @@ +<?php +namespace BjoernrDe\SSLLabsApi\Objects; + +class Suite +{ + private $id; + private $name; + private $cipherStrength; + private $dhStrength; + private $dhP; + private $dhG; + private $dhYs; + private $ecdhBits; + private $ecdhStrength; + private $q; +}
\ No newline at end of file |