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