struct SSLScan::Certificate::PK

Defined in:

sslscan/entities/certificate.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(error : Bool, type : Type, curve_name : Nil | String, bits : Int32 | Nil) #

[View source]

Instance Method Detail

def bits : Int32 | Nil #

[View source]
def curve_name : String | Nil #

[View source]
def error? : Bool #

[View source]
def type : Type #

[View source]