Serialized Form


Package org.ssonet.appConf

Class org.ssonet.appConf.ApplicationConfiguration implements Serializable

Serialized Fields

panelSecurityButtons

javax.swing.JPanel panelSecurityButtons

panelConfidelity

javax.swing.JPanel panelConfidelity

panelIntegrity

javax.swing.JPanel panelIntegrity

panelAnonymity

javax.swing.JPanel panelAnonymity

gridBagLayout0

java.awt.GridBagLayout gridBagLayout0

panelDialogButtons

javax.swing.JPanel panelDialogButtons

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

gridBagLayout2

java.awt.GridBagLayout gridBagLayout2

gridBagLayout3

java.awt.GridBagLayout gridBagLayout3

gridBagLayout4

java.awt.GridBagLayout gridBagLayout4

gridBagLayout5

java.awt.GridBagLayout gridBagLayout5

jButton_OK

javax.swing.JButton jButton_OK

jButton_Cancel

javax.swing.JButton jButton_Cancel

jButton_Help

javax.swing.JButton jButton_Help

jButton_securityLow

javax.swing.JButton jButton_securityLow

jButton_securityMedium

javax.swing.JButton jButton_securityMedium

jButton_securityHigh

javax.swing.JButton jButton_securityHigh

titledBorder1

javax.swing.border.TitledBorder titledBorder1

titledBorder2

javax.swing.border.TitledBorder titledBorder2

titledBorder3

javax.swing.border.TitledBorder titledBorder3

titledBorder4

javax.swing.border.TitledBorder titledBorder4

buttonGroup1

javax.swing.ButtonGroup buttonGroup1

buttonGroup2

javax.swing.ButtonGroup buttonGroup2

jLabel_confidelity

javax.swing.JLabel jLabel_confidelity

jLabel_integrity

javax.swing.JLabel jLabel_integrity

jLabel_accountabilitySign

javax.swing.JLabel jLabel_accountabilitySign

jLabel_accountabilityAccept

javax.swing.JLabel jLabel_accountabilityAccept

jLabel_anonService

javax.swing.JLabel jLabel_anonService

jRadioButton_useAnonService

javax.swing.JRadioButton jRadioButton_useAnonService

jRadioButton_doNotUseAnonService

javax.swing.JRadioButton jRadioButton_doNotUseAnonService

jLabel_IconAnonService

javax.swing.JLabel jLabel_IconAnonService

anonServiceOnIcon

javax.swing.ImageIcon anonServiceOnIcon

anonServiceOffIcon

javax.swing.ImageIcon anonServiceOffIcon

bgcConfidentiality

ButtonGroupComponent bgcConfidentiality

bgcIntegrity

ButtonGroupComponent bgcIntegrity

bgcAccountabilitySign

ButtonGroupComponent bgcAccountabilitySign

bgcAccountabilityAccept

ButtonGroupComponent bgcAccountabilityAccept

defaultValues

ActionConfiguration defaultValues

configuration

java.util.Hashtable configuration
Contains the configuration of actions during program execution Access indices are the action numbers. Registered objects are action configurations.
See Also:
ActionConfiguration

configuration2

java.util.Hashtable configuration2
Contains only whether the AnonService is used or not

actionID

short actionID
Unique id of the action which is to be configured

applicationName

java.lang.String applicationName
The configuration data will be saved in a file with the name .cfg

actionConfiguration

ActionConfiguration actionConfiguration
action settings to configure

anonServiceConfiguration

java.lang.Boolean anonServiceConfiguration
AnonService setting

configurationFile

java.io.File configurationFile
File to save the configuration data

isClient

boolean isClient

Class org.ssonet.appConf.ButtonGroupComponent implements Serializable

Serialized Fields

unconditionalButton

javax.swing.JRadioButton unconditionalButton

ifPossibleButton

javax.swing.JRadioButton ifPossibleButton

doesntMatterButton

javax.swing.JRadioButton doesntMatterButton

ifNeccessaryButton

javax.swing.JRadioButton ifNeccessaryButton

neverButton

javax.swing.JRadioButton neverButton

unconditionalNegotiableCheckBox

javax.swing.JCheckBox unconditionalNegotiableCheckBox

neverNegotiableCheckBox

javax.swing.JCheckBox neverNegotiableCheckBox

negotiable

boolean negotiable

iconLabel

javax.swing.JLabel iconLabel

iconOnFileName

java.net.URL iconOnFileName

iconEqualFileName

java.net.URL iconEqualFileName

iconOffFileName

java.net.URL iconOffFileName

actionListener

java.awt.event.ActionListener actionListener


Package org.ssonet.awt

Class org.ssonet.awt.ArrowButton implements Serializable

Class org.ssonet.awt.BasicSpinnerUI implements Serializable

Serialized Fields

d

java.awt.Dimension d

ascent

int ascent

fm

java.awt.FontMetrics fm

Class org.ssonet.awt.JIntField implements Serializable

Class org.ssonet.awt.JPreferenceList implements Serializable

Serialized Fields

preferenceList

javax.swing.JList preferenceList

list

JSameSizeList list

label1

javax.swing.JLabel label1

label2

javax.swing.JLabel label2

upButton

ArrowButton upButton

downButton

ArrowButton downButton

addButton

ArrowButton addButton

removeButton

ArrowButton removeButton

preferenceListSelectionListener

PreferenceListSelectionListener preferenceListSelectionListener

Class org.ssonet.awt.JSameSizeList implements Serializable

Serialized Fields

masterList

javax.swing.JList masterList

Class org.ssonet.awt.JSpinner implements Serializable

Serialized Fields

spinner

Spinner spinner

bttns

SpinnerButton bttns

min

int min

max

int max

step

int step

Class org.ssonet.awt.Spinner implements Serializable

Serialized Fields

txt

java.lang.String txt

d

java.awt.Dimension d

ascent

int ascent

value

int value

haveFocus

boolean haveFocus

minValue

int minValue

maxValue

int maxValue

fm

java.awt.FontMetrics fm

nDigits

int nDigits

digitsTyped

int digitsTyped

wraps

boolean wraps

borderPainted

boolean borderPainted

backgroundColor

java.awt.Color backgroundColor

leadingPad

int leadingPad

wrapped

boolean wrapped

Class org.ssonet.awt.SpinnerButton implements Serializable

Serialized Fields

state

byte state

actionListener

java.awt.event.ActionListener actionListener


Package org.ssonet.baseConf

Class org.ssonet.baseConf.BaseConfigDialog implements Serializable

Serialized Fields

debug

boolean debug

mode

int mode

parent

javax.swing.JFrame parent

cancelButton

javax.swing.JButton cancelButton

tabbedPane

javax.swing.JTabbedPane tabbedPane

accoutabilityTabbedPane

javax.swing.JTabbedPane accoutabilityTabbedPane

tabHeadKey

java.lang.String[] tabHeadKey

menu

javax.swing.JMenu[] menu

menuTextKey

java.lang.String[] menuTextKey

menuitem

javax.swing.JMenuItem[] menuitem

menuitemTextKey

java.lang.String[] menuitemTextKey

checkBoxMenuItem

javax.swing.JCheckBoxMenuItem[] checkBoxMenuItem

checkBoxMenuItemTextKey

java.lang.String[] checkBoxMenuItemTextKey

confidetialityPanelLabel

javax.swing.JLabel confidetialityPanelLabel

integrityPanelLabel

javax.swing.JLabel integrityPanelLabel

anonymityPanelLabel

javax.swing.JLabel anonymityPanelLabel

askBeforeSignCheckBox

javax.swing.JCheckBox askBeforeSignCheckBox

changeConfigurationButtonTextKey

