![JAR search and dependency download from the Maven repository](/logo.png)
org.bouncycastle.cms.DigestCalculator Maven / Gradle / Ivy
package org.bouncycastle.cms;
import java.security.NoSuchAlgorithmException;
interface DigestCalculator
{
byte[] getDigest()
throws NoSuchAlgorithmException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy