Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

CertPolicyFlags

Type Alias CertPolicyFlags 

Source
pub type CertPolicyFlags = FlagSet<CertPolicies>;
Expand description

Certificate policy flags as defined in RFC 5280 Section 4.2.1.13.

Aliased Typeยง

pub struct CertPolicyFlags(/* private fields */);