public interface IMacDerivationFunction : IDerivationFunction
Public Interface IMacDerivationFunction
Inherits IDerivationFunction
public interface class IMacDerivationFunction : IDerivationFunction
Org.BouncyCastle.Crypto.IMacDerivationFunction = function();
Org.BouncyCastle.Crypto.IMacDerivationFunction.createInterface('Org.BouncyCastle.Crypto.IMacDerivationFunction');
Digest | The message digest used as the basis for the function. (Inherited from IDerivationFunction) |
Mac |
GenerateBytes(SpanByte) | (Inherited from IDerivationFunction) |
GenerateBytes(Byte, Int32, Int32) | (Inherited from IDerivationFunction) |
Init | (Inherited from IDerivationFunction) |