Module edcert::trust_validator [] [src]

This module provides a validator, which analyzes the trust chain to validate a Certificate but instead of a single master signature, it uses a set of trusted certificates for validation.

Structs

TrustValidator

This is a simple Validator, which checks the trust chain for valid certificates. The top-most Certificate must be signed with the right master private key.