Struct openssl::x509::GeneralName[][src]

pub struct GeneralName<'a> { /* fields omitted */ }

An OpenSSL GENERAL_NAME.

Methods

impl<'a> GeneralName<'a>
[src]

Returns the contents of this GeneralName if it is a dNSName.

Returns the contents of this GeneralName if it is an iPAddress.

Auto Trait Implementations

impl<'a> !Send for GeneralName<'a>

impl<'a> !Sync for GeneralName<'a>