Uses of Class
org.bouncycastle.jcajce.provider.symmetric.util.BCPBEKey
| Package | Description |
|---|---|
| org.bouncycastle.jcajce.provider.symmetric.util |
-
Uses of BCPBEKey in org.bouncycastle.jcajce.provider.symmetric.util
Methods in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type BCPBEKey Modifier and Type Method Description static CipherParametersPBE.Util. makePBEMacParameters(BCPBEKey pbeKey, AlgorithmParameterSpec spec)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 CipherParametersPBE.Util. makePBEParameters(BCPBEKey pbeKey, AlgorithmParameterSpec spec, String targetAlgorithm)construct a key and iv (if necessary) suitable for use with a Cipher.