enum

SSLScan::Cipher::Status

Inherits Enum / Comparable / Value / Object

Constants

Accepted = 0
Preferred = 1

Instance methods

accepted?

Returns true if this enum value equals Accepted

Source
preferred?

Returns true if this enum value equals Preferred

Source