org.metastatic.jessie
Interface CertificateHandler
CallbackHandler
|
+--org.metastatic.jessie.CertificateHandler
All Implemented Interfaces:
CallbackHandler
public interface CertificateHandler
implements CallbackHandler
This extended version of CallbackHandler can take an array of
X509Certificate objects, so they can be displayed to the user
when asking for confirmation.
setCertificates
public void setCertificates(X509Certificate[] chain)
Sets the certificate chain in question. This should be used for
informational purposes, i.e. to display the certificate to the
user, when asking for confirmation.
Parameters: