Class SubjectAlternativeNames


  • public class SubjectAlternativeNames
    extends Object
    The subject alternate names of a X509 object.
    • Constructor Detail

      • SubjectAlternativeNames

        public SubjectAlternativeNames()
    • Method Detail

      • emails

        public List<String> emails()
        Get the emails value.
        Returns:
        the emails value
      • withEmails

        public SubjectAlternativeNames withEmails​(List<String> emails)
        Set the emails value.
        Parameters:
        emails - the emails value to set
        Returns:
        the SubjectAlternativeNames object itself.
      • dnsNames

        public List<String> dnsNames()
        Get the dnsNames value.
        Returns:
        the dnsNames value
      • withDnsNames

        public SubjectAlternativeNames withDnsNames​(List<String> dnsNames)
        Set the dnsNames value.
        Parameters:
        dnsNames - the dnsNames value to set
        Returns:
        the SubjectAlternativeNames object itself.
      • upns

        public List<String> upns()
        Get the upns value.
        Returns:
        the upns value
      • withUpns

        public SubjectAlternativeNames withUpns​(List<String> upns)
        Set the upns value.
        Parameters:
        upns - the upns value to set
        Returns:
        the SubjectAlternativeNames object itself.