Uses of Enum Class
org.eclipse.milo.opcua.stack.core.types.enumerated.SecurityTokenRequestType
Packages that use SecurityTokenRequestType
Package
Description
-
Uses of SecurityTokenRequestType in org.eclipse.milo.opcua.stack.core.types.enumerated
Methods in org.eclipse.milo.opcua.stack.core.types.enumerated that return SecurityTokenRequestTypeModifier and TypeMethodDescriptionstatic @Nullable SecurityTokenRequestTypeSecurityTokenRequestType.from(int value) static SecurityTokenRequestTypeReturns the enum constant of this class with the specified name.static SecurityTokenRequestType[]SecurityTokenRequestType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SecurityTokenRequestType in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return SecurityTokenRequestTypeConstructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type SecurityTokenRequestTypeModifierConstructorDescriptionOpenSecureChannelRequest(RequestHeader requestHeader, UInteger clientProtocolVersion, SecurityTokenRequestType requestType, MessageSecurityMode securityMode, ByteString clientNonce, UInteger requestedLifetime)