Class EncryptionAlgorithms

java.lang.Object
org.springframework.data.mongodb.core.EncryptionAlgorithms

public final class EncryptionAlgorithms extends Object
Encryption algorithms supported by MongoDB Client Side Field Level Encryption.
Since:
3.3
Author:
Christoph Strobl
  • Field Details

    • AEAD_AES_256_CBC_HMAC_SHA_512_Deterministic

      public static final String AEAD_AES_256_CBC_HMAC_SHA_512_Deterministic
      See Also:
    • AEAD_AES_256_CBC_HMAC_SHA_512_Random

      public static final String AEAD_AES_256_CBC_HMAC_SHA_512_Random
      See Also:
  • Constructor Details

    • EncryptionAlgorithms

      public EncryptionAlgorithms()