Groovy Documentation

org.jdesktop.http
[Java] Interface SecurityHandler


interface SecurityHandler

Pluggable SecurityHandler. It is not clear that this is needed. Hence, it is package private.

Authors:
rbair


Method Summary
boolean isServerTrusted(String host, X509Certificate cert)

 

Method Detail

isServerTrusted

public boolean isServerTrusted(String host, X509Certificate cert)


 

Groovy Documentation