|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityTokenRequestType | |
|---|---|
| org.opcfoundation.ua.core | All the code in this package are codegenerated. |
| org.opcfoundation.ua.transport | This package contains SecureChannel and related interfaces |
| Uses of SecurityTokenRequestType in org.opcfoundation.ua.core |
|---|
| Fields in org.opcfoundation.ua.core declared as SecurityTokenRequestType | |
|---|---|
protected SecurityTokenRequestType |
OpenSecureChannelRequest.RequestType
|
| Fields in org.opcfoundation.ua.core with type parameters of type SecurityTokenRequestType | |
|---|---|
static EnumSet<SecurityTokenRequestType> |
SecurityTokenRequestType.ALL
|
static EnumSet<SecurityTokenRequestType> |
SecurityTokenRequestType.NONE
|
| Methods in org.opcfoundation.ua.core that return SecurityTokenRequestType | |
|---|---|
SecurityTokenRequestType |
OpenSecureChannelRequest.getRequestType()
|
static SecurityTokenRequestType |
SecurityTokenRequestType.valueOf(int value)
|
static SecurityTokenRequestType[] |
SecurityTokenRequestType.valueOf(int[] value)
|
static SecurityTokenRequestType |
SecurityTokenRequestType.valueOf(Integer value)
|
static SecurityTokenRequestType[] |
SecurityTokenRequestType.valueOf(Integer[] value)
|
static SecurityTokenRequestType |
SecurityTokenRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SecurityTokenRequestType |
SecurityTokenRequestType.valueOf(UnsignedInteger value)
|
static SecurityTokenRequestType[] |
SecurityTokenRequestType.valueOf(UnsignedInteger[] value)
|
static SecurityTokenRequestType[] |
SecurityTokenRequestType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.opcfoundation.ua.core with parameters of type SecurityTokenRequestType | |
|---|---|
void |
OpenSecureChannelRequest.setRequestType(SecurityTokenRequestType RequestType)
|
| Constructors in org.opcfoundation.ua.core with parameters of type SecurityTokenRequestType | |
|---|---|
OpenSecureChannelRequest(RequestHeader RequestHeader,
UnsignedInteger ClientProtocolVersion,
SecurityTokenRequestType RequestType,
MessageSecurityMode SecurityMode,
ByteString ClientNonce,
UnsignedInteger RequestedLifetime)
|
|
| Uses of SecurityTokenRequestType in org.opcfoundation.ua.transport |
|---|
| Methods in org.opcfoundation.ua.transport with parameters of type SecurityTokenRequestType | |
|---|---|
OpenSecureChannelResponse |
ChannelService.OpenSecureChannel(RequestHeader RequestHeader,
UnsignedInteger ClientProtocolVersion,
SecurityTokenRequestType RequestType,
MessageSecurityMode SecurityMode,
ByteString ClientNonce,
UnsignedInteger RequestedLifetime)
Synchronous OpenSecureChannel service request. |
AsyncResult |
ChannelService.OpenSecureChannelAsync(RequestHeader RequestHeader,
UnsignedInteger ClientProtocolVersion,
SecurityTokenRequestType RequestType,
MessageSecurityMode SecurityMode,
ByteString ClientNonce,
UnsignedInteger RequestedLifetime)
Asynchronous OpenSecureChannel service request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||