Uses of Enum Class
org.eclipse.milo.opcua.stack.core.security.SecurityPolicy
Packages that use SecurityPolicy
Package
Description
-
Uses of SecurityPolicy in org.eclipse.milo.opcua.stack.core.channel
Methods in org.eclipse.milo.opcua.stack.core.channel that return SecurityPolicyModifier and TypeMethodDescriptionSecureChannel.getSecurityPolicy()ServerSecureChannel.getSecurityPolicy()Methods in org.eclipse.milo.opcua.stack.core.channel with parameters of type SecurityPolicyModifier and TypeMethodDescriptionvoidServerSecureChannel.setSecurityPolicy(SecurityPolicy securityPolicy) -
Uses of SecurityPolicy in org.eclipse.milo.opcua.stack.core.security
Methods in org.eclipse.milo.opcua.stack.core.security that return SecurityPolicyModifier and TypeMethodDescriptionstatic SecurityPolicystatic SecurityPolicyReturns the enum constant of this class with the specified name.static SecurityPolicy[]SecurityPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.milo.opcua.stack.core.security that return types with arguments of type SecurityPolicyModifier and TypeMethodDescriptionstatic Optional<SecurityPolicy>SecurityPolicy.fromUriSafe(String securityPolicyUri) -
Uses of SecurityPolicy in org.eclipse.milo.opcua.stack.core.util
Methods in org.eclipse.milo.opcua.stack.core.util with parameters of type SecurityPolicyModifier and TypeMethodDescriptionstatic ByteStringNonceUtil.generateNonce(SecurityPolicy securityPolicy) Generate a nonce for the givenSecurityPolicy.static voidNonceUtil.validateNonce(ByteString nonce, SecurityPolicy securityPolicy) Validate thatnoncemeets the minimum length requirement forsecurityPolicyand is non-zeroes.