class CycloneDX::CertificateProperties

Included Modules

Defined in:

cyclonedx/models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(subject_name : String | Nil = nil, issuer_name : String | Nil = nil, not_valid_before : String | Nil = nil, not_valid_after : String | Nil = nil, signature_algorithm_ref : String | Nil = nil) #

[View source]

Instance Method Detail

def issuer_name : String | Nil #

[View source]
def not_valid_after : String | Nil #

[View source]
def not_valid_before : String | Nil #

[View source]
def signature_algorithm_ref : String | Nil #

[View source]
def subject_name : String | Nil #

[View source]
def to_xml(xml : XML::Builder) #

[View source]