Class VertxTlsParameters
java.lang.Object
org.openehealth.ipf.commons.audit.CustomTlsParameters
org.openehealth.ipf.commons.audit.VertxTlsParameters
- All Implemented Interfaces:
TlsParameters
Deprecated.
Extension interface for
TlsParameters
for Vert.x based
ATNA clients.-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.audit.CustomTlsParameters
certAlias, certificateType, clientAuthentication, enabledClientCipherSuites, enabledProtocols, enabledServerCipherSuites, keyStoreFile, keyStorePassword, keyStoreType, performDomainValidation, provider, sessionTimeout, sniHostnames, tlsProtocol, trustStoreFile, trustStorePassword, trustStoreType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VertxTlsParameters
Deprecated.void
initNetClientOptions
(io.vertx.core.net.NetClientOptions options) Deprecated.Sets the Vert.xNetClientOptions
according to te defined Tls ParametersMethods inherited from class org.openehealth.ipf.commons.audit.CustomTlsParameters
getClientAuthentication, getSniHostnames, getSSLContext, setCertAlias, setCertificateType, setClientAuthentication, setEnabledClientCipherSuites, setEnabledProtocols, setEnabledServerCipherSuites, setKeyStoreFile, setKeyStorePassword, setKeyStoreType, setPerformDomainValidation, setProvider, setSessionTimeout, setSniHostnames, setTlsProtocol, setTrustStoreFile, setTrustStorePassword, setTrustStoreType, split
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openehealth.ipf.commons.audit.TlsParameters
getSSLSocketFactory
-
Constructor Details
-
VertxTlsParameters
public VertxTlsParameters()Deprecated.
-
-
Method Details
-
getDefault
Deprecated. -
initNetClientOptions
public void initNetClientOptions(io.vertx.core.net.NetClientOptions options) Deprecated.Sets the Vert.xNetClientOptions
according to te defined Tls Parameters- Parameters:
options
- Vert.xNetClientOptions
-