|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.ihe.common.mllp.TCPPort
org.eclipse.ohf.ihe.common.mllp.SecureTCPPort
public class SecureTCPPort
| Constructor Summary | |
|---|---|
SecureTCPPort()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getKeyStoreName()
Return the key store name. |
java.lang.String |
getKeyStorePassword()
Return the key store password. |
java.lang.String |
getProtocol()
Return the secure tcp protocol. |
java.lang.String |
getSslProviderClass()
Return the secure tcp ssl provider class. |
java.lang.String |
getSslProviderName()
Return the secure tcp ssl provider name. |
java.lang.String |
getTrustStoreName()
Return the trust store name. |
java.lang.String |
getTrustStorePassword()
Return the trust store password. |
boolean |
isClientAuthNeeded()
Return whether or not client authentication is needed. |
void |
setClientAuthNeeded(boolean value)
Set whether or not client authentication is needed. |
void |
setKeyStoreName(java.lang.String value)
Set the key store name. |
void |
setKeyStorePassword(java.lang.String value)
Set the key store password. |
void |
setProtocol(java.lang.String value)
Set the secure tcp protocol. |
void |
setSslProviderClass(java.lang.String value)
Set the secure tcp ssl provider class. |
void |
setSslProviderName(java.lang.String value)
Set the secure tcp ssl provider name. |
void |
setTrustStoreName(java.lang.String value)
Set the trust store name. |
void |
setTrustStorePassword(java.lang.String value)
Set the trust store password. |
| Methods inherited from class org.eclipse.ohf.ihe.common.mllp.TCPPort |
|---|
getBufferSize, getConnTimeoutMS, getEndHex, getMaxSocketErrorCount, getSocketTimeoutMS, getStartHex, getTcpHost, getTcpPort, setBufferSize, setConnTimeoutMS, setEndHex, setMaxSocketErrorCount, setSocketTimeoutMS, setStartHex, setTcpHost, setTcpPort |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecureTCPPort()
| Method Detail |
|---|
public java.lang.String getKeyStoreName()
public void setKeyStoreName(java.lang.String value)
value - public java.lang.String getKeyStorePassword()
public void setKeyStorePassword(java.lang.String value)
value - public java.lang.String getTrustStoreName()
public void setTrustStoreName(java.lang.String value)
value - public java.lang.String getTrustStorePassword()
public void setTrustStorePassword(java.lang.String value)
value - public boolean isClientAuthNeeded()
public void setClientAuthNeeded(boolean value)
value - public java.lang.String getProtocol()
public void setProtocol(java.lang.String value)
value - public java.lang.String getSslProviderName()
public void setSslProviderName(java.lang.String value)
value - public java.lang.String getSslProviderClass()
public void setSslProviderClass(java.lang.String value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||