Type Alias x509_cert::ext::pkix::name::GeneralNames

source ·
pub type GeneralNames = Vec<GeneralName>;
Expand description

GeneralNames as defined in RFC 5280 Section 4.2.1.6.

GeneralNames ::= SEQUENCE SIZE (1..MAX) OF GeneralName

Aliased Type§

struct GeneralNames { /* private fields */ }

Trait Implementations§

source§

impl<'a> From<IssuerAltName> for GeneralNames

source§

fn from(value: IssuerAltName) -> Self

Converts to this type from the input type.
source§

impl<'a> From<SubjectAltName> for GeneralNames

source§

fn from(value: SubjectAltName) -> Self

Converts to this type from the input type.