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)

cipher_strength

suite strength (e.g., 128)

dh_strength

strength of DH params (e.g., 1024)

dh_p

DH params, p component

dh_g

DH params, g component

dh_ys

DH params, Ys component

ecdh_bits

ECDH bits

ecdh_strength

ECDH RSA-equivalent strength

q

0 if the suite is insecure, null otherwise