| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.channel | |
| org.eclipse.milo.opcua.stack.core.types.structured |
| Modifier and Type | Method and Description |
|---|---|
ChannelSecurityToken |
ChannelSecurity.getCurrentToken() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ChannelSecurityToken> |
ChannelSecurity.getPreviousToken() |
| Constructor and Description |
|---|
ChannelSecurity(ChannelSecurity.SecurityKeys currentSecurityKeys,
ChannelSecurityToken currentToken) |
ChannelSecurity(ChannelSecurity.SecurityKeys currentKeys,
ChannelSecurityToken currentToken,
@Nullable ChannelSecurity.SecurityKeys previousKeys,
@Nullable ChannelSecurityToken previousToken) |
ChannelSecurity(ChannelSecurity.SecurityKeys currentKeys,
ChannelSecurityToken currentToken,
@Nullable ChannelSecurity.SecurityKeys previousKeys,
@Nullable ChannelSecurityToken previousToken) |
| Modifier and Type | Method and Description |
|---|---|
ChannelSecurityToken |
ChannelSecurityToken.Codec.decode(SerializationContext context,
UaDecoder decoder) |
ChannelSecurityToken |
OpenSecureChannelResponse.getSecurityToken() |
| Modifier and Type | Method and Description |
|---|---|
Class<ChannelSecurityToken> |
ChannelSecurityToken.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelSecurityToken.Codec.encode(SerializationContext context,
UaEncoder encoder,
ChannelSecurityToken value) |
| Constructor and Description |
|---|
OpenSecureChannelResponse(ResponseHeader responseHeader,
UInteger serverProtocolVersion,
ChannelSecurityToken securityToken,
ByteString serverNonce) |
Copyright © 2025. All rights reserved.