HmacBuilder

com.roundeights.hasher.WithAlgo.HmacBuilder
class HmacBuilder(val key: Array[Byte])

A fluent interface for generating HMACs

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def md5: A

HMAC-MD5 hashing algorithm

HMAC-MD5 hashing algorithm

Attributes

def sha1: A

HMAC-SHA1 hashing algorithm

HMAC-SHA1 hashing algorithm

Attributes

def sha256: A

HMAC-SHA256 hashing algorithm

HMAC-SHA256 hashing algorithm

Attributes

def sha512: A

HMAC-SHA512 hashing algorithm

HMAC-SHA512 hashing algorithm

Attributes

Concrete fields

val key: Array[Byte]