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

org.bouncycastle.cms.IntDigestCalculator Maven / Gradle / Ivy

The newest version!
package org.bouncycastle.cms;

import java.security.NoSuchAlgorithmException;

interface IntDigestCalculator
{
    byte[] getDigest()
        throws NoSuchAlgorithmException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy