Uses of Interface
de.caluga.morphium.encryption.ValueEncryptionProvider
-
Packages that use ValueEncryptionProvider Package Description de.caluga.morphium de.caluga.morphium.annotations.encryption de.caluga.morphium.encryption -
-
Uses of ValueEncryptionProvider in de.caluga.morphium
Methods in de.caluga.morphium that return ValueEncryptionProvider Modifier and Type Method Description ValueEncryptionProviderMorphium. getValueEncrpytionProvider()Methods in de.caluga.morphium that return types with arguments of type ValueEncryptionProvider Modifier and Type Method Description Class<? extends ValueEncryptionProvider>MorphiumConfig. getValueEncryptionProviderClass()Method parameters in de.caluga.morphium with type arguments of type ValueEncryptionProvider Modifier and Type Method Description MorphiumConfigMorphiumConfig. setValueEncryptionProviderClass(Class<? extends ValueEncryptionProvider> valueEncryptionProviderClass) -
Uses of ValueEncryptionProvider in de.caluga.morphium.annotations.encryption
Methods in de.caluga.morphium.annotations.encryption that return types with arguments of type ValueEncryptionProvider Modifier and Type Method Description Class<? extends ValueEncryptionProvider>provider() -
Uses of ValueEncryptionProvider in de.caluga.morphium.encryption
Classes in de.caluga.morphium.encryption that implement ValueEncryptionProvider Modifier and Type Class Description classAESEncryptionProviderclassRSAEncryptionProvider
-