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

edu.uiuc.ncsa.security.util.ssl.SSLFactory Maven / Gradle / Ivy

package edu.uiuc.ncsa.security.util.ssl;

/**
 * A Factory with SSL support for those that need it.
 * 

Created by Jeff Gaynor
* on Aug 25, 2010 at 4:01:54 PM */ public interface SSLFactory { public abstract SSLConfiguration newSSLConfiguration(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy