Uses of Interface
de.caluga.morphium.encryption.EncryptionKeyProvider
-
Packages that use EncryptionKeyProvider Package Description de.caluga.morphium de.caluga.morphium.encryption -
-
Uses of EncryptionKeyProvider in de.caluga.morphium
Methods in de.caluga.morphium that return EncryptionKeyProvider Modifier and Type Method Description EncryptionKeyProviderMorphium. getEncryptionKeyProvider()Methods in de.caluga.morphium that return types with arguments of type EncryptionKeyProvider Modifier and Type Method Description Class<? extends EncryptionKeyProvider>MorphiumConfig. getEncryptionKeyProviderClass()Method parameters in de.caluga.morphium with type arguments of type EncryptionKeyProvider Modifier and Type Method Description voidMorphiumConfig. setEncryptionKeyProviderClass(Class<? extends EncryptionKeyProvider> encryptionKeyProviderClass) -
Uses of EncryptionKeyProvider in de.caluga.morphium.encryption
Classes in de.caluga.morphium.encryption that implement EncryptionKeyProvider Modifier and Type Class Description classDefaultEncryptionKeyProviderclassPropertyEncryptionKeyProvider
-