Packages

object Converters

Common functions

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Converters
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def hex2Str(bytes: Array[Byte]): String

    Turns an array of Byte into a String representation in hexadecimal.

  2. def md5(bytes: Array[Byte]): Array[Byte]

    Computes the MD5 hash of the given bytes.

  3. def str2Hex(str: String): Array[Byte]

    Turns a hexadecimal String into an array of Byte.

Deprecated Value Members

  1. def md5(string: String, encoding: String): Array[Byte]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.1) Unused: will be removed

  2. def md5Hex(string: String, encoding: String): String
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.1) Unused: will be removed