Serialized Form


Package core.util

Class core.util.Bar extends JFrame implements Serializable

serialVersionUID: 8916984472712058210L

Class core.util.Pie extends ApplicationFrame implements Serializable

serialVersionUID: -6959821966720355319L


Package core.view

Class core.view.AboutDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

jContentPane

JPanel jContentPane

flexiCryptLogo

JLabel flexiCryptLogo

keyLogo

JLabel keyLogo

aboutDescriptionPanel

AboutDescriptionPanel aboutDescriptionPanel

Class core.view.AbstractMainDialog extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

menu

JMenuBar menu

tabs

JTabbedPane tabs

status

StatusBar status

LAFtoMenuItem

HashMap<K,V> LAFtoMenuItem

keyStoreReadOnly

JMenuItem keyStoreReadOnly

Class core.view.AdminDialog extends AbstractMainDialog implements Serializable

serialVersionUID: -2552045829768841013L

Class core.view.KeyStoreLoadDialog extends JDialog implements Serializable

serialVersionUID: 3666578084315732471L

Serialized Fields

isOnlyStandardPath

boolean isOnlyStandardPath

createNewLabel

JLabel createNewLabel

createNewBox

JCheckBox createNewBox

keyStoreLabel

JLabel keyStoreLabel

keyStoreFilePanel

FilePanel keyStoreFilePanel

passLabel

JLabel passLabel

pass

JPasswordField pass

cancel

JButton cancel

loadCreateKeyStoreButton

JButton loadCreateKeyStoreButton

main

AbstractMainDialog main

Class core.view.KeyStoreSaveDialog extends JDialog implements Serializable

serialVersionUID: 3666578084315732471L

Serialized Fields

exitAfterSaving

boolean exitAfterSaving

onlyStandardPath

boolean onlyStandardPath

keyStoreLabel

JLabel keyStoreLabel

keyStoreFilePanel

FilePanel keyStoreFilePanel

passLabel

JLabel passLabel

pass

JPasswordField pass

cancel

JButton cancel

saveKeyStoreButton

JButton saveKeyStoreButton

main

AbstractMainDialog main

Class core.view.MainDialog extends AbstractMainDialog implements Serializable

serialVersionUID: -2552045829768841013L


Package core.view.panels.help

Class core.view.panels.help.AboutDescriptionPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

jTabbedPane

JTabbedPane jTabbedPane

infoPanel

JPanel infoPanel

participantsPanel

JPanel participantsPanel

licencePanel

JPanel licencePanel

jTextArea

JTextArea jTextArea

jTextArea1

JTextArea jTextArea1

jScrollPane

JScrollPane jScrollPane

jTextArea2

JTextArea jTextArea2

jScrollPane1

JScrollPane jScrollPane1

Class core.view.panels.help.DecryptPanel extends JPanel implements Serializable

serialVersionUID: -124284509481768830L

Serialized Fields

decryptDialog

DecryptMainPanel decryptDialog

keyOwnerBox

KeyOwnerComboBox keyOwnerBox

keyCertBox

KeyCertComboBox keyCertBox

verifyAfterBox

JCheckBox verifyAfterBox

decryptButton

JButton decryptButton

keyOwnerLabel

JLabel keyOwnerLabel

keyCertLabel

JLabel keyCertLabel

verifyAfterLabel

JLabel verifyAfterLabel

Class core.view.panels.help.EncryptPanel extends JPanel implements Serializable

serialVersionUID: 43170138755525434L

Serialized Fields

encryptDialog

EncryptMainPanel encryptDialog

keyOwnerBox

KeyOwnerComboBox keyOwnerBox

keyCertBox

KeyCertComboBox keyCertBox

signAfterBox

JCheckBox signAfterBox

hybridBox

JCheckBox hybridBox

hybridAlgoLabel

JLabel hybridAlgoLabel

hybridAlgoBox

AlgorithmComboBox hybridAlgoBox

hybridStrengthLabel

JLabel hybridStrengthLabel

hybridStrengthBox

KeyStrengthComboBox hybridStrengthBox

encryptButton

JButton encryptButton

keyOwnerLabel

JLabel keyOwnerLabel

keyCertLabel

JLabel keyCertLabel

hybridLabel

JLabel hybridLabel

signAfterLabel

