com.geirolz.secret.util

Members list

Type members

Classlikes

trait Hasher

A trait that represents a hasher. A hasher is an object that can hash a sequence of characters into a hash.

A trait that represents a hasher. A hasher is an object that can hash a sequence of characters into a hash.

The hash is represented as a ByteBuffer.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object bcrypt
object Hasher

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Hasher.type
class KeyValueBuffer(_keyBuffer: KeyBuffer, _obfuscatedBuffer: ObfuscatedValueBuffer) extends AutoCloseable

A wrapper for a key and a value buffer

A wrapper for a key and a value buffer

Value parameters

_keyBuffer

the key buffer

_obfuscatedBuffer

the value buffer

Attributes

Companion
object
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class Location(val sourceFile: String, val line: Int, val column: Int, val sourceCode: Option[String])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Location

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Location.type
trait SysEnv[F[_]]

A simple type class to get environment variables

A simple type class to get environment variables

Type parameters

F

the effect type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object SysEnv

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
SysEnv.type