net.praqma.jenkins.rqm.request
Class RQMSSLContext

java.lang.Object
  extended by net.praqma.jenkins.rqm.request.RQMSSLContext

public class RQMSSLContext
extends Object

Author:
Praqma

Field Summary
static String SSL
          Encryption algorithm SSL
static String SSL_TLS
           
static String SSLV3
          Encryption algorithm TLS then SSL - Sun JREs
static String TLS
          Encryption algorithm TLS
 
Constructor Summary
RQMSSLContext()
           
 
Method Summary
static SSLContext createSSLContext(TrustManager trustManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RQMSSLContext

public RQMSSLContext()
Method Detail

createSSLContext

public static SSLContext createSSLContext(TrustManager trustManager)


Copyright © 2004-2014. All Rights Reserved.