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

S

save(boolean) - Method in class applications.cryptotoolj.CipherFrame
Implementation of the Save and SaveAs commands.
save(String, boolean) - Method in class applications.cryptotoolj.TextAreaPlus
 
SAVE_OPTION - Static variable in class applications.cryptotoolj.FileSaveMessageDialog
 
saveTextInTextAreas(boolean) - Method in class applications.cryptotoolj.CipherFrame
Saves the text is response to Save or SaveAs commands.
saveToFile() - Method in class applications.cryptotoolj.TextAreaPlus
 
seed_dict - Variable in class hcrypto.analyzer.evolutionary.GaParameters
 
SEED_DICT - Static variable in class hcrypto.analyzer.tool.TextUtilities
 
seeding - Variable in class hcrypto.analyzer.evolutionary.GaParameters
 
selectAll() - Static method in class applications.cryptotoolj.TextManager
 
selection_policy - Variable in class hcrypto.analyzer.evolutionary.GaParameters
 
setAlphabetRange(int) - Method in class hcrypto.analyzer.tool.FrequencyTable
Sets alphabetRange to an ASCII subset.
setAnalyzer(CryptoAnalyzer) - Method in class applications.cryptotoolj.AnalyzerFrame
 
setCryptText(String) - Method in class applications.cryptotoolj.AnalyzerFrame
 
setDisplay(AnalyzerFrame) - Method in class hcrypto.analyzer.evolutionary.GaPopulation
 
setFile(File) - Method in class applications.cryptotoolj.TextAreaPlus
 
setFont(Font) - Method in class applications.cryptotoolj.MultiLineLabel
 
setKeyText(String) - Method in class applications.cryptotoolj.KeyDialog
Sets the key JTextArea to the specified keytext.
setParamString(String) - Method in class applications.cryptotoolj.AnalyzerFrame
 
setStepSize(int) - Method in class hcrypto.analyzer.evolutionary.NgramArray
 
setText(String) - Method in class applications.cryptotoolj.AnalyzerFrame
 
setText(String) - Method in class applications.cryptotoolj.TextAreaPlus
 
setup(String) - Method in class hcrypto.analyzer.AffineAnalyzer
 
setup(String) - Method in interface hcrypto.analyzer.Analyzer
 
setup(String) - Method in class hcrypto.analyzer.CaesarAnalyzer
 
setup(String, AnalyzerFrame) - Method in class hcrypto.analyzer.CryptoAnalyzer
setup() -- this version of setup was added to make the analyzer compatible with CryptoToolJ.
setup(String) - Method in class hcrypto.analyzer.CryptoAnalyzer
setup() initializes the text and the result string.
setup(String) - Method in class hcrypto.analyzer.DigramAnalyzer
This method initializes the Analyzer.
setup(String) - Method in class hcrypto.analyzer.evolutionary.GaAnalyzer
setup() creates the population for the GA.
setup(String) - Method in class hcrypto.analyzer.evolutionary.NgramArray
From the Analyzer interface.
setup(String) - Method in class hcrypto.analyzer.evolutionary.NgramGaAnalyzer
setup() creates the population for the NgramGa.
setup(String) - Method in class hcrypto.analyzer.evolutionary.WordBasedGaAnalyzer
setup() creates the population and its dictionaries CryptoAnalyzer class by creating a WordBasedGAPopulation object.
setup(String) - Method in class hcrypto.analyzer.tool.EnglishFacts
setup() is part of Analyzer interface.
setup(String) - Method in class hcrypto.analyzer.tool.FrequencyTable
From the Analyzer interface.
setup(String) - Method in class hcrypto.analyzer.tool.IndexOfCoincidence
 
setup(String) - Method in class hcrypto.analyzer.tool.PatternWordSearcher
setup() is part of Analyzer interface.
setup(String) - Method in class hcrypto.analyzer.tool.TextAnalyzer
setup() is part of Analyzer interface.
setup(String) - Method in class hcrypto.analyzer.tool.TextStatistics
Part of Analyzer interface
setup(String) - Method in class hcrypto.analyzer.VigenereAnalyzer
 
setup(String) - Method in class hcrypto.analyzer.WordBasedAnalyzer
This method initializes the Analyzer.
setup(String) - Method in class pluginanalyzers.NullAnalyzer
 
setup(String) - Method in class pluginanalyzers.TestAnalyzer
setup() is part of Analyzer interface.
setWindowId(int) - Method in class applications.cryptotoolj.CipherFrame
Sets this window's id number.
shiftPerm(int, int[]) - Static method in class hcrypto.cipher.Alphabet
shiftPerm(shift, permIn) returns a permutation which is the composite of shift followed by permIn, that is, k -> permIn(shift(k)).
showKeyDialog() - Method in class applications.cryptotoolj.KeyDialog
Displays the KeyDialog and returns the option selected (0==APPROVE_OPION, 1==CANCEL_OPTION).
showStatistics() - Method in class applications.cryptotoolj.CipherFrame
Opens a separate frame and displays certain useful statistics for the selected text.
showStatus(String) - Method in class applications.cryptotoolj.CryptoToolJ
Displays a message on the CryptoToolJ's display.
shuffle(StringBuffer) - Static method in class hcrypto.analyzer.tool.TextUtilities
shuffle() randomly shuffles the characters in a StringBuffer.
shuffle(String) - Static method in class hcrypto.analyzer.tool.TextUtilities
shuffle() randomly shuffles the characters in a String.
shuffle(int[]) - Static method in class hcrypto.analyzer.tool.TextUtilities
shuffle() randomly shuffles integers in an array.
SIMPLESUB - Static variable in class hcrypto.analyzer.CryptoAnalyzer
 
singleSpaces(String) - Static method in class hcrypto.analyzer.tool.TextUtilities
 
size - Variable in class hcrypto.analyzer.evolutionary.GaParameters
 
size() - Method in class hcrypto.analyzer.tool.Dictionary
 
sqrDiffBigramDist(String) - Method in class hcrypto.analyzer.evolutionary.NgramArray
sqrDiffBigramDist(ctext) Computes a distance between this NgramArray and the distribution of bigrams in the string ctext.
sqrDist(String) - Method in class hcrypto.analyzer.evolutionary.NgramArray
Computes a distance between this NgramArray and the distribution of N-grams in the string ctext.
sqrDist(int[]) - Method in class hcrypto.analyzer.evolutionary.NgramArray
Computes a distance between this NgramArray and the distribution of N-grams of a crypto text as represented by an array of int values.
stopThread() - Method in class hcrypto.analyzer.CryptoAnalyzer
Stops the analyzer.
strip(String) - Method in class hcrypto.cipher.Alphabet
alph.strip(str) removes characters in the String str and returns the resulting String.
SubstitutionEngine - Class in hcrypto.engines
Implements a keyword-based Substitution cipher algorithm for any range of alphabets, including az, AZ, azAZ, azAZ09, printable characters, all ASCII, and any of the Unicode character sets.
SubstitutionEngine() - Constructor for class hcrypto.engines.SubstitutionEngine
Creates a SubstitutionEngine and sets the alphabetRangeOptions instance variable to "111111", which translates to all six alphabet options.
SubstitutionKey - Class in hcrypto.engines
Represents a key for a Simple Substitution cipher.
SubstitutionKey() - Constructor for class hcrypto.engines.SubstitutionKey
 
SUPERPOSNUMBER - Static variable in class hcrypto.analyzer.VigenereAnalyzer
 

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