|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzombie.chat.IRCClient.TrustManager
public class IRCClient.TrustManager
| Constructor Summary | |
|---|---|
IRCClient.TrustManager()
|
|
| Method Summary | |
|---|---|
java.security.cert.X509Certificate[] |
getAcceptedIssuers()
Return an array of certificate authority certificates which are trusted for authenticating peers. |
boolean |
isTrusted(java.security.cert.X509Certificate[] chain)
Checks whether the server is trusted or not. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IRCClient.TrustManager()
| Method Detail |
|---|
public java.security.cert.X509Certificate[] getAcceptedIssuers()
org.schwering.irc.lib.ssl.SSLTrustManager
getAcceptedIssuers in interface org.schwering.irc.lib.ssl.SSLTrustManagerpublic boolean isTrusted(java.security.cert.X509Certificate[] chain)
org.schwering.irc.lib.ssl.SSLTrustManager
isTrusted in interface org.schwering.irc.lib.ssl.SSLTrustManagerchain - The peer certificate chain.
true if the server is trusted, false
if the server is not trusted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||