Package | Description |
---|---|
com.openinventor.remoteviz.rendering |
|
Modifier and Type | Method and Description |
---|---|
static ServiceSettings.SecurityProtocols |
ServiceSettings.SecurityProtocols.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
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 value
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceSettings.enableSecureConnection(java.lang.String publicCertificateFilePath,
java.lang.String privateKeyFilePath,
ServiceSettings.SecurityProtocols enabledSecurityProtocols)
Deprecated.
As of Open Inventor 9.7.2, use
ServiceSettings.enableSecureConnection(java.lang.String publicCertificateFilePath, java.lang.String privateKeyFilePath, int enabledSecurityProtocols)
instead. |
Modifier and Type | Method and 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.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com