JLabel signAfterLabel

Class core.view.panels.help.FilePanel extends JPanel implements Serializable

serialVersionUID: -1125208240208562694L

Serialized Fields

filePath

JTextField filePath

browse

JButton browse

file

File file

method

int method

filter

FileFilter filter

Class core.view.panels.help.HashPanel extends JPanel implements Serializable

serialVersionUID: 9151974127405253696L

Serialized Fields

hashDialog

HashMainPanel hashDialog

algoBox

AlgorithmComboBox algoBox

runButton

JButton runButton

fileLabel

JLabel fileLabel

algoBoxLabel

JLabel algoBoxLabel

hashLabel

JLabel hashLabel

file

FilePanel file

text

JTextArea text

Class core.view.panels.help.OpenSavePanel extends JPanel implements Serializable

serialVersionUID: 1413702301242582042L

Serialized Fields

openPanel

FilePanel openPanel

savePanel

FilePanel savePanel

Class core.view.panels.help.PerformancePanel extends JPanel implements Serializable

serialVersionUID: 16845988231676912L

Serialized Fields

encryptDialog

PerformanceMainPanel encryptDialog

perBox

PerformanceComboBox perBox

runButton

JButton runButton

performanceBoxLabel

JLabel performanceBoxLabel

keyLabel

JLabel keyLabel

keySizeButtons

ButtonGroup keySizeButtons

minKeySizeButton

JRadioButton minKeySizeButton

defaultKeySizeButton

JRadioButton defaultKeySizeButton

maxKeySizeButton

JRadioButton maxKeySizeButton

Class core.view.panels.help.SignPanel extends JPanel implements Serializable

serialVersionUID: 43170138755525434L

Serialized Fields

signDialog

SignMainPanel signDialog

keyOwnerBox

KeyOwnerComboBox keyOwnerBox

keyCertBox

KeyCertComboBox keyCertBox

signAlgoBox

AlgorithmComboBox signAlgoBox

encryptAfterBox

JCheckBox encryptAfterBox

signButton

JButton signButton

keyOwnerLabel

JLabel keyOwnerLabel

certificateLabel

JLabel certificateLabel

encryptAfterLabel

JLabel encryptAfterLabel

Class core.view.panels.help.VerifyPanel extends JPanel implements Serializable

serialVersionUID: 43170138755525434L

Serialized Fields

verifyDialog

VerifyMainPanel verifyDialog

ownerBox

KeyOwnerComboBox ownerBox

keyBox

KeyCertComboBox keyBox

verifyButton

JButton verifyButton

ownerBoxLabel

JLabel ownerBoxLabel

keyBoxLabel

JLabel keyBoxLabel

decryptAfter

JLabel decryptAfter

xmlSigLabel

JLabel[] xmlSigLabel

decryptAfterBox

JCheckBox decryptAfterBox

Class core.view.panels.help.WipePanel extends JPanel implements Serializable

serialVersionUID: 9151974127405253696L

Serialized Fields

wipeDialog

WipeMainPanel wipeDialog

runButton

JButton runButton

fileLabel

JLabel fileLabel

securityLevelLabel

JLabel securityLevelLabel

file

FilePanel file

fewIterationsButton

JRadioButton fewIterationsButton

defaultIterationsButton

JRadioButton defaultIterationsButton

manyIterationsButton

JRadioButton manyIterationsButton

paranoidIterationsButton

JRadioButton paranoidIterationsButton

iterationsButtons

ButtonGroup iterationsButtons

Package core.view.panels.keymanagement

Class core.view.panels.keymanagement.ExportKeyCertDialog extends JDialog implements Serializable

serialVersionUID: 1489347305849549606L

Serialized Fields

owner

Frame owner

stdPath

String stdPath

file

FilePanel file

Class core.view.panels.keymanagement.GenerateCertMainPanel extends AbstractMainPanel implements Serializable

serialVersionUID: -13625653514525445L

Serialized Fields

genCAsigned

boolean genCAsigned

ownerLabel

JLabel ownerLabel

ownerField

JTextField ownerField

keyAlgoLabel

JLabel keyAlgoLabel

keyAlgoBox

AlgorithmComboBox keyAlgoBox

sigAlgoLabel

JLabel sigAlgoLabel

sigAlgoBox

AlgorithmComboBox sigAlgoBox

strengthLabel

JLabel strengthLabel

strengthBox

KeyStrengthComboBox strengthBox

passwordGuardedLabel

JLabel passwordGuardedLabel

passwordGuarded

JCheckBox passwordGuarded

passLabel

JLabel passLabel

pass

JPasswordField pass

generateButton

JButton generateButton

emailField

JTextField emailField

countryBox

JComboBox countryBox

orgaField

JTextField orgaField

orgaUnitField

JTextField orgaUnitField

cityField

JTextField cityField

dateFromLab

JLabel dateFromLab

dateToLab

JLabel dateToLab

fromDate

com.toedter.calendar.JDateChooser fromDate

toDate

com.toedter.calendar.JDateChooser toDate

exportCSRafterwards

JCheckBox exportCSRafterwards

Class core.view.panels.keymanagement.GenerateCRLMainPanel extends AbstractMainPanel implements Serializable

serialVersionUID: 1953218699853510318L

Serialized Fields

map

HashMap<K,V> map

certListLab

JLabel certListLab

certList

JList certList

certScroller

JScrollPane certScroller

revokeButton

JButton revokeButton

Class core.view.panels.keymanagement.GenerateSecretKeyMainPanel extends AbstractMainPanel implements Serializable

serialVersionUID: -13625653514525445L

Serialized Fields

ownerLabel

JLabel ownerLabel

ownerField

JTextField ownerField

algoLabel

JLabel algoLabel

algoBox

AlgorithmComboBox algoBox

strengthLabel

JLabel strengthLabel

strengthBox

KeyStrengthComboBox strengthBox

passwordGuardedLabel

JLabel passwordGuardedLabel

passwordGuarded

JCheckBox passwordGuarded

passLabel

JLabel passLabel

pass

JPasswordField pass

generateButton

JButton generateButton

Class core.view.panels.keymanagement.ImportKeyCertMainPanel extends AbstractMainPanel implements Serializable

serialVersionUID: 1829443301319949613L

Serialized Fields

importFileLabel

JLabel importFileLabel

importFilePanel

FilePanel importFilePanel

passLabel

JLabel passLabel

pass

JPasswordField pass

importButton

JButton importButton

Class core.view.panels.keymanagement.KeyCertPropertyViewer extends JDialog implements Serializable

serialVersionUID: 1489347305849549606L

Serialized Fields

owner

Frame owner

alias

String alias

cert

X509Certificate cert

type

JLabel type

internalID

JLabel internalID

sigAlg

JLabel sigAlg

CN

JLabel CN

orga

JLabel orga

orgaUnit

JLabel orgaUnit

city

JLabel city

country

JLabel country

email

JLabel email

time

JLabel time

pubCode

JTextArea pubCode

Class core.view.panels.keymanagement.KeyManagerMainPanel extends AbstractMainPanel implements Serializable

serialVersionUID: -8175862986405226131L

Serialized Fields

tabs

JTabbedPane tabs

Class core.view.panels.keymanagement.KeyViewCertPanel extends AbstractMainPanel implements Serializable

serialVersionUID: 6061556640721228473L

Serialized Fields

deleteIcon

ImageIcon deleteIcon

exportIcon

ImageIcon exportIcon

propertiesIcon

ImageIcon propertiesIcon

exportCsrIcon

ImageIcon exportCsrIcon

signCSRIcon

ImageIcon signCSRIcon

table

JTable table

tableScroll

JScrollPane tableScroll

function

Function function

Class core.view.panels.keymanagement.KeyViewMainPanel extends AbstractMainPanel implements Serializable

serialVersionUID: 6061556640721228473L

Serialized Fields

deleteIcon

ImageIcon deleteIcon

exportIcon

ImageIcon exportIcon

propertiesIcon

ImageIcon propertiesIcon

exportCsrIcon

ImageIcon exportCsrIcon

signCSRIcon

ImageIcon signCSRIcon

table

JTable table

tableScroll

JScrollPane tableScroll

function

Function function

Class core.view.panels.keymanagement.KeyViewPairPanel extends AbstractMainPanel implements Serializable

serialVersionUID: 6061556640721228473L

Serialized Fields

deleteIcon

ImageIcon deleteIcon

exportIcon

ImageIcon exportIcon

propertiesIcon

ImageIcon propertiesIcon

exportCsrIcon

ImageIcon exportCsrIcon

signCSRIcon

ImageIcon signCSRIcon

table

JTable table

tableScroll

JScrollPane tableScroll

function

Function function

Class core.view.panels.keymanagement.KeyViewSecretPanel extends AbstractMainPanel implements Serializable

serialVersionUID: 6061556640721228473L

Serialized Fields

deleteIcon

ImageIcon deleteIcon

exportIcon

ImageIcon exportIcon

propertiesIcon

ImageIcon propertiesIcon

exportCsrIcon

ImageIcon exportCsrIcon

signCSRIcon

ImageIcon signCSRIcon

table

JTable table

tableScroll

JScrollPane tableScroll

function

Function function

Package core.view.panels.main

Class core.view.panels.main.AbstractMainPanel extends JPanel implements Serializable

serialVersionUID: 8862667279279862844L

Serialized Fields

controller

Controller controller

tabPane

JTabbedPane tabPane

status

StatusBar status

Class core.view.panels.main.DecryptMainPanel extends AbstractMainPanel implements Serializable

serialVersionUID: 7026347343797427498L

Serialized Fields

openSavePanel

OpenSavePanel openSavePanel

decryptPanel

DecryptPanel decryptPanel

Class core.view.panels.main.EncryptMainPanel extends AbstractMainPanel implements Serializable

serialVersionUID: 7026347343797427498L

Serialized Fields

openSavePanel

OpenSavePanel openSavePanel

encryptPanel

EncryptPanel encryptPanel

Class core.view.panels.main.HashMainPanel extends AbstractMainPanel implements Serializable

serialVersionUID: -2566797259442976488L

Serialized Fields

standardDigestLength

HashMap<K,V> standardDigestLength

hashPanel

HashPanel hashPanel

Class core.view.panels.main.PerformanceMainPanel extends AbstractMainPanel implements Serializable

serialVersionUID: 564575427454767347L

Serialized Fields

performancePanel

PerformancePanel performancePanel

Class core.view.panels.main.SignMainPanel extends AbstractMainPanel implements Serializable

serialVersionUID: 7026347343797427498L

Serialized Fields

fileLabel

JLabel fileLabel

filePanel

FilePanel filePanel

signPanel

SignPanel signPanel

Class core.view.panels.main.VerifyMainPanel extends AbstractMainPanel implements Serializable

serialVersionUID: 7026347343797427498L

Serialized Fields

signedFileLabel

JLabel signedFileLabel

signedFilePanel

FilePanel signedFilePanel

verifyPanel

VerifyPanel verifyPanel

Class core.view.panels.main.WipeMainPanel extends AbstractMainPanel implements Serializable

serialVersionUID: -2566797259442976488L

Serialized Fields

wipePanel

WipePanel wipePanel

Package core.view.util

Class core.view.util.AlgorithmComboBox extends JComboBox implements Serializable

serialVersionUID: -2389037072185763298L

Serialized Fields

type

int type
The type of algorithms which should be shown. If type is null all the algorithms are filtered.

Class core.view.util.KeyCertComboBox extends JComboBox implements Serializable

serialVersionUID: -7061487744881331709L

Serialized Fields

name

String name

entryType

int entryType

itemToAlias

HashMap<K,V> itemToAlias

oldSelected

Object oldSelected

selectedEntry

KeyStore.Entry selectedEntry

Class core.view.util.KeyOwnerComboBox extends JComboBox implements Serializable

serialVersionUID: -4916834766709242497L

Class core.view.util.KeyStrengthComboBox extends JComboBox implements Serializable

serialVersionUID: 5059172479031591690L

Serialized Fields

algorithmName

String algorithmName

Class core.view.util.PerformanceComboBox extends JComboBox implements Serializable

serialVersionUID: 15553857998542416L

Class core.view.util.StatusBar extends JPanel implements Serializable

serialVersionUID: -7716819837621500221L

Serialized Fields

stdLabelForegroundColor

Color stdLabelForegroundColor

status

JLabel status

progress

JProgressBar progress

cancel

JButton cancel

func

Function func

stopIcon_active

ImageIcon stopIcon_active

stopIcon_inactive

ImageIcon stopIcon_inactive