|
Oracle Security Developer Tools Web Services Security Java API Reference 10g Release 2 (10.1.2.0.2) B15570-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Classes implementing this interface are used to derive secret keys from passwords.
| Method Summary | |
SymmetricKey |
resolve(UsernameToken token, java.lang.String dataEncAlgURI)Sub-classes need to implement this method to resolve the password and return the corresponding secret key bytes. |
| Method Detail |
public SymmetricKey resolve(UsernameToken token,
java.lang.String dataEncAlgURI)
throws KeyDerivationException
token - The Username Token to be used for key derivationdataEncAlgURI - The algorithm URI that is used to determine the key length.null on failure.KeyDerivationException
|
Oracle Security Developer Tools Web Services Security Java API Reference 10g Release 2 (10.1.2.0.2) B15570-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||