public interface ServerConfigurationType extends BaseObjectType
| Modifier and Type | Method and Description |
|---|---|
TrustListType |
getHttpsTrustList() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxTrustListSize() |
Boolean |
getMulticastDnsEnabled() |
Boolean |
getNoSupportForLocalCRLs() |
String[] |
getSupportedCertificateFormats() |
String[] |
getSupportedPrivateKeyFormats() |
TrustListType |
getTrustList() |
void |
setMaxTrustListSize(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger maxTrustListSize) |
void |
setMulticastDnsEnabled(Boolean multicastDnsEnabled) |
void |
setNoSupportForLocalCRLs(Boolean noSupportForLocalCRLs) |
void |
setSupportedCertificateFormats(String[] supportedCertificateFormats) |
void |
setSupportedPrivateKeyFormats(String[] supportedPrivateKeyFormats) |
String[] getSupportedCertificateFormats()
String[] getSupportedPrivateKeyFormats()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getMaxTrustListSize()
Boolean getNoSupportForLocalCRLs()
Boolean getMulticastDnsEnabled()
TrustListType getTrustList()
TrustListType getHttpsTrustList()
void setSupportedCertificateFormats(String[] supportedCertificateFormats)
void setSupportedPrivateKeyFormats(String[] supportedPrivateKeyFormats)
void setMaxTrustListSize(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger maxTrustListSize)
void setNoSupportForLocalCRLs(Boolean noSupportForLocalCRLs)
void setMulticastDnsEnabled(Boolean multicastDnsEnabled)
Copyright © 2015. All rights reserved.