class SSLScan::Cipher
- SSLScan::Cipher
- Reference
- Object
Included Modules
Defined in:
sslscan/entities/cipher.crConstructors
Instance Method Summary
- #bits : Int32
- #cipher : String
- #curve : String | Nil
- #dhe_bits : Int32 | Nil
- #ecdhe_bits : Int32 | Nil
- #id : String
- #issue_context : String | Nil
- #issue_namespace : String
- #ssl_version : String
- #status : Status
- #strength : Strength
- #time : Time::Span | Nil
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)
#