package encryption
- Alphabetic
- Public
- All
Type Members
-
class
Decryptor
extends EncryptionErrorHandling
Utility class to handle decrypting data to string format and, optionally, handle base64 encoded data.
- trait EncryptionErrorHandling extends AnyRef
-
trait
EncryptionUtils
extends EncryptionErrorHandling
Loads and provide a BouncyCastleProvider and provides utility methods to encode in base64, load keystores and create keys from raw password input.
-
class
Encryptor
extends EncryptionErrorHandling with Logging
Utility class to handle encrypting data to string format and, optionally, handle base64 encoded data.
Value Members
- object BouncyCastleInitializer
-
object
Decryptor
extends EncryptionUtils with Logging
Provides the
applymethods that allow to more easily create a Decryptor object by directly specifying the transformation and key, or a keystore holding the key parameters. - object EncryptionUtils extends EncryptionUtils
-
object
Encryptor
extends EncryptionUtils with Logging
Provides the
applymethods that allow to more easily create a Encryptor object by directly specifying the transformation and key, or a keystore holding the key parameters.