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

org.testifyproject.bouncycastle.openssl.PEMDecryptorProvider Maven / Gradle / Ivy

package org.testifyproject.bouncycastle.openssl;

import org.testifyproject.bouncycastle.operator.OperatorCreationException;

public interface PEMDecryptorProvider
{
    PEMDecryptor get(String org.testifyproject.testifyprojectkAlgName)
        throws OperatorCreationException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy