Type Alias x509_cert::certificate::PkiPath
source · 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 Certificate
Aliased Type§
struct PkiPath { /* private fields */ }