Packages

implicit final class DigestOps extends AnyVal

Extension methods for message digests.

Source
string.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DigestOps
  2. AnyVal
  3. Any
Implicitly
  1. by AnyOps
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DigestOps(value: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from DigestOps to any2stringadd[DigestOps] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DigestOps, B)
    Implicit
    This member is added by an implicit conversion from DigestOps to ArrowAssoc[DigestOps] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def ensuring(cond: (DigestOps) ⇒ Boolean, msg: ⇒ Any): DigestOps
    Implicit
    This member is added by an implicit conversion from DigestOps to Ensuring[DigestOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  8. def ensuring(cond: (DigestOps) ⇒ Boolean): DigestOps
    Implicit
    This member is added by an implicit conversion from DigestOps to Ensuring[DigestOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: Boolean, msg: ⇒ Any): DigestOps
    Implicit
    This member is added by an implicit conversion from DigestOps to Ensuring[DigestOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean): DigestOps
    Implicit
    This member is added by an implicit conversion from DigestOps to Ensuring[DigestOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DigestOps to StringFormat[DigestOps] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  12. def future: Future[DigestOps]

    Creates an already completed Future containing value.

    Creates an already completed Future containing value.

    returns

    the already completed Future with the specified result

    Implicit
    This member is added by an implicit conversion from DigestOps to AnyOps[DigestOps] performed by method AnyOps in scail.commons.ops.
    Definition Classes
    AnyOps
    Annotations
    @inline()
  13. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def md2: String

    Calculates the MD2 digest and returns the value as a 32 character hex string.

    Calculates the MD2 digest and returns the value as a 32 character hex string.

    returns

    the MD2 digest as a hex string

    Annotations
    @inline()
  16. def md5: String

    Calculates the MD5 digest and returns the value as a 32 character hex string.

    Calculates the MD5 digest and returns the value as a 32 character hex string.

    returns

    the MD5 digest as a hex string

    Annotations
    @inline()
  17. def option: Option[DigestOps]

    Creates an Option containing value.

    Creates an Option containing value.

    returns

    Some(value) if value is not null, None otherwise

    Implicit
    This member is added by an implicit conversion from DigestOps to AnyOps[DigestOps] performed by method AnyOps in scail.commons.ops.
    Definition Classes
    AnyOps
    Annotations
    @inline()
  18. def sha1: String

    Calculates the SHA-1 digest and returns the value as a 40 character hex string.

    Calculates the SHA-1 digest and returns the value as a 40 character hex string.

    returns

    the SHA-1 digest as a hex string

    Annotations
    @inline()
  19. def sha256: String

    Calculates the SHA-256 digest and returns the value as a 64 character hex string.

    Calculates the SHA-256 digest and returns the value as a 64 character hex string.

    returns

    the SHA-256 digest as a hex string

    Annotations
    @inline()
  20. def sha384: String

    Calculates the SHA-384 digest and returns the value as a 96 character hex string.

    Calculates the SHA-384 digest and returns the value as a 96 character hex string.

    returns

    the SHA-384 digest as a hex string

    Annotations
    @inline()
  21. def sha512: String

    Calculates the SHA-512 digest and returns the value as a 128 character hex string.

    Calculates the SHA-512 digest and returns the value as a 128 character hex string.

    returns

    the SHA-512 digest as a hex string

    Annotations
    @inline()
  22. def tap(f: (DigestOps) ⇒ Unit): DigestOps

    Applies side-effectul method to value, returning value.

    Applies side-effectul method to value, returning value.

    f

    the side-effectful method to apply to value

    returns

    value

    Implicit
    This member is added by an implicit conversion from DigestOps to AnyOps[DigestOps] performed by method AnyOps in scail.commons.ops.
    Definition Classes
    AnyOps
  23. def toString(): String
    Definition Classes
    Any
  24. def [B](y: B): (DigestOps, B)
    Implicit
    This member is added by an implicit conversion from DigestOps to ArrowAssoc[DigestOps] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion AnyOps from DigestOps to AnyOps[DigestOps]

Inherited by implicit conversion any2stringadd from DigestOps to any2stringadd[DigestOps]

Inherited by implicit conversion StringFormat from DigestOps to StringFormat[DigestOps]

Inherited by implicit conversion Ensuring from DigestOps to Ensuring[DigestOps]

Inherited by implicit conversion ArrowAssoc from DigestOps to ArrowAssoc[DigestOps]

Ungrouped