enum

SSLScan::Cipher::Strength

Inherits Enum / Comparable / Value / Object

Constants

Null = 0
Anonymous = 1
Weak = 2
Medium = 3
Strong = 4
Acceptable = 5

Instance methods

acceptable?

Returns true if this enum value equals Acceptable

Source
anonymous?

Returns true if this enum value equals Anonymous

Source
medium?

Returns true if this enum value equals Medium

Source
null?

Returns true if this enum value equals Null

Source
strong?

Returns true if this enum value equals Strong

Source
weak?

Returns true if this enum value equals Weak

Source