GeneralNames

Type Alias 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§

pub 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.