struct Protocol::Network::SignedCertificateTimestamp

Overview

Details of a signed certificate timestamp (SCT).

Included Modules

Defined in:

protocol/network.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def hash_algorithm : String #

Hash algorithm.


[View source]
def log_description : String #

Log name / description.


[View source]
def log_id : String #

Log ID.


[View source]
def origin : String #

Origin.


[View source]
def signature_algorithm : String #

Signature algorithm.


[View source]
def signature_data : String #

Signature data.


[View source]
def status : String #

Validation status.


[View source]
def timestamp : Number::Primitive #

Issuance date. Unlike TimeSinceEpoch, this contains the number of milliseconds since January 1, 1970, UTC, not the number of seconds.


[View source]