Package org.bouncycastle.crypto.internal
Interface MacDerivationFunction
-
- All Superinterfaces:
DerivationFunction
public interface MacDerivationFunction extends DerivationFunction
base interface for general purpose Mac based byte derivation functions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mac
getMac()
return the MAC used as the basis for the function-
Methods inherited from interface org.bouncycastle.crypto.internal.DerivationFunction
generateBytes, init
-
-
-
-
Method Detail
-
getMac
Mac getMac()
return the MAC used as the basis for the function
-
-