java.lang.String[] changeConfigurationButtonTextKey

userPanel

javax.swing.JPanel userPanel

userNameLabel

javax.swing.JLabel userNameLabel

userNameShowLabel

javax.swing.JLabel userNameShowLabel

userDirLabel

javax.swing.JLabel userDirLabel

userDirShowLabel

javax.swing.JLabel userDirShowLabel

baseConfiguration

BaseConfiguration baseConfiguration

userProperties

java.util.Hashtable userProperties

caPanel

ConfigurationAnonymity caPanel

ccPanel

ConfigurationConfidentiality ccPanel

cacPanel

ConfigurationAccountability cacPanel

ciPanel

ConfigurationIntegrity ciPanel

Class org.ssonet.baseConf.CancelException implements Serializable

Class org.ssonet.baseConf.ConfigurationAccountability implements Serializable

Serialized Fields

debug

boolean debug

accountabilitySignPreferenceList

JPreferenceList accountabilitySignPreferenceList

accountabilityAcceptSignPreferenceList

JPreferenceList accountabilityAcceptSignPreferenceList

accountabilityConfiguration

java.util.Hashtable accountabilityConfiguration

parentFrame

javax.swing.JFrame parentFrame

changeConfigurationButtonTextKey

java.lang.String changeConfigurationButtonTextKey

askBeforeSignCheckBox

javax.swing.JCheckBox askBeforeSignCheckBox

accountabilityTabbedPane

javax.swing.JTabbedPane accountabilityTabbedPane

accountabilitySignRadioButton

javax.swing.JRadioButton accountabilitySignRadioButton

accountabilityAcceptRadioButton

javax.swing.JRadioButton accountabilityAcceptRadioButton

accountabilityMechanisms

java.lang.String[] accountabilityMechanisms

changeConfigurationButton

javax.swing.JButton[] changeConfigurationButton

helpButton

javax.swing.JButton[] helpButton

Class org.ssonet.baseConf.ConfigurationAnonymity implements Serializable

Serialized Fields

debug

boolean debug

anonymityConfiguration

java.util.Hashtable anonymityConfiguration
the anonymity configuration of the user

anonymityPreferenceList

JPreferenceList anonymityPreferenceList
The preference list gui object

parentFrame

javax.swing.JFrame parentFrame

anonymityPanelLabel

javax.swing.JLabel anonymityPanelLabel

anonLevelBorder

javax.swing.border.TitledBorder anonLevelBorder

abortAnonLevelCheckBox

javax.swing.JCheckBox abortAnonLevelCheckBox

ifAnonLevel1Label

javax.swing.JLabel ifAnonLevel1Label

abortAnonLevelIntField

JIntField abortAnonLevelIntField

warnAnonLevelCheckBox

javax.swing.JCheckBox warnAnonLevelCheckBox

ifAnonLevel2Label

javax.swing.JLabel ifAnonLevel2Label

warnAnonLevelIntField

JIntField warnAnonLevelIntField

selectCascadeBorder

javax.swing.border.TitledBorder selectCascadeBorder

dontCareRadioButton

javax.swing.JRadioButton dontCareRadioButton

useCertifiedRadioButton

javax.swing.JRadioButton useCertifiedRadioButton

selectManuallyRadioButton

javax.swing.JRadioButton selectManuallyRadioButton

connectionInfoServiceBorder

javax.swing.border.TitledBorder connectionInfoServiceBorder

infoServiceHostLabel

javax.swing.JLabel infoServiceHostLabel

infoServiceHostTextField

javax.swing.JTextField infoServiceHostTextField

infoServicePortLabel

javax.swing.JLabel infoServicePortLabel

infoServicePortIntField

JIntField infoServicePortIntField

helpButton

javax.swing.JButton helpButton

reloadAvailableCascadesButton

javax.swing.JButton reloadAvailableCascadesButton

list

java.lang.String[] list

availableFile

java.io.BufferedReader availableFile

