Class HttpSettingsSSLType.Ciphers

  • Enclosing class:
    HttpSettingsSSLType

    public static class HttpSettingsSSLType.Ciphers
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p644063_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p831178_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the list of allowed TLS ciphers for the HTTP requests.</p>
     

    Java class for anonymous complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence maxOccurs="unbounded">
             <element name="cipher" type="{http://schema.webpdf.de/1.0/operation}HttpSettingsSSLCipherType" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Ciphers

        public Ciphers()
    • Method Detail

      • getCipher

        public List<String> getCipher()
        Gets the value of the cipher property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the cipher property.

        For example, to add a new item, do as follows:

         getCipher().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

        Returns:
        The value of the cipher property.
      • isSetCipher

        public boolean isSetCipher()
      • unsetCipher

        public void unsetCipher()