Packages

Cryptography library for Gleam targeting Erlang and JavaScript

Current section

Files

Jump to
kryptos include kryptos@x509_Validity.hrl
Raw

include/kryptos@x509_Validity.hrl

-record(validity, {
not_before :: gleam@time@timestamp:timestamp(),
not_after :: gleam@time@timestamp:timestamp()
}).