All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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