Uses of Enum
io.vertx.mssqlclient.EncryptionMode
Packages that use EncryptionMode
-
Uses of EncryptionMode in io.vertx.mssqlclient
Subclasses with type arguments of type EncryptionMode in io.vertx.mssqlclientFields in io.vertx.mssqlclient declared as EncryptionModeModifier and TypeFieldDescriptionstatic final EncryptionModeMSSQLConnectOptions.DEFAULT_ENCRYPTION_MODEMethods in io.vertx.mssqlclient that return EncryptionModeModifier and TypeMethodDescriptionMSSQLConnectOptions.getEncryptionMode()Get the encryption mode for the connection.static EncryptionModeReturns the enum constant of this type with the specified name.static EncryptionMode[]EncryptionMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.mssqlclient with parameters of type EncryptionModeModifier and TypeMethodDescriptionMSSQLConnectOptions.setEncryptionMode(EncryptionMode encryptionMode) Set the encryption mode for the connection.