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

An extension consisting of a list of names of the permitted key usages.

Implementations

Construct a new KeyUsage extension.

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

Sets the digitalSignature flag to true.

Sets the nonRepudiation flag to true.

Sets the keyEncipherment flag to true.

Sets the dataEncipherment flag to true.

Sets the keyAgreement flag to true.

Sets the keyCertSign flag to true.

Sets the cRLSign flag to true.

Sets the encipherOnly flag to true.

Sets the decipherOnly flag to true.

Return the KeyUsage 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.