org.apache.jetspeed.security.spi.impl
Class PBEPasswordService

java.lang.Object
  extended by org.apache.jetspeed.security.util.PBEPasswordTool
      extended by org.apache.jetspeed.security.spi.impl.PBEPasswordService
All Implemented Interfaces:
org.apache.jetspeed.security.PasswordEncodingService, org.apache.jetspeed.security.spi.CredentialPasswordEncoder
Direct Known Subclasses:
AlgorithmUpgradePBEPasswordService

public class PBEPasswordService
extends PBEPasswordTool
implements org.apache.jetspeed.security.PasswordEncodingService, org.apache.jetspeed.security.spi.CredentialPasswordEncoder

PBEPasswordService provides an PBE based PasswordEncodingService, allowing decoding of user passwords

Version:
$Id$
Author:
Ate Douma

Constructor Summary
PBEPasswordService(String pbePassword)
           
 
Method Summary
 
Methods inherited from class org.apache.jetspeed.security.util.PBEPasswordTool
decode, encode, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.jetspeed.security.PasswordEncodingService
decode, encode
 
Methods inherited from interface org.apache.jetspeed.security.spi.CredentialPasswordEncoder
encode
 

Constructor Detail

PBEPasswordService

public PBEPasswordService(String pbePassword)
                   throws InvalidKeySpecException,
                          NoSuchAlgorithmException
Parameters:
cipherPassword -
Throws:
InvalidKeySpecException
NoSuchAlgorithmException


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.