struct SSLScan::ConnectionSignatureAlgorithm

Included Modules

Defined in:

sslscan/entities/connection_signature_algorithm.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ssl_version : String, name : String, id : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(ssl_version _ssl_version = @ssl_version, name _name = @name, id _id = @id) #

[View source]
def id : String #

def issue_context : String | Nil #

[View source]
def issue_namespace : String #

[View source]
def name : String #

def ssl_version : String #