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

org.bouncycastle.openssl.PEMDecryptor Maven / Gradle / Ivy

package org.bouncycastle.openssl;

public interface PEMDecryptor
{
    byte[] decrypt(byte[] keyBytes, byte[] iv)
        throws PEMException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy