public interface  org.apache.shiro.crypto.hash.format.HashFormatFactory extends java.lang.Object
{
public abstract org.apache.shiro.crypto.hash.format.HashFormat getInstance(java.lang.String);
}