|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.transport.tcp.io.OpcTcpSettings
public class OpcTcpSettings
OpcTcpSettings class.
| Nested Class Summary | |
|---|---|
static class |
OpcTcpSettings.Flag
|
| Constructor Summary | |
|---|---|
OpcTcpSettings()
|
|
| Method Summary | |
|---|---|
OpcTcpSettings |
clone()
|
CertificateValidator |
getCertificateValidator()
Getter for the field certificateValidator. |
Cert |
getClientCertificate()
Getter for the field clientCertificate. |
EnumSet<OpcTcpSettings.Flag> |
getFlags()
Getter for the field flags. |
PrivKey |
getPrivKey()
Getter for the field privKey. |
void |
readFrom(OpcTcpSettings tcs)
readFrom. |
void |
setCertificateValidator(CertificateValidator certificateValidator)
Setter for the field certificateValidator. |
void |
setClientCertificate(Cert clientCertificate)
Setter for the field clientCertificate. |
void |
setClientCertificate(X509Certificate clientCertificate)
Setter for the field clientCertificate. |
void |
setFlags(EnumSet<OpcTcpSettings.Flag> flags)
Setter for the field flags. |
void |
setPrivKey(PrivKey privKey)
Setter for the field privKey. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpcTcpSettings()
| Method Detail |
|---|
public Cert getClientCertificate()
Getter for the field clientCertificate.
Cert object.
public void setClientCertificate(X509Certificate clientCertificate)
throws CertificateEncodingException
Setter for the field clientCertificate.
clientCertificate - a X509Certificate object.
CertificateEncodingException - if any.public CertificateValidator getCertificateValidator()
Getter for the field certificateValidator.
CertificateValidator object.public void setCertificateValidator(CertificateValidator certificateValidator)
Setter for the field certificateValidator.
certificateValidator - a CertificateValidator object.public PrivKey getPrivKey()
Getter for the field privKey.
PrivKey object.public void setPrivKey(PrivKey privKey)
Setter for the field privKey.
privKey - a PrivKey object.public void setClientCertificate(Cert clientCertificate)
Setter for the field clientCertificate.
clientCertificate - a Cert object.public EnumSet<OpcTcpSettings.Flag> getFlags()
Getter for the field flags.
EnumSet object.public void setFlags(EnumSet<OpcTcpSettings.Flag> flags)
Setter for the field flags.
flags - a EnumSet object.public void readFrom(OpcTcpSettings tcs)
readFrom.
tcs - a OpcTcpSettings object.public OpcTcpSettings clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||