org.sblim.cimclient.internal.http

Class AllTrustManager

class AllTrustManager extends Object implements X509TrustManager

Method Summary
voidcheckClientTrusted(X509Certificate[] arg0, String arg1)
voidcheckServerTrusted(X509Certificate[] arg0, String arg1)
X509Certificate[]getAcceptedIssuers()

Method Detail

checkClientTrusted

public void checkClientTrusted(X509Certificate[] arg0, String arg1)

Parameters: arg0 arg1

checkServerTrusted

public void checkServerTrusted(X509Certificate[] arg0, String arg1)

Parameters: arg0 arg1

getAcceptedIssuers

public X509Certificate[] getAcceptedIssuers()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.