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

org.testifyproject.bouncycastle.operator.DigestCalculatorProvider Maven / Gradle / Ivy

The newest version!
package org.testifyproject.bouncycastle.operator;

import org.testifyproject.bouncycastle.asn1.x509.AlgorithmIdentifier;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy