A B C D E F G H I K L M N O P Q R S T U V W X Y

S

save(File, char[]) - Method in class core.model.KeyStoreProvider
 
SAVE - Static variable in class core.view.panels.help.FilePanel
 
savingFinished() - Method in class core.view.AbstractMainDialog
 
savingFinished() - Method in class core.view.AdminDialog
 
savingFinished() - Method in class core.view.MainDialog
 
SECRET_ENTRY_TYPE - Static variable in class core.view.util.KeyCertComboBox
Filters the available keystore entries.
SECRET_KEY_END_TAG - Static variable in class core.crypto.Symmetric
 
SECRET_KEY_START_TAG - Static variable in class core.crypto.Symmetric
 
setAlgorithmName(String) - Method in class core.view.util.KeyStrengthComboBox
 
setAmountDone(double) - Method in class core.util.Function
 
setAsymmAlgosWithStrenths(HashMap<String, Set<Integer>>) - Method in class core.model.KeyStoreProvider
 
setAuthorityKeyIdentifier(X509Certificate, byte[]) - Static method in class core.crypto.Certificates
 
setCommonName(String) - Method in class core.crypto.SimplePrincipal
 
setCountry(String) - Method in class core.crypto.SimplePrincipal
 
setDigestAlgos(Set<String>) - Method in class core.model.KeyStoreProvider
 
setEnabled(boolean) - Method in class core.view.panels.help.FilePanel
 
setEncryptedFile(File) - Method in class core.view.panels.main.DecryptMainPanel
 
setEncryptedFile(File) - Method in class core.view.panels.main.EncryptMainPanel
 
setFile(File) - Method in class core.view.panels.help.FilePanel
 
setFile(File) - Method in class core.view.panels.main.SignMainPanel
 
setFile(File) - Method in class core.view.panels.main.VerifyMainPanel
 
setFunc(Function) - Method in class core.view.util.StatusBar
 
setLocationCity(String) - Method in class core.crypto.SimplePrincipal
 
setOpenFile(File) - Method in class core.view.panels.help.OpenSavePanel
 
setOrganization(String) - Method in class core.crypto.SimplePrincipal
 
setOrganizationUnit(String) - Method in class core.crypto.SimplePrincipal
 
setOwnerName(String) - Method in class core.view.util.KeyCertComboBox
 
setPlainFile(File) - Method in class core.view.panels.main.DecryptMainPanel
 
setPlainFile(File) - Method in class core.view.panels.main.EncryptMainPanel
 
setReadOnly(boolean) - Method in class core.model.KeyStoreProvider
 
setSaveFile(File) - Method in class core.view.panels.help.OpenSavePanel
 
setSignAlgos(Set<String>) - Method in class core.model.KeyStoreProvider
 
setStatusMode(int) - Method in class core.view.util.StatusBar
sets the mode of the statusbar
setSymmAlgosWithStrenths(HashMap<String, Set<Integer>>) - Method in class core.model.KeyStoreProvider
 
setTabPane(JTabbedPane) - Method in class core.view.panels.main.AbstractMainPanel
 
setText(String) - Method in class core.view.panels.help.HashPanel
 
setText(String) - Method in class core.view.util.StatusBar
 
setType(int) - Method in class core.view.util.AlgorithmComboBox
 
showView() - Method in class core.view.panels.keymanagement.KeyManagerMainPanel
 
sign(File, File, KeyStore.PrivateKeyEntry) - Static method in class core.crypto.Signatures
Simply sign a File.
sign(byte[], PrivateKey, String) - Static method in class core.crypto.Signatures
Sign a byte array
sign(X509Certificate, KeyStore.PrivateKeyEntry) - Static method in class core.crypto.Signatures
Signs the user cert with the CA's private key
SIGNATURE - Static variable in class core.view.util.AlgorithmComboBox
 
SIGNATURE_ALGO_UPDATE - Static variable in class core.model.KeyStoreProvider
 
SignatureInputStream - Class in core.crypto.streams
This class is used to pass the data through an signature before proceeding Copyright (c) 2006 Sebastian Erdweg Copyright (c) 2006 Dominik Schulz Copyright (c) 2006 Florian Lindner Copyright (c) 2006 Betim Berjani This file is part of FlexiCrypt.
SignatureInputStream(InputStream, Signature) - Constructor for class core.crypto.streams.SignatureInputStream
 
SignatureOutputStream - Class in core.crypto.streams
The data being written is piped through an signature before Copyright (c) 2006 Sebastian Erdweg Copyright (c) 2006 Dominik Schulz Copyright (c) 2006 Florian Lindner Copyright (c) 2006 Betim Berjani This file is part of FlexiCrypt.
SignatureOutputStream(OutputStream, Signature) - Constructor for class core.crypto.streams.SignatureOutputStream
 
Signatures - Class in core.crypto
Provides easy access to all Signature stuff Copyright (c) 2006 Sebastian Erdweg Copyright (c) 2006 Dominik Schulz Copyright (c) 2006 Florian Lindner Copyright (c) 2006 Betim Berjani This file is part of FlexiCrypt.
Signatures() - Constructor for class core.crypto.Signatures
 
SignatureServicesThread - Class in core.crypto.threads
This class provides a thread for fetching the available signature services.
SignatureServicesThread() - Constructor for class core.crypto.threads.SignatureServicesThread
 
SignMainPanel - Class in core.view.panels.main
The sign main panel Copyright (c) 2006 Sebastian Erdweg Copyright (c) 2006 Dominik Schulz Copyright (c) 2006 Florian Lindner Copyright (c) 2006 Betim Berjani This file is part of FlexiCrypt.
SignMainPanel(StatusBar) - Constructor for class core.view.panels.main.SignMainPanel
 
SignPanel - Class in core.view.panels.help
The sign panel Copyright (c) 2006 Sebastian Erdweg Copyright (c) 2006 Dominik Schulz Copyright (c) 2006 Florian Lindner Copyright (c) 2006 Betim Berjani This file is part of FlexiCrypt.
SignPanel(SignMainPanel) - Constructor for class core.view.panels.help.SignPanel
 
signXML(File, File, KeyStore.PrivateKeyEntry, String) - Static method in class core.crypto.Signatures
Sign a files hash and create an XML-Signature
SimplePrincipal - Class in core.crypto
SimplePrincipal This class represents an simplified Princial.
SimplePrincipal() - Constructor for class core.crypto.SimplePrincipal
Constructs an empty principal.
SimplePrincipal(Principal) - Constructor for class core.crypto.SimplePrincipal
Encapsulates the principal p in this simple principal.
SimplePrincipal(Name) - Constructor for class core.crypto.SimplePrincipal
 
SimplePrincipal(String) - Constructor for class core.crypto.SimplePrincipal
 
sizes - Static variable in class test.core.crypto.AsymmetricTest
 
sizes - Static variable in class test.core.crypto.HybridTest
 
sizes - Static variable in class test.core.crypto.SymmetricTest
 
sort(Object[], Comparator) - Method in class core.util.Quicksort
 
StatusBar - Class in core.view.util
The status bar.
StatusBar(String) - Constructor for class core.view.util.StatusBar
 
StdDialogs - Class in core.view.util
This class provides several standard-dialogs such as an information-dialog, a confirmation-dialog, or an error-dialog.
StdDialogs() - Constructor for class core.view.util.StdDialogs
 
StringTools - Class in core.util
Tools working on Strings (d'oh) Copyright (c) 2006 Sebastian Erdweg Copyright (c) 2006 Dominik Schulz Copyright (c) 2006 Florian Lindner Copyright (c) 2006 Betim Berjani This file is part of FlexiCrypt.
StringToolsTest - Class in test.core.util
Copyright (c) 2006 Sebastian Erdweg Copyright (c) 2006 Dominik Schulz Copyright (c) 2006 Florian Lindner Copyright (c) 2006 Betim Berjani This file is part of FlexiCrypt.
StringToolsTest() - Constructor for class test.core.util.StringToolsTest
 
SUCCESFULMODE - Static variable in class core.view.util.StatusBar
everything ok
suite() - Static method in class test.AllTests
 
suspendEncoding() - Method in class core.util.Base64.OutputStream
Suspends encoding of the stream.
Symmetric - Class in core.crypto
A static class Providing all symmetric cipher Operations Copyright (c) 2006 Sebastian Erdweg Copyright (c) 2006 Dominik Schulz Copyright (c) 2006 Florian Lindner Copyright (c) 2006 Betim Berjani This file is part of FlexiCrypt.
SYMMETRIC - Static variable in class core.view.panels.help.EncryptPanel
 
SYMMETRIC - Static variable in class core.view.panels.help.SignPanel
 
SYMMETRIC - Static variable in class core.view.panels.help.VerifyPanel
 
SYMMETRIC_ALGO_UPDATE - Static variable in class core.model.KeyStoreProvider
 
SymmetricServicesThread - Class in core.crypto.threads
This class provides a thread for fetching the available symmetric services.
SymmetricServicesThread() - Constructor for class core.crypto.threads.SymmetricServicesThread
 
SymmetricTest - Class in test.core.crypto
Copyright (c) 2006 Sebastian Erdweg Copyright (c) 2006 Dominik Schulz Copyright (c) 2006 Florian Lindner Copyright (c) 2006 Betim Berjani This file is part of FlexiCrypt.
SymmetricTest() - Constructor for class test.core.crypto.SymmetricTest
 

A B C D E F G H I K L M N O P Q R S T U V W X Y