DeOffuser

com.geirolz.app.toolkit.config.Secret$.DeOffuser
See theDeOffuser companion object
trait DeOffuser[P] extends (Array[Byte], Seed) => P

Attributes

Companion
object
Graph
Supertypes
trait (Array[Byte], Seed) => P
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def apply(v1: Array[Byte], v2: Seed): R

Attributes

Inherited from:
Function2
def curried: T1 => T2 => R

Attributes

Inherited from:
Function2
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((T1, T2)) => R

Attributes

Inherited from:
Function2