org.apache.shiro.authc.credential
Class Md2CredentialsMatcher
java.lang.Object
  
org.apache.shiro.codec.CodecSupport
      
org.apache.shiro.authc.credential.SimpleCredentialsMatcher
          
org.apache.shiro.authc.credential.HashedCredentialsMatcher
              
org.apache.shiro.authc.credential.Md2CredentialsMatcher
- All Implemented Interfaces: 
 - CredentialsMatcher
 
Deprecated. since 1.1 - use the HashedCredentialsMatcher directly and set its
             hashAlgorithmName property.
@Deprecated
public class Md2CredentialsMatcher
- extends HashedCredentialsMatcher
 
HashedCredentialsMatcher implementation that expects the stored AuthenticationInfo credentials to be
 MD2 hashed.
 
 Note: the MD2, MD5 and
 SHA-1 algorithms are now known to be vulnerable to
 compromise and/or collisions (read the linked pages for more).  While most applications are ok with either of these
 two, if your application mandates high security, use the SHA-256 (or higher) hashing algorithms and their
 supporting CredentialsMatcher implementations.
- Since:
 
  - 0.9
 
 
 
 
 
| Methods inherited from class org.apache.shiro.authc.credential.HashedCredentialsMatcher | 
doCredentialsMatch, getCredentials, getHashAlgorithmName, getHashIterations, getSalt, hashProvidedCredentials, hashProvidedCredentials, isHashSalted, isStoredCredentialsHexEncoded, newHashInstance, setHashAlgorithmName, setHashIterations, setHashSalted, setStoredCredentialsHexEncoded | 
 
 
| Methods inherited from class org.apache.shiro.codec.CodecSupport | 
isByteSource, objectToBytes, objectToString, toBytes, toBytes, toBytes, toBytes, toBytes, toBytes, toBytes, toChars, toChars, toString, toString, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Md2CredentialsMatcher
public Md2CredentialsMatcher()
- Deprecated. 
 
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.