Uses of Interface
org.springframework.data.mongodb.core.encryption.EncryptionContext
Packages that use EncryptionContext
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.
-
Uses of EncryptionContext in org.springframework.data.mongodb.core.convert.encryption
Methods in org.springframework.data.mongodb.core.convert.encryption that return EncryptionContextModifier and TypeMethodDescriptionEncryptingConverter.buildEncryptionContext(MongoConversionContext context) Obtain theEncryptionContextfor a givenvalue conversion context.MongoEncryptionConverter.buildEncryptionContext(MongoConversionContext context) Methods in org.springframework.data.mongodb.core.convert.encryption with parameters of type EncryptionContextModifier and TypeMethodDescriptionEncryptingConverter.decrypt(Object encryptedValue, EncryptionContext context) Decrypt the given encrypted source value within the givencontext.MongoEncryptionConverter.decrypt(Object encryptedValue, EncryptionContext context) EncryptingConverter.encrypt(Object value, EncryptionContext context) Encrypt the given raw source value within the givencontext.MongoEncryptionConverter.encrypt(Object value, EncryptionContext context) protected MongoPersistentPropertyMongoEncryptionConverter.getProperty(EncryptionContext context) -
Uses of EncryptionContext in org.springframework.data.mongodb.core.encryption
Methods in org.springframework.data.mongodb.core.encryption with parameters of type EncryptionContextModifier and TypeMethodDescriptionEncryptionKeyResolver.getKey(EncryptionContext encryptionContext) Get theData Encryption Key.