class SSLScan::Certificate

Included Modules

Defined in:

sslscan/entities/certificate.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(signature_algorithm : Nil | String, pk : SSLScan::Certificate::PK | Nil, subject : Nil | String, alt_names : Nil | Array(String), issuer : Nil | String, self_signed : Bool | Nil, not_valid_before : Time, not_valid_after : Time, expired : Bool) #

[View source]

Instance Method Detail

def alt_names : Array(String) | Nil #

[View source]
def expired? : Bool #

[View source]
def issue_context : String | Nil #

[View source]
def issue_namespace : String #

[View source]
def issuer : String | Nil #

[View source]
def not_valid_after : Time #

[View source]
def not_valid_before : Time #

[View source]
def pk : PK | Nil #

[View source]
def self_signed? : Bool | Nil #

[View source]
def signature_algorithm : String | Nil #

[View source]
def subject : String | Nil #

[View source]
def type : Type #

[View source]