com.fitbur.bouncycastle.crypto.MacDerivationFunction Maven / Gradle / Ivy
package com.fitbur.bouncycastle.crypto;
/**
* base interface for general purpose Mac based byte com.fitburrivation functions.
*/
public interface MacDerivationFunction
extends DerivationFunction
{
/**
* return the MAC used as the basis for the function
*/
public Mac getMac();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy