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

nablarch.fw.messaging.HttpSSLContextSettings Maven / Gradle / Ivy

The newest version!
package nablarch.fw.messaging;

import javax.net.ssl.SSLContext;

/**
 * SSL情報取得用クラス
 * 
 * @author Masaya Seko
 */
public interface HttpSSLContextSettings {
    /**
     * SSLContextを取得する。
     * @return SSLContext
     */
    SSLContext getSSLContext();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy