ChecksumAlgorithm

sealed abstract class ChecksumAlgorithm(_value: String, _name: String, _intValue: Int) extends Value
Companion:
object
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CRC32.type
object CRC32C.type
object SHA1.type
object SHA256.type

Value members

Concrete methods

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product

Concrete fields

override val hints: Hints
override val intValue: Int
override val name: String
override val value: String