Hashing Strategy manager.
This class will load system provided hashing strategies and algorithms.
package |
Default |
---|
__construct()
get( $arg0) : \io\vertx\jphp\ext\auth\HashingAlgorithm
hash( $arg0, $arg1, $arg2, $arg3) : string
string
array
string
string
string
the hashed string
load() : \io\vertx\jphp\ext\auth\HashingStrategy
\io\vertx\jphp\ext\auth\HashingStrategy
a Hashing Strategy capable of hashing using the available algorithms
put( $arg0, $arg1) : $this
string
HashingAlgorithm
$this
self
verify( $arg0, $arg1) : boolean
string
string
boolean
boolean