public interface  org.apache.shiro.crypto.hash.HashService extends java.lang.Object
{
public abstract org.apache.shiro.crypto.hash.Hash computeHash(org.apache.shiro.crypto.hash.HashRequest);
}