Packages

o

org.mongodb.scala

ClientEncryptionSettings

object ClientEncryptionSettings

The client-side settings for data key creation and explicit encryption.

Explicit encryption/decryption is a community feature, enabled with the new com.mongodb.client.vault.ClientEncryption type, for which this is the settings.

Since

2.7

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientEncryptionSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Builder = com.mongodb.ClientEncryptionSettings.Builder

    AutoEncryptionSettings builder type

Value Members

  1. def builder(): Builder

    Gets a Builder for creating a new AutoEncryptionSettings instance.

    Gets a Builder for creating a new AutoEncryptionSettings instance.

    returns

    a new Builder for creating AutoEncryptionSettings.