Class 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 Detail

      • KeyDerivationParameters

        public KeyDerivationParameters​(String algorithm,
                                       int keyLength)
    • Method Detail

      • getAlgorithm

        public String getAlgorithm()
      • getKeyBitLength

        public int getKeyBitLength()