pub fn parse_cert_denotators(
cert_denos: &str,
keys: &&[&str],
leaf_parsers: &mut [&'_ mut dyn RawKeySpecifierComponentParser],
) -> Result<(), ArtiPathError>Expand description
Parse the denotators from the ArtiPath of a certificate.
The specified cert_denos should be the substring of an ArtiPath
containing the certificate denotator group.
The leaf_parses and keys arguments serve the same purpose as in
parse_arti_path.