| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.tlsscu.commons |
This package provides classes for TLS User session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLSClientSideNetworkAgent.connect(java.net.SocketAddress objSocketAddress,
TLSClientConfig objTLSClientConfig,
int timeout)
Connect securely to the given Socket Address.
|
void |
TLSSCUSession.start(java.net.InetSocketAddress addr,
TLSClientConfig objTLSClientConfig)
Start the secure TLS SCU session with Socket Address, in case of specified
TLS configuration is NULL session is insecure.
|
void |
TLSSCUSession.start(java.lang.String strIP,
int iPort,
TLSClientConfig objTLSClientConfig)
Start the secure TLS SCU session with the IP and port given, in case of specified
TLS configuration is NULL session is insecure.
|