Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
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.

Method Summary

voidsetCertificates(X509Certificate[] chain)

Sets the certificate chain in question.

Method Details

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: