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
