public class DtlsClientParams extends Object implements VisitableConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
DtlsClientParams.DefaultHandshakeMode
Default handshake mode.
|
| Modifier and Type | Field and Description |
|---|---|
DtlsClientParams.DefaultHandshakeMode |
defaultHandshakeMode
DTLS default handshake mode.
|
boolean |
truncateClientCertificatePaths
DTLS_TRUNCATE_CLIENT_CERTIFICATE_PATH
Truncate certificate paths for client's certificate message.
|
boolean |
verifyServerCertificateSubject
Verify the certificate subject of the remote server.
|
| Constructor and Description |
|---|
DtlsClientParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConfigVisitor visitor)
Accept visitor.
|
boolean |
equals(Object obj) |
int |
hashCode() |
@Parameter @Optional(defaultValue="true") @Summary(value="Truncate certificate paths for client\'s certificate message.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public boolean truncateClientCertificatePaths
@Parameter @Optional(defaultValue="true") @Summary(value="Verify the certificate subject of the remote server.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public boolean verifyServerCertificateSubject
@Parameter @Optional(defaultValue="AUTO") @Summary(value="DTLS default handshake mode.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public DtlsClientParams.DefaultHandshakeMode defaultHandshakeMode
public void accept(ConfigVisitor visitor) throws ConfigException
accept in interface VisitableConfigvisitor - The visitor of the configuration object.ConfigException - When the visit was not successful.public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()Copyright © 2019–2025 Teslanet.nl. All rights reserved.