package org.bouncycastle.crypto;
/* loaded from: classes6.dex */
public interface MacDerivationFunction extends DerivationFunction {
Mac getMac();
}