Package

org.mongodb.scala

vault

Permalink

package vault

This package contains the Key Vault API

Since

2.7

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

Type Members

  1. case class ClientEncryption(wrapped: com.mongodb.reactivestreams.client.vault.ClientEncryption) extends Closeable with Product with Serializable

    Permalink

    The Key vault.

    The Key vault.

    Used to create data encryption keys, and to explicitly encrypt and decrypt values when auto-encryption is not an option.

    Annotations
    @Beta()
    Since

    2.7

Value Members

  1. object ClientEncryptions

    Permalink

    Factory for ClientEncryption implementations.

    Factory for ClientEncryption implementations.

    Annotations
    @Beta()
    Since

    2.7

Inherited from AnyRef

Inherited from Any

Ungrouped