Package | Description |
---|---|
com.openinventor.remoteviz.clients.nodes |
Modifier and Type | Method and Description |
---|---|
static SoRemoteVizClient.SecurityProtocols |
SoRemoteVizClient.SecurityProtocols.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
SoRemoteVizClient.SecurityProtocols |
SoRemoteVizClient.getEnabledSecurityProtocols()
Gets the security procotols used in RemoteViz.
|
static SoRemoteVizClient.SecurityProtocols |
SoRemoteVizClient.SecurityProtocols.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoRemoteVizClient.SecurityProtocols |
SoRemoteVizClient.SecurityProtocols.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoRemoteVizClient.SecurityProtocols[] |
SoRemoteVizClient.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 |
SoRemoteVizClient.enableSecureConnection(java.lang.String publicCertificateFilePath,
java.lang.String privateKeyFilePath,
SoRemoteVizClient.SecurityProtocols enabledSecurityProtocols)
Calls enableSecureConnection(publicCertificateFilePath, privateKeyFilePath, enabledSecurityProtocols, "").
|
void |
SoRemoteVizClient.enableSecureConnection(java.lang.String publicCertificateFilePath,
java.lang.String privateKeyFilePath,
SoRemoteVizClient.SecurityProtocols enabledSecurityProtocols,
java.lang.String privateKeyPassphrase)
Secures the connection between the client and the server.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com