| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.channel | |
| org.eclipse.milo.opcua.stack.core.types.enumerated | |
| org.eclipse.milo.opcua.stack.core.types.structured |
| Modifier and Type | Method and Description |
|---|---|
MessageSecurityMode |
ServerSecureChannel.getMessageSecurityMode() |
MessageSecurityMode |
SecureChannel.getMessageSecurityMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSecureChannel.setMessageSecurityMode(MessageSecurityMode messageSecurityMode) |
| Modifier and Type | Method and Description |
|---|---|
MessageSecurityMode |
MessageSecurityMode.Codec.decode(SerializationContext context,
UaDecoder decoder) |
static @Nullable MessageSecurityMode |
MessageSecurityMode.from(int value) |
static MessageSecurityMode |
MessageSecurityMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageSecurityMode[] |
MessageSecurityMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Class<MessageSecurityMode> |
MessageSecurityMode.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageSecurityMode.Codec.encode(SerializationContext context,
UaEncoder encoder,
MessageSecurityMode value) |
| Modifier and Type | Method and Description |
|---|---|
MessageSecurityMode |
SessionSecurityDiagnosticsDataType.getSecurityMode() |
MessageSecurityMode |
OpenSecureChannelRequest.getSecurityMode() |
MessageSecurityMode |
EndpointDescription.getSecurityMode() |
| Constructor and Description |
|---|
EndpointDescription(String endpointUrl,
ApplicationDescription server,
ByteString serverCertificate,
MessageSecurityMode securityMode,
String securityPolicyUri,
UserTokenPolicy[] userIdentityTokens,
String transportProfileUri,
UByte securityLevel) |
OpenSecureChannelRequest(RequestHeader requestHeader,
UInteger clientProtocolVersion,
SecurityTokenRequestType requestType,
MessageSecurityMode securityMode,
ByteString clientNonce,
UInteger requestedLifetime) |
SessionSecurityDiagnosticsDataType(NodeId sessionId,
String clientUserIdOfSession,
String[] clientUserIdHistory,
String authenticationMechanism,
String encoding,
String transportProtocol,
MessageSecurityMode securityMode,
String securityPolicyUri,
ByteString clientCertificate) |
Copyright © 2025. All rights reserved.