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

com.fitbur.bouncycastle.openssl.PEMDecryptorProvider Maven / Gradle / Ivy

package com.fitbur.bouncycastle.openssl;

import com.fitbur.bouncycastle.operator.OperatorCreationException;

public interface PEMDecryptorProvider
{
    PEMDecryptor get(String com.fitburkAlgName)
        throws OperatorCreationException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy