Serialized Form


Package nl.nikhef.slcshttps.gui

Class nl.nikhef.slcshttps.gui.CAPanel extends JPanel implements Serializable

Class nl.nikhef.slcshttps.gui.CertPanel extends JPanel implements Serializable

Class nl.nikhef.slcshttps.gui.NonEditableDefaultTableModel extends DefaultTableModel implements Serializable

Class nl.nikhef.slcshttps.gui.SerialPanel extends JPanel implements Serializable

Serialized Fields

ca

CAHttps ca
The information for this SerialPanel is taken from here.


serialModel

NonEditableDefaultTableModel serialModel
Contains the serialnumber, updated by SerialPanel.actButton and SerialPanel.deactButton.


actButton

JButton actButton
Activate the certificate for client side authentication.


deactButton

JButton deactButton
Dectivate the certificate for client side authentication.


showHttx

boolean showHttx
whether or not the Httx is shown by CAPanel, what is actually shown by this SerialPanel is determined by the parameter in SerialPanel.SerialPanel(CAHttps,boolean).


showBoth

boolean showBoth
whether or Https AND Httx status are shown by CAPanel, what is actually shown by this SerialPanel is determined by the parameter in SerialPanel.SerialPanel(CAHttps,boolean).


maskHttps

boolean maskHttps
whether or not Https is masked by CAPanel, what is actually shown by this SerialPanel is determined by the parameter in SerialPanel.SerialPanel(CAHttps,boolean), masking means: show only Httx status, but update both Https and Httx.

Class nl.nikhef.slcshttps.gui.SURFCAInitDialog extends JDialog implements Serializable

Serialized Fields

surfCA

CAHttps surfCA
this will be the new CAHttps, which is an instance of SURFCAHttps, but initially will be equal to the CAHttps that is passed to the constructor; it can be retrieved using SURFCAInitDialog.getSURFCAHttps().


oldSurfCA

CAHttps oldSurfCA
CAHttps instance passed into the constructor, used when initialization fails or is aborted, to revert.


subject1Name

JLabel subject1Name
Subject related text used on card 1.


subject7Name

JLabel subject7Name
Subject related text used on card 7.


subject8Name

JLabel subject8Name
Subject related text used on card 8.


button1

JButton button1
Button used in a 1-button panel, changed using SURFCAInitDialog.actionPerformed(ActionEvent).


button2a

JButton button2a
First button used in a 2-button panel, changed using SURFCAInitDialog.actionPerformed(ActionEvent).


button2b

JButton button2b
Second button used in a 2-button panel, changed using SURFCAInitDialog.actionPerformed(ActionEvent).


buttonPanel

JPanel buttonPanel
Button panel (CardLayout), changed using SURFCAInitDialog.actionPerformed(ActionEvent).


cardPanel

JPanel cardPanel
Text panel (CardLayout), changed using SURFCAInitDialog.actionPerformed(ActionEvent).



nl.nikhef.slcshttps Mischa Sallé - msalle(AT)nikhef.nl