Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
org.metastatic.jessie

Class ConsoleCertificateHandler

java.lang.Object
|
+--org.metastatic.jessie.ConsoleCertificateHandler

All Implemented Interfaces:

CertificateHandler


public class ConsoleCertificateHandler

extends java.lang.Object

implements CertificateHandler

This implementation of CertificateHandler asks for confirmation from the console, and reads replies from java.lang.System#in.

Field Summary

X509Certificate[]chain

This implementation of CertificateHandler asks for confirmation from the console, and reads replies from java.lang.System#in.

Method Summary

voidhandle(Callback[] callbacks)

voidsetCertificates(X509Certificate[] chain)

Field Details

chain

protected X509Certificate[] chain

This implementation of CertificateHandler asks for confirmation from the console, and reads replies from java.lang.System#in.


Method Details

handle

public void handle(Callback[] callbacks)

Parameters:


setCertificates

public void setCertificates(X509Certificate[] chain)

Parameters: