Uses of Class
com.openinventor.remoteviz.clients.nodes.SoRemoteVizClient.SecurityProtocols
-
Packages that use SoRemoteVizClient.SecurityProtocols Package Description com.openinventor.remoteviz.clients.nodes -
-
Uses of SoRemoteVizClient.SecurityProtocols in com.openinventor.remoteviz.clients.nodes
Methods in com.openinventor.remoteviz.clients.nodes that return SoRemoteVizClient.SecurityProtocols Modifier and Type Method Description 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 valuestatic 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.Methods in com.openinventor.remoteviz.clients.nodes with parameters of type SoRemoteVizClient.SecurityProtocols Modifier and Type Method 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.
-