usn.net.ssl.util.PostgresDumperFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of install-cert Show documentation
Show all versions of install-cert Show documentation
A utility to add certs to the trust store from a connection attempt, originially written by Oracle
package usn.net.ssl.util;
import java.security.GeneralSecurityException;
import org.postgresql.ssl.WrappedFactory;
/**
*
* @author AO
*/
public class PostgresDumperFactory extends WrappedFactory {
public PostgresDumperFactory(String arg) throws GeneralSecurityException {
factory = InstallCert.getContext().getSocketFactory();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy