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

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

The newest version!
package com.bugvm.bouncycastle.operator;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy