| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.channel | |
| org.eclipse.milo.opcua.stack.core.security | |
| org.eclipse.milo.opcua.stack.core.util |
| Modifier and Type | Method and Description |
|---|---|
SecurityPolicy |
ServerSecureChannel.getSecurityPolicy() |
SecurityPolicy |
SecureChannel.getSecurityPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSecureChannel.setSecurityPolicy(SecurityPolicy securityPolicy) |
| Modifier and Type | Method and Description |
|---|---|
static SecurityPolicy |
SecurityPolicy.fromUri(String securityPolicyUri) |
static SecurityPolicy |
SecurityPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityPolicy[] |
SecurityPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<SecurityPolicy> |
SecurityPolicy.fromUriSafe(String securityPolicyUri) |
| Modifier and Type | Method and Description |
|---|---|
static ByteString |
NonceUtil.generateNonce(SecurityPolicy securityPolicy)
Generate a nonce for the given
SecurityPolicy. |
static void |
NonceUtil.validateNonce(ByteString nonce,
SecurityPolicy securityPolicy)
Validate that
nonce meets the minimum length requirement for securityPolicy and is non-zeroes. |
Copyright © 2025. All rights reserved.