|
Oracle | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface WSPasswordDigest
| 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 |
|---|
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
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
|
Documentation is available at http://edocs.bea.com/wls/docs103 Copyright 2008 Oracle |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||