Lines Matching defs:GeneralName
430 pub fn subject_alt_names(&self) -> Option<Stack<GeneralName>> { in subject_alt_names()
458 pub fn issuer_alt_names(&self) -> Option<Stack<GeneralName>> { in issuer_alt_names()
517 pub fn authority_issuer(&self) -> Option<&StackRef<GeneralName>> { in authority_issuer()
1990 impl GeneralName { impl
1995 ) -> Result<GeneralName, ErrorStack> { in new()
2014 pub(crate) fn new_email(email: &[u8]) -> Result<GeneralName, ErrorStack> { in new_email()
2018 pub(crate) fn new_dns(dns: &[u8]) -> Result<GeneralName, ErrorStack> { in new_dns()
2022 pub(crate) fn new_uri(uri: &[u8]) -> Result<GeneralName, ErrorStack> { in new_uri()
2026 pub(crate) fn new_ip(ip: IpAddr) -> Result<GeneralName, ErrorStack> { in new_ip()
2037 pub(crate) fn new_rid(oid: Asn1Object) -> Result<GeneralName, ErrorStack> { in new_rid()
2061 ) -> Result<GeneralName, ErrorStack> { in new_other_name()
2185 impl Stackable for GeneralName { implementation
2218 pub fn fullname(&self) -> Option<&StackRef<GeneralName>> { in fullname()