TLS Configuration
org.dcm4chex.archive.mbean.TLSConfigService
The default constructor
TLSConfigService
SupportedProtocols for possible
values. Default: TLSv1,SSLv3]]>
EnabledProtocols
java.lang.String
EnabledProtocols.]]>
SupportedProtocols
java.lang.String
true if client authentication is
required, or false if no client authentication is desired.]]>
NeedClientAuthentication
boolean
URL of key store containing key used in SSL handshake,
when running in TLS mode.
KeyStoreURL
java.lang.String
The password for access to key store,
specified by attribute KeyStoreURL.
KeyStorePassword
java.lang.String
URL of trust store containing accepted certificates,
when running in TLS mode.
TrustStoreURL
java.lang.String
The password for access to trust store,
specified by attribute TrustStoreURL.
TrustStorePassword
java.lang.String
&defaultAttributes;
&defaultOperations;
Used internally
handshakeFailedListener
org.dcm4che.util.HandshakeFailedListener
Used internally
handshakeCompletedListener
javax.net.ssl.HandshakeCompletedListener
Used internally
serverSocketFactory
cipherSuites
[Ljava.lang.String;
javax.net.ServerSocketFactory
Used internally
socketFactory
cipherSuites
[Ljava.lang.String;
javax.net.SocketFactory
Used internally
startHandshake
sock
java.net.Socket
void
The notification sent whenever a SSL handshake failed on a
given SSL connection.
javax.management.Notification
org.dcm4che.util.HandshakeFailedEvent
The notification sent whenever a SSL handshake completed on
a given SSL connection.
javax.management.Notification
javax.net.ssl.HandshakeCompletedEvent