Uses of Interface
org.springframework.data.mongodb.core.encryption.EncryptionKey
Packages that use EncryptionKey
Package
Description
Infrastructure for explicit
encryption mechanism of Client-Side Field Level Encryption.
-
Uses of EncryptionKey in org.springframework.data.mongodb.core.encryption
Methods in org.springframework.data.mongodb.core.encryption that return EncryptionKeyModifier and TypeMethodDescriptionEncryptionKeyResolver.getKey(EncryptionContext encryptionContext) Get theData Encryption Key.EncryptionOptions.key()static EncryptionKeyEncryptionKey.keyAltName(String keyAltName) Create a newEncryptionKeythat uses an Key Alternative Name for reference.static EncryptionKeyEncryptionKey.keyId(org.bson.BsonBinary key) Create a newEncryptionKeythat uses the keys id for reference.Constructors in org.springframework.data.mongodb.core.encryption with parameters of type EncryptionKey