NAME
Net::SSLLabs::Key - Key object
METHODS
new
a new Net::SSLLabs::Key object, accepts a JSON object as it's parameter.
size
key size, e.g., 1024 or 2048 for RSA and DSA, or 256 bits for EC.
strength
key size expressed in RSA bits.
alg
key algorithm; possible values: RSA, DSA, and EC.
debianFlaw
true if we suspect that the key was generated using a weak random number generator (detected via a blacklist database)
q
0 if key is insecure, null otherwise