|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.crypto.spec.PBEParameterSpec
|
+--de.flexiprovider.core.pbe.PBEParameterSpec
This class provides a specification for the parameters used by the PBKDF1 key derivation function specified in PKCS #5 v2.0.
| Constructor Summary | |
PBEParameterSpec()
Construct the PBE default parameters. |
|
PBEParameterSpec(byte[] salt,
int iterationCount)
Construct new PBE parameters using the given salt and iteration count. |
|
PBEParameterSpec(javax.crypto.spec.PBEParameterSpec paramSpec)
Construct new PBKDF1 parameters from of the given PBEParameterSpec. |
|
| Methods inherited from class javax.crypto.spec.PBEParameterSpec |
getIterationCount, getSalt |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public PBEParameterSpec(javax.crypto.spec.PBEParameterSpec paramSpec)
PBEParameterSpec.paramSpec - the PBEParameterSpecpublic PBEParameterSpec()
public PBEParameterSpec(byte[] salt,
int iterationCount)
salt - the saltiterationCount - the iteration count
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||