Uses of Class
com.openinventor.remoteviz.rendering.ServiceSettings.SecurityProtocols
-
Packages that use ServiceSettings.SecurityProtocols Package Description com.openinventor.remoteviz.rendering Table of Contents -
-
Uses of ServiceSettings.SecurityProtocols in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return ServiceSettings.SecurityProtocols Modifier and Type Method Description ServiceSettings.SecurityProtocols
ServiceSettings. getEnabledSecurityProtocols()
Gets the security procotols used in RemoteViz.static ServiceSettings.SecurityProtocols
ServiceSettings.SecurityProtocols. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic ServiceSettings.SecurityProtocols
ServiceSettings.SecurityProtocols. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ServiceSettings.SecurityProtocols[]
ServiceSettings.SecurityProtocols. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.remoteviz.rendering with parameters of type ServiceSettings.SecurityProtocols Modifier and Type Method Description void
ServiceSettings. enableSecureConnection(java.lang.String publicCertificateFilePath, java.lang.String privateKeyFilePath, ServiceSettings.SecurityProtocols enabledSecurityProtocols)
Deprecated.As of Open Inventor 9.7.2, useServiceSettings.enableSecureConnection(java.lang.String publicCertificateFilePath, java.lang.String privateKeyFilePath, int enabledSecurityProtocols)
instead.Method parameters in com.openinventor.remoteviz.rendering with type arguments of type ServiceSettings.SecurityProtocols Modifier and Type Method Description void
ServiceSettings. enableSecureConnection(java.lang.String publicCertificateFilePath, java.lang.String privateKeyFilePath, java.util.EnumSet<ServiceSettings.SecurityProtocols> enabledSecurityProtocols)
Secures the connection between the server and the clients.
-