Package

org.mongodb.scala

vault

Permalink

package vault

This package contains the Key Vault API

Since

2.7

Note

support for client-side encryption should be considered as beta. Backwards-breaking changes may be made before the final release.

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

    Note

    support for client-side encryption should be considered as beta. Backwards-breaking changes may be made before the final release.

Value Members

  1. object ClientEncryptions

    Permalink

    Factory for ClientEncryption implementations.

    Factory for ClientEncryption implementations.

    Annotations
    @Beta()
    Since

    2.7

    Note

    support for client-side encryption should be considered as beta. Backwards-breaking changes may be made before the final release.

Inherited from AnyRef

Inherited from Any

Ungrouped