Package org.springframework.data.mongodb.core.encryption
@NonNullApi
package org.springframework.data.mongodb.core.encryption
Infrastructure for explicit
encryption mechanism of Client-Side Field Level Encryption.
-
ClassDescriptionEncryption<P,
C> Component responsible for encrypting and decrypting values.Context to encapsulate encryption for a specificMongoPersistentProperty
.TheEncryptionKey
represents a Data Encryption Key reference that can be either direct via thekey id
or itsKey Alternative Name
.The key reference type.Interface to obtain aData Encryption Key
that is valid in a givencontext
.Options used to provide additional information whenencrypting
values. like theEncryptionOptions.algorithm()
to be used.Options, like theEncryptionOptions.QueryableEncryptionOptions.getQueryType()
, to apply when encrypting queryable values.ClientEncryption
basedEncryption
implementation.