net.incongru.berkano.security.password.matching
Class Sha1PasswordMatchingStrategy

java.lang.Object
  extended by net.incongru.berkano.security.password.matching.AbstractMessageDigestPasswordMatchingStrategy
      extended by net.incongru.berkano.security.password.matching.Sha1PasswordMatchingStrategy
All Implemented Interfaces:
PasswordMatchingStrategy

public class Sha1PasswordMatchingStrategy
extends AbstractMessageDigestPasswordMatchingStrategy

Version:
$Revision: 1.1 $
Author:
greg, $Author: gj $ (last edit)

Constructor Summary
Sha1PasswordMatchingStrategy()
           
 
Method Summary
protected  java.security.MessageDigest getMessageDigest()
           
 
Methods inherited from class net.incongru.berkano.security.password.matching.AbstractMessageDigestPasswordMatchingStrategy
encode, matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sha1PasswordMatchingStrategy

public Sha1PasswordMatchingStrategy()
Method Detail

getMessageDigest

protected java.security.MessageDigest getMessageDigest()
                                                throws java.security.NoSuchAlgorithmException
Specified by:
getMessageDigest in class AbstractMessageDigestPasswordMatchingStrategy
Throws:
java.security.NoSuchAlgorithmException


Copyright © 2004-2007. All Rights Reserved.