class SSLScan::Test
- SSLScan::Test
- Reference
- Object
Defined in:
sslscan/entities/test.crConstructors
Instance Method Summary
- #certificates : Array(Certificate)
- #ciphers : Array(Cipher)
- #client_ciphers : Array(ClientCipher)
- #compression : Compression | Nil
- #connection_signature_algorithms : Array(ConnectionSignatureAlgorithm)
- #groups : Array(Group)
- #heartbleed : Array(Heartbleed)
- #host : String
- #port : Int32
- #protocols : Array(Protocol)
- #renegotiation : Renegotiation
- #sni_name : String
Constructor Detail
def self.new(host : String, sni_name : String, port : Int32, protocols : Array(SSLScan::Protocol), client_ciphers : Array(SSLScan::ClientCipher), renegotiation : SSLScan::Renegotiation, compression : SSLScan::Compression | Nil, heartbleed : Array(SSLScan::Heartbleed), ciphers : Array(SSLScan::Cipher), certificates : Array(SSLScan::Certificate), groups : Array(SSLScan::Group), connection_signature_algorithms : Array(SSLScan::ConnectionSignatureAlgorithm))
#