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

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

package org.bouncycastle.openssl;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy