Class SubjectAltNames.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Constructor with parameters for the required properties of SubjectAltNames.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SubjectAltNames build()  
      SubjectAltNames.Builder setDnsNames​(java.util.List<java.lang.String> dnsNames)
      A list of DNS names in subject alternative names format: hostname This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      SubjectAltNames.Builder setIpAddresses​(java.util.List<java.lang.String> ipAddresses)
      A list of IP addresses in subject alternative names This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of SubjectAltNames.
    • Method Detail

      • setDnsNames

        public SubjectAltNames.Builder setDnsNames​(java.util.List<java.lang.String> dnsNames)
        A list of DNS names in subject alternative names format: hostname This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        dnsNames - New value for the property.
      • setIpAddresses

        public SubjectAltNames.Builder setIpAddresses​(java.util.List<java.lang.String> ipAddresses)
        A list of IP addresses in subject alternative names This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        ipAddresses - New value for the property.