availableMixCascadesNames

java.lang.String[] availableMixCascadesNames
Sting array of mix cascade names (used for the preference list)

availableMixCascades

anon.AnonServer[] availableMixCascades
Array of mixcascade infos

Class org.ssonet.baseConf.ConfigurationConfidentiality implements Serializable

Serialized Fields

debug

boolean debug

confidentialityPreferenceList

JPreferenceList confidentialityPreferenceList

confidentialityConfiguration

java.util.Hashtable confidentialityConfiguration

parentFrame

javax.swing.JFrame parentFrame

confidentialityPanelLabel

javax.swing.JLabel confidentialityPanelLabel

list

java.lang.String[] list

confidentialityMechanisms

java.lang.String[] confidentialityMechanisms
available mechanisms

changeConfigurationButton

javax.swing.JButton changeConfigurationButton

helpButton

javax.swing.JButton helpButton

changeConfigurationButtonTextKey

java.lang.String changeConfigurationButtonTextKey

Class org.ssonet.baseConf.ConfigurationIntegrity implements Serializable

Serialized Fields

debug

boolean debug

integrityPreferenceList

JPreferenceList integrityPreferenceList

integrityConfiguration

java.util.Hashtable integrityConfiguration

parentFrame

javax.swing.JFrame parentFrame

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

integrityPanelLabel

javax.swing.JLabel integrityPanelLabel

list

java.lang.String[] list

changeConfigurationButtonTextKey

java.lang.String changeConfigurationButtonTextKey

integrityMechanisms

java.lang.String[] integrityMechanisms

tabbedPane

javax.swing.JTabbedPane tabbedPane

changeConfigurationButton

javax.swing.JButton changeConfigurationButton

helpButton

javax.swing.JButton helpButton

Class org.ssonet.baseConf.InvalidCertificateException implements Serializable

Class org.ssonet.baseConf.PreferenceList implements Serializable

Serialized Fields

debug

boolean debug

version

java.lang.String version
Version of this class, used for storing preference lists

Class org.ssonet.baseConf.UserPropertiesDialog implements Serializable

Serialized Fields

userIDLabel

javax.swing.JLabel userIDLabel

keysLabel

javax.swing.JLabel keysLabel

languageLabel

javax.swing.JLabel languageLabel

directoryLabel

javax.swing.JLabel directoryLabel

keysStatusLabel

javax.swing.JLabel keysStatusLabel

certificatesLabel

javax.swing.JLabel certificatesLabel

certificatesStatusLabel

javax.swing.JLabel certificatesStatusLabel

userIDField

javax.swing.JTextField userIDField

directoryField

javax.swing.JTextField directoryField

createKeysButton

javax.swing.JButton createKeysButton

applyButton

javax.swing.JButton applyButton

cancelButton

javax.swing.JButton cancelButton

testCertificatesButton

javax.swing.JButton testCertificatesButton

createCertificatesButton

javax.swing.JButton createCertificatesButton

languageBox

javax.swing.JComboBox languageBox

locale

java.util.Locale locale

resource

java.util.ResourceBundle resource

isNewUser

boolean isNewUser

userDir

java.lang.String userDir

userProperties

java.util.Hashtable userProperties

sigPrivKey

java.security.PrivateKey sigPrivKey

ciphPrivKey

java.security.PrivateKey ciphPrivKey

sigCert

java.security.cert.X509Certificate sigCert

ciphCert

java.security.cert.X509Certificate ciphCert

keysStatus

int keysStatus

certificatesStatus

int certificatesStatus

debug

boolean debug

Class org.ssonet.baseConf.UserSelectDialog implements Serializable

Serialized Fields

resource

java.util.ResourceBundle resource

locale

java.util.Locale locale

userLabel

javax.swing.JLabel userLabel

newUserButton

javax.swing.JButton newUserButton

propertiesButton

javax.swing.JButton propertiesButton

