|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface WSPasswordDigest
| Method Summary | |
|---|---|
abstract byte[] |
getDerivedKey(String username, byte[] salt, int iteration)Returns the derived key. |
abstract 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 digestDigestNotAvailableException - 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, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||