Groovy Documentation

org.jdesktop.http
[Java] Class LowSecurityX509TrustManager

java.lang.Object
  org.jdesktop.http.LowSecurityX509TrustManager
All Implemented Interfaces:
X509TrustManager

class LowSecurityX509TrustManager
extends Object


Field Summary
private static Logger LOG

Log object for this class.

private X509TrustManager standardTrustManager

 
Constructor Summary
LowSecurityX509TrustManager(KeyStore keystore)

Constructor for LowSecurityX509TrustManager.

 
Method Summary
void checkClientTrusted(X509Certificate[] certificates, String authType)

@see javax.net.ssl.X509TrustManager#checkClientTrusted(X509Certificate[],String authType)

void checkServerTrusted(X509Certificate[] certificates, String authType)

@see javax.net.ssl.X509TrustManager#checkServerTrusted(X509Certificate[],String authType)

X509Certificate[] getAcceptedIssuers()

@see javax.net.ssl.X509TrustManager#getAcceptedIssuers()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

LOG

private static final Logger LOG
Log object for this class.


standardTrustManager

private X509TrustManager standardTrustManager


 
Constructor Detail

LowSecurityX509TrustManager

public LowSecurityX509TrustManager(KeyStore keystore)
Constructor for LowSecurityX509TrustManager.


 
Method Detail

checkClientTrusted

public void checkClientTrusted(X509Certificate[] certificates, String authType)
See Also:
X509TrustManager.checkClientTrusted


checkServerTrusted

public void checkServerTrusted(X509Certificate[] certificates, String authType)
See Also:
X509TrustManager.checkServerTrusted


getAcceptedIssuers

public X509Certificate[] getAcceptedIssuers()
See Also:
X509TrustManager.getAcceptedIssuers


 

Groovy Documentation