object InitializationVector

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

Value Members

  1. val requiredBytes: Int
  2. def unsafe(bytes: ByteVector): InitializationVector

    Create an initialization vector instance.

    Create an initialization vector instance.

    bytes

    the 16-byte vector to wrap. NOTE: this method is called unsafe because it will throw an exception if bytes is not exactly 16 bytes.

    Exceptions thrown

    IllegalArgumentException if bytes is not the right length.