
org.bouncycastle.cms.MACProvider Maven / Gradle / Ivy
package org.bouncycastle.cms;
import java.io.IOException;
interface MACProvider
{
byte[] getMAC();
void init() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy