All Implemented Interfaces:
SecretKey
Valerie - Peng1.4 - | Field Summary | ||
|---|---|---|
| static final long | serialVersionUID | The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4. |
| Method from javax.crypto.interfaces.PBEKey Summary: |
|---|
| getIterationCount, getPassword, getSalt |
| Method from javax.crypto.interfaces.PBEKey Detail: |
|---|
|
Note: this method should return a copy of the password. It is the caller's responsibility to zero out the password information after it is no longer needed. |
Note: this method should return a copy of the salt. It is the caller's responsibility to zero out the salt information after it is no longer needed. |