public class OpenSecureChannelResponse extends DynamicStructure implements ServiceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenSecureChannelResponse.Builder |
static class |
OpenSecureChannelResponse.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
OpenSecureChannelResponse() |
|
OpenSecureChannelResponse(ResponseHeader f_responseHeader,
UnsignedInteger f_serverProtocolVersion,
ChannelSecurityToken f_securityToken,
ByteString f_serverNonce) |
protected |
OpenSecureChannelResponse(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static OpenSecureChannelResponse.Builder |
builder() |
OpenSecureChannelResponse |
clone()
Clones the Structure.
|
ResponseHeader |
getResponseHeader()
Returns the
ResponseHeader of this ServiceResponse. |
ChannelSecurityToken |
getSecurityToken() |
ByteString |
getServerNonce() |
UnsignedInteger |
getServerProtocolVersion() |
void |
setResponseHeader(ResponseHeader value)
Sets the
ResponseHeader of this ServiceResponse. |
void |
setSecurityToken(ChannelSecurityToken value) |
void |
setServerNonce(ByteString value) |
void |
setServerProtocolVersion(UnsignedInteger value) |
OpenSecureChannelResponse.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, forEachField, forEachField, get, get, reduceFields, reduceFields, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public OpenSecureChannelResponse()
protected OpenSecureChannelResponse(UaDataTypeSpecification specification)
public OpenSecureChannelResponse(ResponseHeader f_responseHeader, UnsignedInteger f_serverProtocolVersion, ChannelSecurityToken f_securityToken, ByteString f_serverNonce)
public ResponseHeader getResponseHeader()
ServiceResponseResponseHeader of this ServiceResponse.getResponseHeader in interface ServiceResponsepublic void setResponseHeader(ResponseHeader value)
ServiceResponseResponseHeader of this ServiceResponse.setResponseHeader in interface ServiceResponsepublic UnsignedInteger getServerProtocolVersion()
public void setServerProtocolVersion(UnsignedInteger value)
public ChannelSecurityToken getSecurityToken()
public void setSecurityToken(ChannelSecurityToken value)
public ByteString getServerNonce()
public void setServerNonce(ByteString value)
public OpenSecureChannelResponse clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static OpenSecureChannelResponse.Builder builder()
public OpenSecureChannelResponse.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.