pub type GeneralNames = Vec<GeneralName>;Expand description
GeneralNames as defined in RFC 5280 Section 4.2.1.6.
GeneralNames ::= SEQUENCE SIZE (1..MAX) OF GeneralNameAliased Type§
pub struct GeneralNames { /* private fields */ }Trait Implementations§
Source§impl<'a> From<IssuerAltName> for GeneralNames
impl<'a> From<IssuerAltName> for GeneralNames
Source§fn from(value: IssuerAltName) -> Self
fn from(value: IssuerAltName) -> Self
Converts to this type from the input type.
Source§impl<'a> From<SubjectAltName> for GeneralNames
impl<'a> From<SubjectAltName> for GeneralNames
Source§fn from(value: SubjectAltName) -> Self
fn from(value: SubjectAltName) -> Self
Converts to this type from the input type.