selectButton

javax.swing.JButton selectButton

abortButton

javax.swing.JButton abortButton

userList

javax.swing.JList userList

users

java.io.File[] users

selectedUser

java.lang.String selectedUser

debug

boolean debug


Package org.ssonet.baseConf.rating

Class org.ssonet.baseConf.rating.PerformanceTest implements Serializable

Serialized Fields

statusLabel

javax.swing.JLabel statusLabel

buffer

byte[] buffer

progressBar

javax.swing.JProgressBar progressBar

parent

javax.swing.JDialog parent

closeTest

boolean closeTest

randomInitialized

boolean randomInitialized

Class org.ssonet.baseConf.rating.Rating implements Serializable

Serialized Fields

parent

javax.swing.JDialog parent

resource

java.util.ResourceBundle resource

okButton

javax.swing.JButton okButton

helpButton

javax.swing.JButton helpButton

perfButton

javax.swing.JButton perfButton


Package org.ssonet.examples.catalog.customer

Class org.ssonet.examples.catalog.customer.Customer implements Serializable

Serialized Fields

name

java.lang.String name

frame

javax.swing.JFrame frame

Class org.ssonet.examples.catalog.customer.FixedSizeJLabel implements Serializable

Serialized Fields

x

int x

y

int y

Class org.ssonet.examples.catalog.customer.MerchantListFrame implements Serializable

Serialized Fields

merchantList

java.lang.String[][] merchantList

MAX_MERCHANT

int MAX_MERCHANT

numberOfMerchants

int numberOfMerchants

customer

Customer customer

orderPanel

OrderPanel orderPanel

choice1

javax.swing.JComboBox choice1

quitButton

javax.swing.JButton quitButton

okButton

javax.swing.JButton okButton

location

javax.swing.JLabel location

Class org.ssonet.examples.catalog.customer.OrderForm implements Serializable

Serialized Fields

customer

Customer customer

catalog

Catalog catalog

orderSumPanel

OrderSumPanel orderSumPanel

parentFrame

javax.swing.JFrame parentFrame

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

cost

float cost

dataModel

javax.swing.table.TableModel dataModel

data

java.util.Vector data

tableView

javax.swing.JTable tableView

Class org.ssonet.examples.catalog.customer.OrderPanel implements Serializable

Serialized Fields

customer

Customer customer

tableView

ProductTable tableView

quitButton

javax.swing.JButton quitButton

orderButton

javax.swing.JButton orderButton

validity

javax.swing.JLabel validity

catalog

Catalog catalog

numberOfProducts

int numberOfProducts

productPanel

ProductPanel productPanel

orderSumPanel

OrderSumPanel orderSumPanel

numberFormat

java.text.NumberFormat numberFormat

isModal

boolean isModal

dataModel

javax.swing.table.TableModel dataModel

data

java.util.Vector data

mainMenuBar

javax.swing.JMenuBar mainMenuBar

menu1

javax.swing.JMenu menu1

menu2

javax.swing.JMenu menu2

menu3

javax.swing.JMenu menu3

menu4

javax.swing.JMenu menu4

changeConfig

javax.swing.JMenuItem changeConfig

showConfig

javax.swing.JMenuItem showConfig

loadCatalog

javax.swing.JMenuItem loadCatalog

requestCatalog

javax.swing.JMenuItem requestCatalog

about

javax.swing.JMenuItem about

exit

javax.swing.JMenuItem exit

Class org.ssonet.examples.catalog.customer.OrderSumPanel implements Serializable

Serialized Fields

sumLabel

java.awt.Label sumLabel

withTaxes

java.awt.Label withTaxes

taxLabel

java.awt.Label taxLabel

currencyString

java.lang.String currencyString

valueAddedTax

int valueAddedTax

numberFormat

java.text.NumberFormat numberFormat

Class org.ssonet.examples.catalog.customer.PreloadWaitFrame implements Serializable

