org.testifyproject.bouncycastle.openssl.PasswordFinder Maven / Gradle / Ivy
The newest version!
package org.testifyproject.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