Java org.apache.shiro.crypto.hash ConfigurableHashService fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.crypto.hash ConfigurableHashService fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.crypto.hash ConfigurableHashService.

The text is from its open source code.

Method

voidsetHashAlgorithmName(String name)
Sets the name of the java.security.MessageDigest MessageDigest algorithm that will be used to compute hashes.
voidsetHashIterations(int iterations)
Sets the number of hash iterations that will be performed during hash computation.
voidsetPrivateSalt(ByteSource privateSalt)
Sets the 'private' (internal) salt to be paired with a 'public' (random or supplied) salt during hash computation.