NAME
Net::SSLLabs::Protocol - Protocol object
METHODS
new
a new Net::SSLLabs::Protocol
object, accepts a JSON object as it's parameter.
id
protocol version number, e.g. 0x0303 for TLS 1.2
name
protocol name, i.e. SSL or TLS.
version
protocol version, e.g. 1.2 (for TLS)
v2_suites_disabled
some servers have SSLv2 protocol enabled, but with all SSLv2 cipher suites disabled. In that case, this field is set to true.
q
0 if the protocol is insecure, null otherwise