pub struct BasicConstraints { /* private fields */ }
Expand description

An extension which indicates whether a certificate is a CA certificate.

Implementations

Construct a new BasicConstraints extension.

Sets the critical flag to true. The extension will be critical.

Sets the ca flag to true.

Sets the pathlen to an optional non-negative value. The pathlen is the maximum number of CAs that can appear below this one in a chain.

Return the BasicConstraints extension as an X509Extension.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.