pl.wendigo.chrome.api.network / SignedCertificateTimestamp

SignedCertificateTimestamp

data class SignedCertificateTimestamp (source)

Details of a signed certificate timestamp (SCT).

Link
Network#SignedCertificateTimestamp type documentation.

Constructors

<init>

SignedCertificateTimestamp(status: String, origin: String, logDescription: String, logId: String, timestamp: TimeSinceEpoch, hashAlgorithm: String, signatureAlgorithm: String, signatureData: String)

Details of a signed certificate timestamp (SCT).

Properties

hashAlgorithm

val hashAlgorithm: String

Hash algorithm.

logDescription

val logDescription: String

Log name / description.

logId

val logId: String

Log ID.

origin

val origin: String

Origin.

signatureAlgorithm

val signatureAlgorithm: String

Signature algorithm.

signatureData

val signatureData: String

Signature data.

status

val status: String

Validation status.

timestamp

val timestamp: TimeSinceEpoch

Issuance date.