|
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 createdbyte[] 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://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |