|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
byte[] |
getDerivedKey(String username,
byte[] salt,
int iteration)
Returns the derived key. |
byte[] |
getPasswordDigest(String username,
byte[] nonce,
String created)
This method returns a digest based on the nonce, created date string and the corresponding password for the specified user. |
Method Detail |
public byte[] getDerivedKey(String username, byte[] salt, int iteration) throws DigestNotAvailableException
username
- String containing the user name.salt
- Byte array to be used as a seediteration
- int number of times the derived key value is successively
encrypted to generate the final derived key value.
DigestNotAvailableException
public byte[] getPasswordDigest(String username, byte[] nonce, String created) throws DigestNotAvailableException
username
- String containing the user namenonce
- Byte array to be used as a seedcreated
- String used to create the digest
DigestNotAvailableException
- if the password digest could not be created
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |