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 java.lang.Object implements DerivationFunction
-
-
Field Summary
Fields Modifier and Type Field Description private org.bouncycastle.crypto.DerivationFunction
function
-
Constructor Summary
Constructors Constructor Description BCDerivationFunction(org.bouncycastle.crypto.DerivationFunction function)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract org.bouncycastle.crypto.DerivationParameters
createParams(DerivationParameters in)
int
generateBytes(byte[] out, int outOff, int len)
void
init(DerivationParameters parameters)
-
-
-
Method Detail
-
init
public void init(DerivationParameters parameters)
- 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)
-
-