LiteCore
Couchbase Lite cross-platform core implementation
|
Certificate and CSR Functions | |
CBL_CORE_API void | c4cert_getValidTimespan (C4Cert *cert, C4Timestamp *outCreated, C4Timestamp *outExpires) |
Returns the time range during which a (signed) certificate is valid. | |
CBL_CORE_API void c4cert_getValidTimespan | ( | C4Cert * | cert, |
C4Timestamp * | outCreated, | ||
C4Timestamp * | outExpires ) |
Returns the time range during which a (signed) certificate is valid.
cert | The signed certificate. |
outCreated | On return, the date/time the cert became valid (was signed). |
outExpires | On return, the date/time at which the certificate expires. |