com.roundeights.hasher

Algo

class Algo extends AnyRef

Represents a partially applied hash

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Algo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Algo(digest: Builder)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(value: Source): Hash

    Generates a hash of a Source

  7. def apply(value: Reader): Hash

    Generates a hash of a Reader

  8. def apply(value: InputStream): Hash

    Generates a hash of an input stream

  9. def apply(value: Array[Byte]): Hash

    Generates a hash of a byte array

  10. def apply(value: StringBuilder): Hash

    Generates a hash of a string

  11. def apply(value: String): Hash

    Generates a hash of a string

  12. def apply(value: PlainText): Hash

    Generates a hash of a PlainText source

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def compare(value: Source, hash: String): Boolean

    Compares a plain text Source to a hex encoding hash string

  16. def compare(value: Reader, hash: String): Boolean

    Compares a plain text Reader to a hex encoding hash string

  17. def compare(value: InputStream, hash: String): Boolean

    Compares a plain text InputStream to a hex encoding hash string

  18. def compare(value: Array[Byte], hash: String): Boolean

    Compares a plain text Array of Bytes to a hex encoding hash string

  19. def compare(value: StringBuilder, hash: String): Boolean

    Compares a plain text StringBuilder to a hex encoding hash string

  20. def compare(value: String, hash: String): Boolean

    Compares a plain text String to a hex encoding hash string

  21. def compare(value: PlainText, hash: String): Boolean

    Compares a plain text value to a hex encoding hash string

  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def tap(value: Source): SourceTap

    Returns a decorated Source that will generate a hash as data is read

  33. def tap(value: Reader): ReaderTap

    Returns a decorated Reader that will generate a hash as data is read

  34. def tap(value: InputStream): InputStreamTap

    Returns a decorated input stream that will generate a hash as data is read

  35. def toString(): String

    Definition Classes
    Algo → AnyRef → Any
  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped