Package com.hierynomus.security.bc
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 Summary
FieldsModifier and TypeFieldDescriptionprivate final org.bouncycastle.crypto.DerivationFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.bouncycastle.crypto.DerivationParameters
int
generateBytes
(byte[] out, int outOff, int len) void
init
(DerivationParameters parameters)
-
Field Details
-
function
private final org.bouncycastle.crypto.DerivationFunction function
-
-
Constructor Details
-
BCDerivationFunction
public BCDerivationFunction(org.bouncycastle.crypto.DerivationFunction function)
-
-
Method Details
-
init
- Specified by:
init
in interfaceDerivationFunction
-
generateBytes
public int generateBytes(byte[] out, int outOff, int len) - Specified by:
generateBytes
in interfaceDerivationFunction
-
createParams
protected abstract org.bouncycastle.crypto.DerivationParameters createParams(DerivationParameters in)
-