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

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

package com.fitbur.bouncycastle.openssl;

/**
 * call back to allow a password to be fetched when one is requested.
 */
public interface PasswordFinder
{
    public char[] getPassword();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy