|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CleanablePasswordBased
Common interface for all entities which can be set a password in char[] shape, which can be cleaned once the encryptor is initialized so that no immutable Strings containing the password are left in memory.
Method Summary | |
---|---|
void |
setPasswordCharArray(char[] password)
Sets a password to be used by the encryptor, as a (cleanable) char[]. |
Methods inherited from interface org.jasypt.encryption.pbe.PasswordBased |
---|
setPassword |
Method Detail |
---|
void setPasswordCharArray(char[] password)
Sets a password to be used by the encryptor, as a (cleanable) char[].
password
- the password to be used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |