Class ChannelSecurity
java.lang.Object
org.eclipse.milo.opcua.stack.core.channel.ChannelSecurity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionChannelSecurity(ChannelSecurity.SecurityKeys currentSecurityKeys, ChannelSecurityToken currentToken) ChannelSecurity(ChannelSecurity.SecurityKeys currentKeys, ChannelSecurityToken currentToken, @Nullable ChannelSecurity.SecurityKeys previousKeys, @Nullable ChannelSecurityToken previousToken) -
Method Summary
Modifier and TypeMethodDescriptionstatic ChannelSecurity.SecurityKeysgenerateKeyPair(SecureChannel channel, ByteString clientNonce, ByteString serverNonce)
-
Constructor Details
-
ChannelSecurity
public ChannelSecurity(ChannelSecurity.SecurityKeys currentSecurityKeys, ChannelSecurityToken currentToken) -
ChannelSecurity
public ChannelSecurity(ChannelSecurity.SecurityKeys currentKeys, ChannelSecurityToken currentToken, @Nullable ChannelSecurity.SecurityKeys previousKeys, @Nullable ChannelSecurityToken previousToken)
-
-
Method Details
-
getCurrentKeys
-
getCurrentToken
-
getPreviousKeys
-
getPreviousToken
-
generateKeyPair
public static ChannelSecurity.SecurityKeys generateKeyPair(SecureChannel channel, ByteString clientNonce, ByteString serverNonce)
-