Package

eu.shiftforward.apso

encryption

Permalink

package encryption

Visibility
  1. Public
  2. All

Type Members

  1. class Decryptor extends EncryptionErrorHandling

    Permalink

    Utility class to handle decrypting data to string format and, optionally, handle base64 encoded data.

  2. trait EncryptionErrorHandling extends AnyRef

    Permalink
  3. trait EncryptionUtils extends EncryptionErrorHandling

    Permalink

    Loads and provide a BouncyCastleProvider and provides utility methods to encode in base64, load keystores and create keys from raw password input.

  4. class Encryptor extends EncryptionErrorHandling with Logging

    Permalink

    Utility class to handle encrypting data to string format and, optionally, handle base64 encoded data.

Value Members

  1. object BouncyCastleInitializer

    Permalink
  2. object Decryptor extends EncryptionUtils with Logging

    Permalink

    Provides the apply methods that allow to more easily create a Decryptor object by directly specifying the transformation and key, or a keystore holding the key parameters.

  3. object EncryptionUtils extends EncryptionUtils

    Permalink
  4. object Encryptor extends EncryptionUtils with Logging

    Permalink

    Provides the apply methods that allow to more easily create a Encryptor object by directly specifying the transformation and key, or a keystore holding the key parameters.

Ungrouped