Uses of Class
org.eclipse.milo.opcua.stack.core.channel.ChannelSecurity.SecurityKeys
Packages that use ChannelSecurity.SecurityKeys
-
Uses of ChannelSecurity.SecurityKeys in org.eclipse.milo.opcua.stack.core.channel
Methods in org.eclipse.milo.opcua.stack.core.channel that return ChannelSecurity.SecurityKeysModifier and TypeMethodDescriptionstatic ChannelSecurity.SecurityKeysChannelSecurity.generateKeyPair(SecureChannel channel, ByteString clientNonce, ByteString serverNonce) ChannelSecurity.getCurrentKeys()Methods in org.eclipse.milo.opcua.stack.core.channel that return types with arguments of type ChannelSecurity.SecurityKeysMethods in org.eclipse.milo.opcua.stack.core.channel with parameters of type ChannelSecurity.SecurityKeysModifier and TypeMethodDescriptionSecureChannel.getDecryptionKeys(ChannelSecurity.SecurityKeys securityKeys) ServerSecureChannel.getDecryptionKeys(ChannelSecurity.SecurityKeys securityKeys) SecureChannel.getEncryptionKeys(ChannelSecurity.SecurityKeys securityKeys) ServerSecureChannel.getEncryptionKeys(ChannelSecurity.SecurityKeys securityKeys) Constructors in org.eclipse.milo.opcua.stack.core.channel with parameters of type ChannelSecurity.SecurityKeysModifierConstructorDescriptionChannelSecurity(ChannelSecurity.SecurityKeys currentSecurityKeys, ChannelSecurityToken currentToken) ChannelSecurity(ChannelSecurity.SecurityKeys currentKeys, ChannelSecurityToken currentToken, @Nullable ChannelSecurity.SecurityKeys previousKeys, @Nullable ChannelSecurityToken previousToken)