Uses of Class
org.bouncycastle.jcajce.provider.symmetric.util.BCPBEKey
Packages that use BCPBEKey
-
Uses of BCPBEKey in org.bouncycastle.jcajce.provider.symmetric.util
Methods in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type BCPBEKeyModifier and TypeMethodDescriptionstatic 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.