Serialized Fields

readyToTakeOff

boolean readyToTakeOff

label

javax.swing.JLabel label

Class org.ssonet.examples.catalog.customer.ProductPanel implements Serializable

Serialized Fields

icon

javax.swing.ImageIcon icon

imageLabel

javax.swing.JLabel imageLabel

defaultImage

javax.swing.ImageIcon defaultImage

textField1

javax.swing.JTextArea textField1

Class org.ssonet.examples.catalog.customer.ProductTable implements Serializable

Serialized Fields

productPanel

ProductPanel productPanel

tableModel

javax.swing.table.TableModel tableModel

preSelected

int preSelected


Package org.ssonet.examples.catalog.merchant

Class org.ssonet.examples.catalog.merchant.Merchant implements Serializable

Serialized Fields

preload

Preload preload

merchantServer

MerchantServer merchantServer

sendMenuItem

java.awt.MenuItem sendMenuItem

orderMenuItem

java.awt.MenuItem orderMenuItem

exitMenuItem

java.awt.MenuItem exitMenuItem

restartMenuItem

java.awt.MenuItem restartMenuItem

catalogFileName

java.lang.String catalogFileName

portNumber

int portNumber


Package org.ssonet.examples.catalog.net

Class org.ssonet.examples.catalog.net.CatalogFile implements Serializable

Serialized Fields

allBytes

byte[] allBytes

numberOfBytes

int numberOfBytes

file

java.io.File file

fileLength

long fileLength

Class org.ssonet.examples.catalog.net.Order implements Serializable

Serialized Fields

ordererName

java.lang.String ordererName

orderedArticles

java.lang.String[] orderedArticles

documentIdentifier

java.lang.String documentIdentifier

sum

java.lang.String sum


Package org.ssonet.help

Class org.ssonet.help.Help implements Serializable

Serialized Fields

debug

boolean debug

helpPath

java.lang.String helpPath

html

org.ssonet.help.HtmlPane html


Package org.ssonet.mechanisms

Class org.ssonet.mechanisms.DetailConfigurationDialog implements Serializable

Serialized Fields

tabbedPane

javax.swing.JTabbedPane tabbedPane

modePreferenceList

JPreferenceList modePreferenceList

providerPreferenceList

JPreferenceList providerPreferenceList

jSpinner

JSpinner jSpinner

okButton

javax.swing.JButton okButton

helpButton

javax.swing.JButton helpButton

returnCode

boolean returnCode

mechanismName

java.lang.String mechanismName

type

int type

mechanism

Mechanism mechanism

WARNINGMESSAGEMODE

java.lang.String WARNINGMESSAGEMODE

WARNINGINFOMODE

java.lang.String WARNINGINFOMODE

WARNINGMESSAGEPROVIDER

java.lang.String WARNINGMESSAGEPROVIDER

WARNINGINFOPROVIDER

java.lang.String WARNINGINFOPROVIDER

roundsInput

javax.swing.JTextField roundsInput

resource

java.util.ResourceBundle resource

Class org.ssonet.mechanisms.InvalidMACException implements Serializable

Class org.ssonet.mechanisms.InvalidSignatureException implements Serializable

Class org.ssonet.mechanisms.MechanismConfiguration implements Serializable

Serialized Fields

debug

boolean debug

Class org.ssonet.mechanisms.NoCommonMechanismException implements Serializable

Class org.ssonet.mechanisms.ParameterNotCompatibleException implements Serializable

Class org.ssonet.mechanisms.SignatureObject implements Serializable

Serialized Fields

object

java.lang.Object object

signature

byte[] signature


Package org.ssonet.net

Class org.ssonet.net.PhaseThreeConfiguration implements Serializable

Serialized Fields

debug

boolean debug

version

java.lang.String version

phaseTwoResult

PhaseTwoResult phaseTwoResult

confidentialityPreferenceList

