|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.utils.AbstractStructure
org.opcfoundation.ua.core.OpenSecureChannelRequest
public class OpenSecureChannelRequest
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
protected ByteString |
ClientNonce
|
protected UnsignedInteger |
ClientProtocolVersion
|
static ExpandedNodeId |
ID
|
protected UnsignedInteger |
RequestedLifetime
|
protected RequestHeader |
RequestHeader
|
protected SecurityTokenRequestType |
RequestType
|
protected MessageSecurityMode |
SecurityMode
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
OpenSecureChannelRequest()
|
|
OpenSecureChannelRequest(RequestHeader RequestHeader,
UnsignedInteger ClientProtocolVersion,
SecurityTokenRequestType RequestType,
MessageSecurityMode SecurityMode,
ByteString ClientNonce,
UnsignedInteger RequestedLifetime)
|
|
| Method Summary | |
|---|---|
OpenSecureChannelRequest |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
ByteString |
getClientNonce()
|
UnsignedInteger |
getClientProtocolVersion()
|
UnsignedInteger |
getRequestedLifetime()
|
RequestHeader |
getRequestHeader()
getRequestHeader. |
SecurityTokenRequestType |
getRequestType()
|
MessageSecurityMode |
getSecurityMode()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setClientNonce(ByteString ClientNonce)
|
void |
setClientProtocolVersion(UnsignedInteger ClientProtocolVersion)
|
void |
setRequestedLifetime(UnsignedInteger RequestedLifetime)
|
void |
setRequestHeader(RequestHeader RequestHeader)
setRequestHeader. |
void |
setRequestType(SecurityTokenRequestType RequestType)
|
void |
setSecurityMode(MessageSecurityMode SecurityMode)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ExpandedNodeId ID
public static final ExpandedNodeId BINARY
public static final ExpandedNodeId XML
protected RequestHeader RequestHeader
protected UnsignedInteger ClientProtocolVersion
protected SecurityTokenRequestType RequestType
protected MessageSecurityMode SecurityMode
protected ByteString ClientNonce
protected UnsignedInteger RequestedLifetime
| Constructor Detail |
|---|
public OpenSecureChannelRequest()
public OpenSecureChannelRequest(RequestHeader RequestHeader,
UnsignedInteger ClientProtocolVersion,
SecurityTokenRequestType RequestType,
MessageSecurityMode SecurityMode,
ByteString ClientNonce,
UnsignedInteger RequestedLifetime)
| Method Detail |
|---|
public RequestHeader getRequestHeader()
ServiceRequestgetRequestHeader.
getRequestHeader in interface ServiceRequestRequestHeader object.public void setRequestHeader(RequestHeader RequestHeader)
ServiceRequestsetRequestHeader.
setRequestHeader in interface ServiceRequestRequestHeader - a RequestHeader object.public UnsignedInteger getClientProtocolVersion()
public void setClientProtocolVersion(UnsignedInteger ClientProtocolVersion)
public SecurityTokenRequestType getRequestType()
public void setRequestType(SecurityTokenRequestType RequestType)
public MessageSecurityMode getSecurityMode()
public void setSecurityMode(MessageSecurityMode SecurityMode)
public ByteString getClientNonce()
public void setClientNonce(ByteString ClientNonce)
public UnsignedInteger getRequestedLifetime()
public void setRequestedLifetime(UnsignedInteger RequestedLifetime)
public OpenSecureChannelRequest clone()
clone in interface Structureclone in class AbstractStructurepublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic ExpandedNodeId getTypeId()
StructuregetTypeId.
getTypeId in interface StructureExpandedNodeId object.public ExpandedNodeId getXmlEncodeId()
StructuregetXmlEncodeId.
getXmlEncodeId in interface StructureExpandedNodeId object.public ExpandedNodeId getBinaryEncodeId()
StructuregetBinaryEncodeId.
getBinaryEncodeId in interface StructureExpandedNodeId object.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||