Uses of Enum Class
com.openinventor.remoteviz.rendering.ServiceSettings.SecurityProtocols
Packages that use ServiceSettings.SecurityProtocols
-
Uses of ServiceSettings.SecurityProtocols in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return ServiceSettings.SecurityProtocolsModifier and TypeMethodDescriptionServiceSettings.getEnabledSecurityProtocols()
Gets the security procotols used in RemoteViz.ServiceSettings.SecurityProtocols.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static ServiceSettings.SecurityProtocols[]
ServiceSettings.SecurityProtocols.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.remoteviz.rendering with parameters of type ServiceSettings.SecurityProtocolsModifier and TypeMethodDescriptionvoid
ServiceSettings.enableSecureConnection
(String publicCertificateFilePath, String privateKeyFilePath, ServiceSettings.SecurityProtocols enabledSecurityProtocols) Deprecated.Method parameters in com.openinventor.remoteviz.rendering with type arguments of type ServiceSettings.SecurityProtocolsModifier and TypeMethodDescriptionvoid
ServiceSettings.enableSecureConnection
(String publicCertificateFilePath, String privateKeyFilePath, EnumSet<ServiceSettings.SecurityProtocols> enabledSecurityProtocols) Secures the connection between the server and the clients.
ServiceSettings.enableSecureConnection(java.lang.String publicCertificateFilePath, java.lang.String privateKeyFilePath, int enabledSecurityProtocols)
instead.