|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.flexiprovider.core.pbe.PBEKeyGenParameterSpec
This class specifies parameters used for initializing the
PBEKeyGenerator. The parameters consist of the key size in bytes.
The default key size is 16 bytes.
| Field Summary | |
static int |
DEFAULT_KEY_SIZE
The default key size (16 bytes) |
| Constructor Summary | |
PBEKeyGenParameterSpec()
Construct the default parameters. |
|
PBEKeyGenParameterSpec(int keySize)
Construct new parameters from the given key size. |
|
| Method Summary | |
int |
getKeySize()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final int DEFAULT_KEY_SIZE
| Constructor Detail |
public PBEKeyGenParameterSpec()
DEFAULT_KEY_SIZE.public PBEKeyGenParameterSpec(int keySize)
default key size is chosen.keySize - the key size (>= 1 bytes)| Method Detail |
public int getKeySize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||