| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.tlsscp.commons |
This package provides classes for TLS Server Session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLSSCPSession.start(java.lang.String strAETitle,
java.net.InetAddress ip,
int iunsecurePort,
int isecurePort,
TLSServerConfig objTLSServerConfig)
This method starts the SCP session for both secured and unsecured communication on specified IP and ports.
|
void |
TLSSCPSession.start(java.lang.String strAETitle,
java.net.InetAddress ip,
int isecurePort,
TLSServerConfig objTLSServerConfig)
This method starts the SCP session for secured communication on specified IP and ports.
|
void |
TLSSCPSession.start(java.lang.String strAETitle,
int iunsecurePort,
int isecurePort,
TLSServerConfig objTLSServerConfig)
This method starts the SCP session for both secured and unsecured communication on specified IP and ports.
|
void |
TLSSCPSession.start(java.lang.String strAETitle,
int isecurePort,
TLSServerConfig objTLSServerConfig)
This method starts the SCP session for secured communication on specified IP and ports.
|
void |
TLSSCPSession.start(java.lang.String strAETitle,
java.lang.String strIP,
int iunsecurePort,
int isecurePort,
TLSServerConfig objTLSServerConfig)
This method starts the SCP session for both secured and unsecured communication on specified IP and ports.
|
void |
TLSSCPSession.start(java.lang.String strAETitle,
java.lang.String strIP,
int isecurePort,
TLSServerConfig objTLSServerConfig)
This method starts the SCP session for secured communication on specified IP and ports.
|