Module org.apache.santuario.xmlsec
Class KeyDerivationParameters
- java.lang.Object
-
- org.apache.xml.security.encryption.params.KeyDerivationParameters
-
- Direct Known Subclasses:
ConcatKDFParams
public abstract class KeyDerivationParameters extends Object
Abstract key derivation class contains the basic parameters used for the key derivation. The class should be extended to provide algorithm specific parameters.
-
-
Constructor Summary
Constructors Constructor Description KeyDerivationParameters(String algorithm, int keyLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithm()intgetKeyBitLength()
-