Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.ChannelSecurityToken
Packages that use ChannelSecurityToken
Package
Description
-
Uses of ChannelSecurityToken in org.eclipse.milo.opcua.stack.core.channel
Methods in org.eclipse.milo.opcua.stack.core.channel that return ChannelSecurityTokenMethods in org.eclipse.milo.opcua.stack.core.channel that return types with arguments of type ChannelSecurityTokenConstructors in org.eclipse.milo.opcua.stack.core.channel with parameters of type ChannelSecurityTokenModifierConstructorDescriptionChannelSecurity(ChannelSecurity.SecurityKeys currentSecurityKeys, ChannelSecurityToken currentToken) ChannelSecurity(ChannelSecurity.SecurityKeys currentKeys, ChannelSecurityToken currentToken, @Nullable ChannelSecurity.SecurityKeys previousKeys, @Nullable ChannelSecurityToken previousToken) -
Uses of ChannelSecurityToken in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return ChannelSecurityTokenModifier and TypeMethodDescriptionChannelSecurityToken.Codec.decodeType(EncodingContext context, UaDecoder decoder) OpenSecureChannelResponse.getSecurityToken()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type ChannelSecurityTokenMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type ChannelSecurityTokenModifier and TypeMethodDescriptionvoidChannelSecurityToken.Codec.encodeType(EncodingContext context, UaEncoder encoder, ChannelSecurityToken value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type ChannelSecurityTokenModifierConstructorDescriptionOpenSecureChannelResponse(ResponseHeader responseHeader, UInteger serverProtocolVersion, ChannelSecurityToken securityToken, ByteString serverNonce)