| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | ||||||||||
| 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| 
 | Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||