pub type PkiPath = Vec<Certificate>;Expand description
PkiPath as defined by X.509 and referenced by RFC 6066.
This contains a series of certificates in validation order from the top-most certificate to the bottom-most certificate. This means that the first certificate signs the second certificate and so on.
PkiPath ::= SEQUENCE OF CertificateAliased Typeยง
pub struct PkiPath { /* private fields */ }