class SSLScan::Cipher

Included Modules

Defined in:

sslscan/entities/cipher.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(status : Status, ssl_version : String, bits : Int32, cipher : String, id : String, strength : Strength, curve : Nil | String, dhe_bits : Int32 | Nil, ecdhe_bits : Int32 | Nil, time : Time::Span | Nil) #

[View source]

Instance Method Detail

def bits : Int32 #

[View source]
def cipher : String #

[View source]
def curve : String | Nil #

[View source]
def dhe_bits : Int32 | Nil #

[View source]
def ecdhe_bits : Int32 | Nil #

[View source]
def id : String #

[View source]
def issue_context : String | Nil #

[View source]
def issue_namespace : String #

[View source]
def ssl_version : String #

[View source]
def status : Status #

[View source]
def strength : Strength #

[View source]
def time : Time::Span | Nil #

[View source]