Struct openssl::x509::extension::SubjectAlternativeName[][src]

pub struct SubjectAlternativeName { /* fields omitted */ }
Expand description

An extension that allows additional identities to be bound to the subject of the certificate.

Implementations

Construct a new SubjectAlternativeName extension.

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

Sets the email flag.

Sets the uri flag.

Sets the dns flag.

Sets the rid flag.

Sets the ip flag.

Sets the dirName flag.

Sets the otherName flag.

Return a SubjectAlternativeName 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

Performs the conversion.

Performs the conversion.

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.