net.praqma.jenkins.rqm.request
Class RQMSSLContext
java.lang.Object
net.praqma.jenkins.rqm.request.RQMSSLContext
public class RQMSSLContext
- extends Object
- Author:
- Praqma
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSL_TLS
public static final String SSL_TLS
- See Also:
- Constant Field Values
SSLV3
public static final String SSLV3
- Encryption algorithm TLS then SSL - Sun JREs
- See Also:
- Constant Field Values
TLS
public static final String TLS
- Encryption algorithm TLS
- See Also:
- Constant Field Values
SSL
public static final String SSL
- Encryption algorithm SSL
- See Also:
- Constant Field Values
RQMSSLContext
public RQMSSLContext()
createSSLContext
public static SSLContext createSSLContext(TrustManager trustManager)
Copyright © 2004-2014. All Rights Reserved.