|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface that can be used to augment the behavior of a digest hash. One example usecase is with the password based login modules to modify the behavior of the hashing to introduce prefix/suffix salts.
Method Summary | |
void |
init(java.util.Map options)
Pass through access to the login module options. |
void |
postDigest(java.security.MessageDigest digest)
Post-hash callout afer the password has been added to allow for content after the password has been added. |
void |
preDigest(java.security.MessageDigest digest)
Pre-hash callout to allow for content before the password. |
Method Detail |
public void init(java.util.Map options)
public void preDigest(java.security.MessageDigest digest)
digest
- - the security digest being used for the one-way hashpublic void postDigest(java.security.MessageDigest digest)
digest
- - the security digest being used for the one-way hash
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |