class SSLScan::Test

Defined in:

sslscan/entities/test.cr

Constructors

Instance Method Summary

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)) #

[View source]

Instance Method Detail

def certificates : Array(Certificate) #

[View source]
def ciphers : Array(Cipher) #

[View source]
def client_ciphers : Array(ClientCipher) #

[View source]
def compression : Compression | Nil #

[View source]
def connection_signature_algorithms : Array(ConnectionSignatureAlgorithm) #

[View source]
def groups : Array(Group) #

[View source]
def heartbleed : Array(Heartbleed) #

[View source]
def host : String #

[View source]
def port : Int32 #

[View source]
def protocols : Array(Protocol) #

[View source]
def renegotiation : Renegotiation #

[View source]
def sni_name : String #

[View source]