package encryption
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class AesDekManager extends DekManager
- trait DekManager extends AnyRef
- class EncryptedDatabaseConnection extends DatabaseConnection
- class EncryptedKeyValueElement extends KeyValueElement
- class EncryptedKeyValueStore extends KeyValueStoreLike
- trait EncryptionContext extends AnyRef
- case class EncryptionEnabledContext(masterKeyIdentifier: String) extends EncryptionContext with Product with Serializable
- class EncryptionManager extends AnyRef
- trait KeyManagementService extends AnyRef
- class KeyManagementServiceFactory extends AnyRef
- class MasterKeyIdentifierWrapper extends KeyManagementService
Wraps the key with information on the master key identifier used when the key was encrypted.
Wraps the key with information on the master key identifier used when the key was encrypted. Upon decryption, checks that the supplied master key identifier matches the one stored alongside the encrypted key.
- class TestKeyManagementService extends KeyManagementService with Logging
- class UrlDataSource extends SQLiteDataSource
- class VaultKeyManagementService extends KeyManagementService
Value Members
- object AesDekManager
- object DefaultEncryptionContext extends EncryptionContext
- object DekManager
- object EncryptedDatabaseConnection
- object EncryptionDisabledContext extends EncryptionContext
- object FileIntermediaryEncryption
- object KeyManagementServiceTypes