Uses of Enum
org.apache.plc4x.java.opcua.readwrite.SecurityTokenRequestType
Packages that use SecurityTokenRequestType
-
Uses of SecurityTokenRequestType in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as SecurityTokenRequestTypeModifier and TypeFieldDescriptionprotected final SecurityTokenRequestTypeOpenSecureChannelRequest.requestTypeMethods in org.apache.plc4x.java.opcua.readwrite that return SecurityTokenRequestTypeModifier and TypeMethodDescriptionstatic SecurityTokenRequestTypeSecurityTokenRequestType.enumForValue(long value) OpenSecureChannelRequest.getRequestType()static SecurityTokenRequestTypeReturns the enum constant of this type with the specified name.static SecurityTokenRequestType[]SecurityTokenRequestType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type SecurityTokenRequestTypeModifierConstructorDescriptionOpenSecureChannelRequest(ExtensionObjectDefinition requestHeader, long clientProtocolVersion, SecurityTokenRequestType requestType, MessageSecurityMode securityMode, PascalByteString clientNonce, long requestedLifetime) OpenSecureChannelRequestBuilder(ExtensionObjectDefinition requestHeader, long clientProtocolVersion, SecurityTokenRequestType requestType, MessageSecurityMode securityMode, PascalByteString clientNonce, long requestedLifetime)