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

usn.net.ssl.util.PostgresDumperFactory Maven / Gradle / Ivy

Go to download

A utility to add certs to the trust store from a connection attempt, originially written by Oracle

There is a newer version: 1.0.16
Show newest version
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