-
Methods in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type PBEKeySpec
| Modifier and Type |
Method |
Description |
static CipherParameters |
PBE.Util.makePBEMacParameters(PBEKeySpec keySpec,
int type,
int hash,
int keySize) |
generate a PBE based key suitable for a MAC algorithm, the
key size is chosen according the MAC size, or the hashing algorithm,
whichever is greater.
|
static CipherParameters |
PBE.Util.makePBEParameters(PBEKeySpec keySpec,
int type,
int hash,
int keySize,
int ivSize) |
construct a key and iv (if necessary) suitable for use with a
Cipher.
|