Get the timestamp of an SCT.

Synopsis

Declared in <openssl/ct.h>

uint64_t
SCT_get_timestamp(SCT const* sct);

Return Value

Timestamp as milliseconds since the Unix epoch.

Parameters

Name

Description

sct

SCT to query.

Created with MrDocs