Packages

  • package root
    Definition Classes
    root
  • package eu
    Definition Classes
    root
  • package shiftforward
    Definition Classes
    eu
  • package apso

    Contains ShiftForward's general-purpose utility classes and methods, as well as extensions of existing ones.

    Contains ShiftForward's general-purpose utility classes and methods, as well as extensions of existing ones.

    Definition Classes
    shiftforward
  • package actor
    Definition Classes
    apso
  • package akka
    Definition Classes
    apso
  • package aws

    Wrappers around the AWS Java client libraries providing higher level interfaces.

    Wrappers around the AWS Java client libraries providing higher level interfaces.

    Definition Classes
    apso
  • package caching
    Definition Classes
    apso
  • package collection

    Provides new types of collections and utility classes and methods for handling and extending existing ones.

    Provides new types of collections and utility classes and methods for handling and extending existing ones.

    Definition Classes
    apso
  • package config
    Definition Classes
    apso
  • package encryption
    Definition Classes
    apso
  • BouncyCastleInitializer
  • Decryptor
  • EncryptionErrorHandling
  • EncryptionUtils
  • Encryptor
  • package hashing

    Provides hashing-related utilities.

    Provides hashing-related utilities.

    Definition Classes
    apso
  • package http
    Definition Classes
    apso
  • package io
    Definition Classes
    apso
  • package iterator

    Provides new types of iterators and utility classes and methods for handling and extending existing ones.

    Provides new types of iterators and utility classes and methods for handling and extending existing ones.

    Definition Classes
    apso
  • package json

    Provides utility classes and methods related to JSON handling.

    Provides utility classes and methods related to JSON handling.

    Definition Classes
    apso
  • package profiling
    Definition Classes
    apso
  • package scalaz

    Provides utility classes and methods related to scalaz classes.

    Provides utility classes and methods related to scalaz classes.

    Definition Classes
    apso
  • package time

    Provides utility classes and methods related to datetime libraries.

    Provides utility classes and methods related to datetime libraries.

    Definition Classes
    apso
p

eu.shiftforward.apso

encryption

package encryption

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Decryptor extends EncryptionErrorHandling

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

  2. trait EncryptionErrorHandling extends AnyRef
  3. 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.

  4. class Encryptor extends EncryptionErrorHandling with Logging

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

Value Members

  1. object BouncyCastleInitializer
  2. object Decryptor extends EncryptionUtils with Logging

    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
  4. object Encryptor extends EncryptionUtils with Logging

    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