Uses of Class
org.springframework.data.mongodb.core.encryption.EncryptionOptions
Package
Description
Infrastructure for explicit
encryption mechanism of Client-Side Field Level Encryption.
-
Uses of EncryptionOptions in org.springframework.data.mongodb.core.encryption
Modifier and TypeMethodDescriptionEncryption.encrypt
(S value, EncryptionOptions options) Encrypt the given value.org.bson.BsonBinary
MongoClientEncryption.encrypt
(org.bson.BsonValue value, EncryptionOptions options)