Class BCDerivationFunctionFactory.BCDerivationFunction

java.lang.Object
com.hierynomus.security.bc.BCDerivationFunctionFactory.BCDerivationFunction
All Implemented Interfaces:
DerivationFunction
Enclosing class:
BCDerivationFunctionFactory

abstract static class BCDerivationFunctionFactory.BCDerivationFunction extends Object implements DerivationFunction
  • Field Details

    • function

      private final org.bouncycastle.crypto.DerivationFunction function
  • Constructor Details

    • BCDerivationFunction

      public BCDerivationFunction(org.bouncycastle.crypto.DerivationFunction function)
  • Method Details