PreferenceList confidentialityPreferenceList

integrityPreferenceList

PreferenceList integrityPreferenceList

accountabilitySignPreferenceList

PreferenceList accountabilitySignPreferenceList

accountabilityAcceptPreferenceList

PreferenceList accountabilityAcceptPreferenceList

confidentialityConfiguration

MechanismConfiguration[] confidentialityConfiguration

integrityConfiguration

MechanismConfiguration[] integrityConfiguration

accountabilitySignConfiguration

MechanismConfiguration[] accountabilitySignConfiguration

accountabilityAcceptConfiguration

MechanismConfiguration[] accountabilityAcceptConfiguration

Class org.ssonet.net.PhaseTwoResult implements Serializable

Serialized Fields

debug

boolean debug

version

java.lang.String version

securityGoal

int[] securityGoal
The security goal configuration after the security goal negotiation.

Class org.ssonet.net.SecurityGoalConflictException implements Serializable

Class org.ssonet.net.SSONETCertificateNotValidException implements Serializable

Class org.ssonet.net.SSONETClientSocketFactory implements Serializable

Class org.ssonet.net.SSONETCloseConnectionException implements Serializable

Class org.ssonet.net.SSONETContext implements Serializable

Serialized Fields

debug

boolean debug

ownSigKey

java.security.PrivateKey ownSigKey
sign key

ownTestCertificate

java.security.cert.X509Certificate ownTestCertificate
Certificate of the public test key.

ownCiphKey

java.security.PrivateKey ownCiphKey
Secret cipher key (used for key exchange).

ownCipherCertificate

java.security.cert.X509Certificate ownCipherCertificate
Certificate of the public cipher key.

ownSessionSigKey

java.security.PrivateKey ownSessionSigKey
Session sign key.

ownSessionTestCertificate

java.security.cert.X509Certificate ownSessionTestCertificate
Certificate of the public session test key.

ownActionConfiguration

ActionConfiguration ownActionConfiguration
The security goal configuration for the connection.

ownAnonServiceConfiguration

java.lang.Boolean ownAnonServiceConfiguration
Security goal configuration for the anonymity service. True, if the anonymity service shall be used, false otherwise

ownConfidentialityPreferenceList

PreferenceList ownConfidentialityPreferenceList
The mechanism preference list for security goal confidentiality

ownIntegrityPreferenceList

PreferenceList ownIntegrityPreferenceList
The mechanism preference list for security goal integrity

ownAccountabilitySignPreferenceList

PreferenceList ownAccountabilitySignPreferenceList
The mechanism preference list for security goal accountability for signing

ownAccountabilityAcceptPreferenceList

PreferenceList ownAccountabilityAcceptPreferenceList
The mechanism preference list for security goal accountability for checking signatures

ownConfidentialityMechanismConfiguration

MechanismConfiguration[] ownConfidentialityMechanismConfiguration
The list of configurations for preferred mechanisms for security goal confidentiality

ownIntegrityMechanismConfiguration

MechanismConfiguration[] ownIntegrityMechanismConfiguration
The list of configurations for preferred mechanisms for security goal integrity

ownAccountabilitySignMechanismConfiguration

MechanismConfiguration[] ownAccountabilitySignMechanismConfiguration
The list of configurations for preferred mechanisms for security goal accountability for signing

ownAccountabilityAcceptMechanismConfiguration

MechanismConfiguration[] ownAccountabilityAcceptMechanismConfiguration
The list of configurations for preferred mechanisms for security goal accountability for checking signatures

ownAnonymityMechanismConfiguration

java.util.Hashtable ownAnonymityMechanismConfiguration
The mechanism configuration for security goal anonymity, as set in the baseConfiguration utility

partnerTestCertificate

java.security.cert.X509Certificate partnerTestCertificate
Testkey certificate (pseudonym) of the communication partner.

Class org.ssonet.net.SSONETServerSocketFactory implements Serializable