Seal
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Seal
Seal - Core
/
com.jermey.seal.core.model
/
SctVerificationResult
/
Invalid
/
LogExpired
Log
Expired
data
class
LogExpired
(
val
sct
:
SignedCertificateTimestamp
)
:
SctVerificationResult.Invalid
(
source
)
The SCT references a log whose temporal interval has expired.
Members
Constructors
Log
Expired
Link copied to clipboard
constructor
(
sct
:
SignedCertificateTimestamp
)
Properties
sct
Link copied to clipboard
open
override
val
sct
:
SignedCertificateTimestamp
The SCT that failed verification.