Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Server.EncryptionLevel

public enum EncryptionLevel

Enumeration of encryption levels.

Enum Constants

public static final Server.EncryptionLevel ALLOW_UNENCRYPTED

Allow the negotation of encryption levels, including no encryption. Use with caution. Requires a Third-Party Connectivity Add-on.

public static final Server.EncryptionLevel DEFAULT

Use strong encryption. This is the default.

public static final Server.EncryptionLevel MAXIMUM

Use the strongest available encryption, possibly at the cost of speed.

×