org.apache.jetspeed.security.spi.impl
Class PBEPasswordService
java.lang.Object
org.apache.jetspeed.security.util.PBEPasswordTool
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
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 |
PBEPasswordService
public PBEPasswordService(String pbePassword)
throws InvalidKeySpecException,
NoSuchAlgorithmException
- Parameters:
cipherPassword
-
- Throws:
InvalidKeySpecException
NoSuchAlgorithmException
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.