NAME
Net::SSLLabs::Suite - Suite object
METHODS
new
a new Net::SSLLabs::Suite object, accepts a JSON object as it's parameter.
id
suite RFC ID (e.g., 5)
name
suite name (e.g., TLS_RSA_WITH_RC4_128_SHA)
cipherStrength
suite strength (e.g., 128)
dhStrength
strength of DH params (e.g., 1024)
dhP
DH params, p component
dhG
DH params, g component
dhYs
DH params, Ys component
ecdhBits
ECDH bits
ecdhStrength
ECDH RSA-equivalent strength
q
0 if the suite is insecure, null otherwise