# Functions
Parse parses a NSS certdata.txt formatted file, returning only trusted serverAuth roots, as well as any additional constraints.
# Constants
No description provided by the author
# Structs
A Certificate represents a single trusted serverAuth certificate in the NSS certdata.txt list and any constraints that should be applied to chains rooted by it.
# Interfaces
Constraint is a constraint to be applied to a certificate or certificate chain.
# Type aliases
DistrustAfter is a Constraint that indicates a certificate has a CKA_NSS_SERVER_DISTRUST_AFTER constraint.
Kind is the constraint kind, using the NSS enumeration.