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