Uses of Enum Class
com.openinventor.remoteviz.clients.nodes.SoRemoteVizClient.SecurityProtocols
Packages that use SoRemoteVizClient.SecurityProtocols
-
Uses of SoRemoteVizClient.SecurityProtocols in com.openinventor.remoteviz.clients.nodes
Methods in com.openinventor.remoteviz.clients.nodes that return SoRemoteVizClient.SecurityProtocolsModifier and TypeMethodDescriptionSoRemoteVizClient.getEnabledSecurityProtocols()Gets the security procotols used in RemoteViz.SoRemoteVizClient.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 SoRemoteVizClient.SecurityProtocols[]SoRemoteVizClient.SecurityProtocols.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.remoteviz.clients.nodes with parameters of type SoRemoteVizClient.SecurityProtocolsModifier and TypeMethodDescriptionvoidSoRemoteVizClient.enableSecureConnection(String publicCertificateFilePath, String privateKeyFilePath, SoRemoteVizClient.SecurityProtocols enabledSecurityProtocols) Calls enableSecureConnection(publicCertificateFilePath, privateKeyFilePath, enabledSecurityProtocols, "").voidSoRemoteVizClient.enableSecureConnection(String publicCertificateFilePath, String privateKeyFilePath, SoRemoteVizClient.SecurityProtocols enabledSecurityProtocols, String privateKeyPassphrase) Secures the connection between the client and the server.