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

pub struct SubjectAlternativeName { /* fields omitted */ }

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

Methods

impl SubjectAlternativeName
[src]

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.

Auto Trait Implementations

impl Send for SubjectAlternativeName

impl Sync for SubjectAlternativeName