struct Protocol::Network::SignedCertificateTimestamp
- Protocol::Network::SignedCertificateTimestamp
- Struct
- Value
- Object
Overview
Details of a signed certificate timestamp (SCT).
Included Modules
- JSON::Serializable
Defined in:
protocol/network.crConstructors
Instance Method Summary
-
#hash_algorithm : String
Hash algorithm.
-
#log_description : String
Log name / description.
-
#log_id : String
Log ID.
-
#origin : String
Origin.
-
#signature_algorithm : String
Signature algorithm.
-
#signature_data : String
Signature data.
-
#status : String
Validation status.
-
#timestamp : Number::Primitive
Issuance date.
Constructor Detail
Instance Method Detail
def timestamp : Number::Primitive
#
Issuance date. Unlike TimeSinceEpoch, this contains the number of milliseconds since January 1, 1970, UTC, not the number of seconds.