Uses of Package
org.springframework.data.mongodb.core.encryption
Packages that use org.springframework.data.mongodb.core.encryption
Package
Description
Converters integrating with
explicit encryption
mechanism of Client-Side Field Level Encryption.
Infrastructure for explicit
encryption mechanism of Client-Side Field Level Encryption.
-
Classes in org.springframework.data.mongodb.core.encryption used by org.springframework.data.mongodb.core.convert.encryptionClassDescriptionComponent responsible for encrypting and decrypting values.Context to encapsulate encryption for a specific
MongoPersistentProperty.Interface to obtain aData Encryption Keythat is valid in a givencontext. -
Classes in org.springframework.data.mongodb.core.encryption used by org.springframework.data.mongodb.core.encryptionClassDescriptionComponent responsible for encrypting and decrypting values.Context to encapsulate encryption for a specific
MongoPersistentProperty.TheEncryptionKeyrepresents a Data Encryption Key reference that can be either direct via thekey idor itsKey Alternative Name.The key reference type.Interface to obtain aData Encryption Keythat is valid in a givencontext.Options used to provide additional information whenencryptingvalues. like theEncryptionOptions.algorithm()to be used.Options, like theEncryptionOptions.QueryableEncryptionOptions.getQueryType(), to apply when encrypting queryable values.ClientEncryptionbasedEncryptionimplementation.