class

CycloneDX::CertificateProperties

Inherits JSON::Serializable / Reference / Object

Constructors

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

issuer_name
Source
not_valid_after
Source
not_valid_before
Source
signature_algorithm_ref
Source
subject_name
Source
to_xml(xml : XML::Builder)
Source