| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.channel |
| Modifier and Type | Method and Description |
|---|---|
static ChannelSecurity.SecurityKeys |
ChannelSecurity.generateKeyPair(SecureChannel channel,
ByteString clientNonce,
ByteString serverNonce) |
ChannelSecurity.SecurityKeys |
ChannelSecurity.getCurrentKeys() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ChannelSecurity.SecurityKeys> |
ChannelSecurity.getPreviousKeys() |
| Modifier and Type | Method and Description |
|---|---|
ChannelSecurity.SecretKeys |
ServerSecureChannel.getDecryptionKeys(ChannelSecurity.SecurityKeys securityKeys) |
ChannelSecurity.SecretKeys |
SecureChannel.getDecryptionKeys(ChannelSecurity.SecurityKeys securityKeys) |
ChannelSecurity.SecretKeys |
ServerSecureChannel.getEncryptionKeys(ChannelSecurity.SecurityKeys securityKeys) |
ChannelSecurity.SecretKeys |
SecureChannel.getEncryptionKeys(ChannelSecurity.SecurityKeys securityKeys) |
| 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) |
Copyright © 2025. All rights reserved.