summaryrefslogtreecommitdiffstats
path: root/src/Objects/Suite.php
blob: 3c265b71e4cae8733dab19d85b0c7dcf92a1a5cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;
}