| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types.enumerated | |
| org.eclipse.milo.opcua.stack.core.types.structured |
| Modifier and Type | Method and Description |
|---|---|
SecurityTokenRequestType |
SecurityTokenRequestType.Codec.decode(SerializationContext context,
UaDecoder decoder) |
static @Nullable SecurityTokenRequestType |
SecurityTokenRequestType.from(int value) |
static SecurityTokenRequestType |
SecurityTokenRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityTokenRequestType[] |
SecurityTokenRequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Class<SecurityTokenRequestType> |
SecurityTokenRequestType.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityTokenRequestType.Codec.encode(SerializationContext context,
UaEncoder encoder,
SecurityTokenRequestType value) |
| Modifier and Type | Method and Description |
|---|---|
SecurityTokenRequestType |
OpenSecureChannelRequest.getRequestType() |
| Constructor and Description |
|---|
OpenSecureChannelRequest(RequestHeader requestHeader,
UInteger clientProtocolVersion,
SecurityTokenRequestType requestType,
MessageSecurityMode securityMode,
ByteString clientNonce,
UInteger requestedLifetime) |
Copyright © 2025. All rights reserved.