o

nelson.crypto

Encryption

object Encryption

Set of cipher functions for Web Service Key (WSK-based) authentication exposed through instances of Encryptor and Decryptor

CBC mode is used with a dynamic initialization vector.

There is a large performance improvement with caching a cipher per-thread and reusing it instead of creating new cipher instances.

Source
Encryption.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Encryption
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val aes: String
  2. val aesCBC: String
  3. val keyAlgorithm: String
  4. def mkCipher(): Cipher