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

com.bugvm.bouncycastle.operator.bc.BcDigestProvider Maven / Gradle / Ivy

There is a newer version: 1.2.9
Show newest version
package com.bugvm.bouncycastle.operator.bc;

import com.bugvm.bouncycastle.asn1.x509.AlgorithmIdentifier;
import com.bugvm.bouncycastle.crypto.ExtendedDigest;
import com.bugvm.bouncycastle.operator.OperatorCreationException;

public interface BcDigestProvider
{
    ExtendedDigest get(AlgorithmIdentifier digestAlgorithmIdentifier)
        throws OperatorCreationException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy