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 - 2024 Weber Informatics LLC | Privacy Policy