org.qi4j.library.shiro.domain.securehash
Interface SecureHash

All Superinterfaces:
Composite, Value, ValueComposite

public interface SecureHash
extends ValueComposite


Method Summary
 Property<String> hash()
           
 Property<String> hashAlgorithm()
           
 Property<Integer> hashIterations()
           
 Property<String> salt()
           
 
Methods inherited from interface org.qi4j.api.value.Value
buildWith, state, toJSON
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

hashAlgorithm

Property<String> hashAlgorithm()

hashIterations

Property<Integer> hashIterations()

salt

Property<String> salt()

hash

Property<String> hash()