pub fn parse_crl_metadata(
der: &[u8],
) -> Result<(SystemTime, Option<SystemTime>), RmcpServerKitError>Expand description
Parse thisUpdate and nextUpdate metadata from a DER-encoded CRL.
ยงErrors
Returns an error if the CRL cannot be parsed.