|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.http.nio.conn.ssl.SSLLayeringStrategy
@Deprecated public class SSLLayeringStrategy
Field Summary | |
---|---|
static String |
SSL
Deprecated. |
static String |
SSLV2
Deprecated. |
static String |
TLS
Deprecated. |
Constructor Summary | |
---|---|
SSLLayeringStrategy(KeyStore truststore)
Deprecated. |
|
SSLLayeringStrategy(KeyStore keystore,
String keystorePassword)
Deprecated. |
|
SSLLayeringStrategy(KeyStore keystore,
String keystorePassword,
KeyStore truststore)
Deprecated. |
|
SSLLayeringStrategy(SSLContext sslContext)
Deprecated. |
|
SSLLayeringStrategy(SSLContext sslContext,
org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier)
Deprecated. |
|
SSLLayeringStrategy(String algorithm,
KeyStore keystore,
String keystorePassword,
KeyStore truststore,
SecureRandom random,
org.apache.http.conn.ssl.TrustStrategy trustStrategy,
org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier)
Deprecated. |
|
SSLLayeringStrategy(String algorithm,
KeyStore keystore,
String keystorePassword,
KeyStore truststore,
SecureRandom random,
org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier)
Deprecated. |
|
SSLLayeringStrategy(org.apache.http.conn.ssl.TrustStrategy trustStrategy)
Deprecated. |
|
SSLLayeringStrategy(org.apache.http.conn.ssl.TrustStrategy trustStrategy,
org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier)
Deprecated. |
Method Summary | |
---|---|
static SSLLayeringStrategy |
getDefaultStrategy()
Deprecated. |
static SSLLayeringStrategy |
getSystemDefaultStrategy()
Deprecated. |
protected void |
initializeEngine(SSLEngine engine)
Deprecated. |
boolean |
isSecure()
Deprecated. |
org.apache.http.nio.reactor.ssl.SSLIOSession |
layer(org.apache.http.nio.reactor.IOSession ioSession)
Deprecated. |
protected void |
verifySession(org.apache.http.nio.reactor.IOSession ioSession,
SSLSession sslsession)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TLS
public static final String SSL
public static final String SSLV2
Constructor Detail |
---|
public SSLLayeringStrategy(String algorithm, KeyStore keystore, String keystorePassword, KeyStore truststore, SecureRandom random, org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException
NoSuchAlgorithmException
KeyManagementException
KeyStoreException
UnrecoverableKeyException
public SSLLayeringStrategy(String algorithm, KeyStore keystore, String keystorePassword, KeyStore truststore, SecureRandom random, org.apache.http.conn.ssl.TrustStrategy trustStrategy, org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException
NoSuchAlgorithmException
KeyManagementException
KeyStoreException
UnrecoverableKeyException
public SSLLayeringStrategy(KeyStore keystore, String keystorePassword, KeyStore truststore) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException
NoSuchAlgorithmException
KeyManagementException
KeyStoreException
UnrecoverableKeyException
public SSLLayeringStrategy(KeyStore keystore, String keystorePassword) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException
NoSuchAlgorithmException
KeyManagementException
KeyStoreException
UnrecoverableKeyException
public SSLLayeringStrategy(KeyStore truststore) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException
NoSuchAlgorithmException
KeyManagementException
KeyStoreException
UnrecoverableKeyException
public SSLLayeringStrategy(org.apache.http.conn.ssl.TrustStrategy trustStrategy, org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException
NoSuchAlgorithmException
KeyManagementException
KeyStoreException
UnrecoverableKeyException
public SSLLayeringStrategy(org.apache.http.conn.ssl.TrustStrategy trustStrategy) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException
NoSuchAlgorithmException
KeyManagementException
KeyStoreException
UnrecoverableKeyException
public SSLLayeringStrategy(SSLContext sslContext, org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier)
public SSLLayeringStrategy(SSLContext sslContext)
Method Detail |
---|
public static SSLLayeringStrategy getDefaultStrategy()
public static SSLLayeringStrategy getSystemDefaultStrategy()
public boolean isSecure()
isSecure
in interface LayeringStrategy
public org.apache.http.nio.reactor.ssl.SSLIOSession layer(org.apache.http.nio.reactor.IOSession ioSession)
layer
in interface LayeringStrategy
protected void initializeEngine(SSLEngine engine)
protected void verifySession(org.apache.http.nio.reactor.IOSession ioSession, SSLSession sslsession) throws SSLException
SSLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |