public class ServerCiphers
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<Exclude> |
exclude |
java.util.List<Include> |
include |
Constructor and Description |
---|
ServerCiphers() |
ServerCiphers(ServerCiphers o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this ServerCiphers.
|
static ServerCiphers |
fromString(java.lang.String s)
String representation of this ServerCiphers.
|
java.util.List<Exclude> |
getExclude()
Names of the cipher that can not be used for HTTPS requests.
|
java.util.List<Include> |
getInclude()
Names of the cipher that can be used for HTTPS requests.
|
ServerCiphers |
makeCopy()
Creates and returns a deep copy of this ServerCiphers.
|
static ServerCiphers |
readFrom(java.io.InputStream is)
Read this ServerCiphers from an XML fragment.
|
java.lang.String |
toString()
String representation of this ServerCiphers.
|
ServerCiphers |
withExclude(java.util.Collection<Exclude> __values) |
ServerCiphers |
withExclude(Exclude... __values)
Names of the cipher that can not be used for HTTPS requests.
|
ServerCiphers |
withInclude(java.util.Collection<Include> __values) |
ServerCiphers |
withInclude(Include... __values)
Names of the cipher that can be used for HTTPS requests.
|
void |
writeTo(java.io.OutputStream os)
Write this ServerCiphers as an XML fragment
|
public java.util.List<Include> include
public java.util.List<Exclude> exclude
public ServerCiphers()
public ServerCiphers(ServerCiphers o)
public java.util.List<Include> getInclude()
public ServerCiphers withInclude(Include... __values)
public ServerCiphers withInclude(java.util.Collection<Include> __values)
public java.util.List<Exclude> getExclude()
public ServerCiphers withExclude(Exclude... __values)
public ServerCiphers withExclude(java.util.Collection<Exclude> __values)
public ServerCiphers makeCopy()
public static ServerCiphers readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static ServerCiphers fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.