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

com.fitbur.bouncycastle.operator.DigestCalculatorProvider Maven / Gradle / Ivy

package com.fitbur.bouncycastle.operator;

import com.fitbur.bouncycastle.asn1.x509.AlgorithmIdentifier;

public interface DigestCalculatorProvider
{
    DigestCalculator get(AlgorithmIdentifier digestAlgorithmIdentifier)
        throws OperatorCreationException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy