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

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

package com.fitbur.bouncycastle.operator;

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

public interface InputExpanderProvider
{
    InputExpander get(AlgorithmIdentifier algorithm);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy