public class org.apache.shiro.authc.credential.Md5CredentialsMatcher extends org.apache.shiro.authc.credential.HashedCredentialsMatcher
{
public void <init>()
{
org.apache.shiro.authc.credential.Md5CredentialsMatcher v;
v := @this: org.apache.shiro.authc.credential.Md5CredentialsMatcher;
specialinvoke v.<org.apache.shiro.authc.credential.HashedCredentialsMatcher: void <init>()>();
virtualinvoke v.<org.apache.shiro.authc.credential.Md5CredentialsMatcher: void setHashAlgorithmName(java.lang.String)>("MD5");
return;
}
}