Copy disabled (too large)
Download .txt
Showing preview only (20,793K chars total). Download the full file to get everything.
Repository: jcryptool/core
Branch: develop
Commit: 285888cbf2f4
Files: 1579
Total size: 19.4 MB
Directory structure:
gitextract_vhwcz6kc/
├── .development-configs/
│ ├── checkstyle-suppressions.xml
│ ├── checkstyle.xml
│ └── formatter.xml
├── .github/
│ └── workflows/
│ └── maven.yml
├── .gitignore
├── .metals/
│ └── .gitignore
├── LICENSE
├── com.thoughtworks.qdox/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ ├── LICENSE.txt
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ └── pom.xml
├── de.flexiprovider/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── gpl.txt
│ ├── lgpl.txt
│ ├── libs/
│ │ ├── FlexiProvider-1.7p7.signed.jar
│ │ └── FlexiProvider-1.7p7.signed_source.jar
│ ├── licensing.txt
│ ├── plugin.xml
│ ├── pom.xml
│ ├── src/
│ │ └── de/
│ │ └── flexiprovider/
│ │ ├── FlexiProviderController.java
│ │ └── FlexiProviderPlugin.java
│ └── xml/
│ └── algorithms.xml
├── net.sourceforge.codec/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ └── pom.xml
├── net.sourceforge.javahexeditor/
│ ├── .classpath
│ ├── .gitignore
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── about.ini
│ ├── build.properties
│ ├── doc/
│ │ ├── COPYING.txt
│ │ ├── PROJECT.txt
│ │ └── RELEASE.txt
│ ├── nl/
│ │ ├── de/
│ │ │ └── contexts.xml
│ │ └── en/
│ │ └── contexts.xml
│ ├── plugin.properties
│ ├── plugin.xml
│ ├── plugin_de.properties
│ ├── pom.xml
│ ├── schema/
│ │ └── outline.exsd
│ └── src/
│ ├── images/
│ │ └── javahexeditor-48x48.icns
│ └── net/
│ └── sourceforge/
│ └── javahexeditor/
│ ├── BinaryContent.java
│ ├── BinaryContentActionHistory.java
│ ├── BinaryContentFinder.java
│ ├── ClipboardHelper.java
│ ├── ContextMenu.java
│ ├── CopyDialog.java
│ ├── DisplayedContent.java
│ ├── FileToucher.java
│ ├── FindReplaceDialog.java
│ ├── FindReplaceHistory.java
│ ├── GoToDialog.java
│ ├── HelpResources.java
│ ├── HexTexts.java
│ ├── Manager.java
│ ├── OpenInTexteditor.java
│ ├── PasteDialog.java
│ ├── Preferences.java
│ ├── PreferencesManager.java
│ ├── RandomAccessFileFactory.java
│ ├── SelectBlockDialog.java
│ ├── StatusLine.java
│ ├── Texts.java
│ ├── Texts.properties
│ ├── Texts_de.properties
│ ├── common/
│ │ ├── ByteArrayUtility.java
│ │ ├── NumberUtility.java
│ │ ├── ResourceUtility.java
│ │ ├── SWTUtility.java
│ │ └── TextUtility.java
│ └── plugin/
│ ├── HexEditorPlugin.java
│ ├── actions/
│ │ └── FileOpenAction.java
│ └── editors/
│ ├── HexEditor.java
│ ├── HexEditorActionBarContributor.java
│ ├── HexEditorInput.java
│ ├── HexEditorPreferences.java
│ ├── HexEditorPreferencesPage.java
│ ├── Texts.java
│ ├── Texts.properties
│ └── Texts_de.properties
├── notes_updatesitelocations.txt
├── org.apache.commons.cli/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ ├── LICENSE.txt
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ └── pom.xml
├── org.bouncycastle/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── license.txt
│ ├── plugin.xml
│ ├── pom.xml
│ └── src/
│ └── org/
│ └── bouncycastle/
│ ├── BouncyCastleController.java
│ └── BouncyCastlePlugin.java
├── org.jcryptool.actions.core/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── pom.xml
│ ├── resources/
│ │ └── actioncascade.xsd
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── actions/
│ └── core/
│ ├── ActionsCorePlugin.java
│ ├── registry/
│ │ └── ActionCascadeService.java
│ ├── types/
│ │ ├── ActionCascade.java
│ │ └── ActionItem.java
│ └── utils/
│ ├── Constants.java
│ └── ImportUtils.java
├── org.jcryptool.actions.ui/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── nl/
│ │ ├── de/
│ │ │ ├── contexts.xml
│ │ │ ├── help/
│ │ │ │ ├── preferences.html
│ │ │ │ └── view.html
│ │ │ ├── index.xml
│ │ │ └── toc.xml
│ │ └── en/
│ │ ├── contexts.xml
│ │ ├── help/
│ │ │ ├── preferences.html
│ │ │ └── view.html
│ │ ├── index.xml
│ │ └── toc.xml
│ ├── plugin.xml
│ ├── pom.xml
│ ├── src/
│ │ └── org/
│ │ └── jcryptool/
│ │ └── actions/
│ │ └── ui/
│ │ ├── ActionsUIPlugin.java
│ │ ├── handler/
│ │ │ ├── ExportHandler.java
│ │ │ ├── ImportActionCascadeHandler.java
│ │ │ ├── ImportHandler.java
│ │ │ ├── ImportSampleHandler.java
│ │ │ ├── Messages.java
│ │ │ ├── MoveDownHandler.java
│ │ │ ├── MoveUpHandler.java
│ │ │ ├── NewCascadeHandler.java
│ │ │ ├── RecordHandler.java
│ │ │ ├── RemoveSelectedHandler.java
│ │ │ ├── StartHandler.java
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ ├── preferences/
│ │ │ ├── GeneralPage.java
│ │ │ ├── Messages.java
│ │ │ ├── PreferenceConstants.java
│ │ │ ├── PreferenceInitializer.java
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ ├── propertytester/
│ │ │ └── RecordPropertyTester.java
│ │ ├── utils/
│ │ │ ├── Constants.java
│ │ │ ├── Messages.java
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ └── views/
│ │ ├── ActionView.java
│ │ ├── Messages.java
│ │ ├── messages.properties
│ │ ├── messages_de.properties
│ │ └── provider/
│ │ └── ActionLabelProvider.java
│ └── templates/
│ ├── Caesar1.xml
│ ├── Caesar1_old.xml
│ ├── Caesar2.xml
│ └── Caesar2_old.xml
├── org.jcryptool.bci/
│ ├── .classpath
│ ├── .project.disabled
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── bcijar/
│ │ └── .gitignore
│ ├── build.properties
│ ├── nl/
│ │ ├── de/
│ │ │ ├── contexts.xml
│ │ │ ├── help/
│ │ │ │ └── content/
│ │ │ │ └── index.html
│ │ │ └── toc.xml
│ │ └── en/
│ │ ├── contexts.xml
│ │ ├── help/
│ │ │ └── content/
│ │ │ └── index.html
│ │ └── toc.xml
│ ├── plugin.xml
│ ├── pom.xml.disabled
│ └── src/
│ └── org/
│ ├── eclipse/
│ │ └── wb/
│ │ └── swt/
│ │ └── SWTResourceManager.java
│ └── jcryptool/
│ └── bci/
│ ├── Activator.java
│ └── views/
│ └── OperationView.java
├── org.jcryptool.buildinfo/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── build.properties
│ ├── nl/
│ │ └── .gitkeep
│ ├── plugin.xml
│ ├── pom.xml
│ ├── res/
│ │ ├── .gitkeep
│ │ └── Weekly-1.0.8.1-20220711/
│ │ └── functionlist/
│ │ ├── de.csv
│ │ └── en.csv
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── buildinfo/
│ ├── Activator.java
│ └── views/
│ └── OperationView.java
├── org.jcryptool.commands.core/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── plugin.xml
│ ├── pom.xml
│ ├── schema/
│ │ └── commands.exsd
│ ├── src/
│ │ └── org/
│ │ └── jcryptool/
│ │ └── commands/
│ │ └── core/
│ │ ├── Command.java
│ │ ├── CommandFactory.java
│ │ ├── CommandsCorePlugin.java
│ │ ├── ExtendedHelpCommand.java
│ │ ├── HELP_Command.java
│ │ ├── HelpCommand.java
│ │ ├── Messages.java
│ │ ├── ProxiedCommand.java
│ │ ├── ProxiedExtendedCommand.java
│ │ ├── api/
│ │ │ ├── AbstractCommand.java
│ │ │ ├── IllegalCommandException.java
│ │ │ ├── Messages.java
│ │ │ ├── OptionsBuilder.java
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ ├── evaluator/
│ │ │ ├── CommandEvaluator.java
│ │ │ ├── Messages.java
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ └── txt/
│ ├── help_de.txt
│ └── help_en.txt
├── org.jcryptool.commands.ui/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── nl/
│ │ ├── de/
│ │ │ ├── help/
│ │ │ │ ├── preferences.html
│ │ │ │ └── view.html
│ │ │ ├── index.xml
│ │ │ └── toc.xml
│ │ └── en/
│ │ ├── help/
│ │ │ ├── preferences.html
│ │ │ └── view.html
│ │ ├── index.xml
│ │ └── toc.xml
│ ├── plugin.xml
│ ├── pom.xml
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── commands/
│ └── ui/
│ ├── CommandsUIPlugin.java
│ ├── commands/
│ │ ├── Messages.java
│ │ ├── ShowConsoleView.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ └── eclipseconsole/
│ ├── CommandsUiStartup.java
│ ├── Messages.java
│ ├── console/
│ │ ├── IOConsoleInputStreamWrapper.java
│ │ ├── IOConsolePromptShell.java
│ │ ├── IOConsoleShell.java
│ │ └── IOConsoleStaticPromptShell.java
│ ├── messages.properties
│ └── messages_de.properties
├── org.jcryptool.core/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── about.html
│ ├── about.ini
│ ├── build.properties
│ ├── css/
│ │ └── jcryptool.css
│ ├── ide/
│ │ └── JCTIDEConfiguration.setup
│ ├── plugin.xml
│ ├── plugin_customization.ini
│ ├── pom.xml
│ ├── schema/
│ │ ├── editorButton.exsd
│ │ └── platformLanguage.exsd
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── core/
│ ├── Application.java
│ ├── ApplicationActionBarAdvisor.java
│ ├── ApplicationWorkbenchAdvisor.java
│ ├── ApplicationWorkbenchWindowAdvisor.java
│ ├── CorePlugin.java
│ ├── EditorAreaDropTargetListener.java
│ ├── LanguageChooser.java
│ ├── Messages.java
│ ├── Perspective.java
│ ├── Startup.java
│ ├── commands/
│ │ ├── FileOpener.java
│ │ ├── HelpHrefRegistry.java
│ │ ├── Messages.java
│ │ ├── OpenFileHandler.java
│ │ ├── OpenNewEmptyHexEditorCommand.java
│ │ ├── OpenNewEmptyTextEditorCommand.java
│ │ ├── OpenNewSampleHexEditorCommand.java
│ │ ├── OpenNewSampleTextEditorCommand.java
│ │ ├── ShowHelpContents.java
│ │ ├── ShowPluginViewHandler.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── messages.properties
│ ├── messages_de.properties
│ └── preferences/
│ └── pages/
│ ├── AlgorithmsPage.java
│ ├── AnalysisPage.java
│ ├── CryptoPage.java
│ ├── EditorsPage.java
│ ├── GamesPage.java
│ ├── GeneralPage.java
│ ├── Messages.java
│ ├── VisualsPage.java
│ ├── messages.properties
│ └── messages_de.properties
├── org.jcryptool.core.cryptosystem/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── pom.xml
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── core/
│ └── cryptosystem/
│ ├── CryptosystemPlugin.java
│ ├── core/
│ │ ├── Alphabet.java
│ │ ├── Cryptosystem.java
│ │ ├── Key.java
│ │ ├── exception/
│ │ │ └── ElementNotInAlphabetException.java
│ │ └── text/
│ │ ├── CharAlphabet.java
│ │ ├── TextCompatibleAlphabet.java
│ │ ├── TextCompatibleAlphabetWrapper.java
│ │ ├── TextCompatibleCryptosystem.java
│ │ ├── TextCompatibleCryptosystemWrapper.java
│ │ └── TextConverter.java
│ └── vigenere/
│ ├── TextVigenere.java
│ ├── VigenereCryptosystem.java
│ └── VigenereKey.java
├── org.jcryptool.core.dependencies.feature/
│ ├── .project
│ ├── build.properties
│ ├── epl-v10.html
│ ├── feature.xml
│ └── pom.xml
├── org.jcryptool.core.dependencies.nl_de.feature/
│ ├── .project
│ ├── build.properties
│ ├── epl-v10.html
│ ├── feature.xml
│ └── pom.xml
├── org.jcryptool.core.feature/
│ ├── .project
│ ├── build.properties
│ ├── epl-v10.html
│ ├── feature.xml
│ └── pom.xml
├── org.jcryptool.core.help/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── about.html
│ ├── build.properties
│ ├── css/
│ │ ├── book.css
│ │ └── narrow_book.css
│ ├── dev/
│ │ ├── jetty-server-9.4.30.v20200611-sources.jar
│ │ └── jetty-util-9.4.30.v20200611-sources.jar
│ ├── javascript/
│ │ ├── MathJax-master/
│ │ │ ├── .github/
│ │ │ │ ├── FUNDING.yml
│ │ │ │ └── ISSUE_TEMPLATE/
│ │ │ │ ├── bug_report.md
│ │ │ │ └── feature_request.md
│ │ │ ├── .gitignore
│ │ │ ├── .travis.yml
│ │ │ ├── CONTRIBUTING.md
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── bower.json
│ │ │ ├── composer.json
│ │ │ ├── es5/
│ │ │ │ ├── a11y/
│ │ │ │ │ ├── assistive-mml.js
│ │ │ │ │ ├── complexity.js
│ │ │ │ │ ├── explorer.js
│ │ │ │ │ └── semantic-enrich.js
│ │ │ │ ├── adaptors/
│ │ │ │ │ └── liteDOM.js
│ │ │ │ ├── core.js
│ │ │ │ ├── input/
│ │ │ │ │ ├── asciimath.js
│ │ │ │ │ ├── mml/
│ │ │ │ │ │ └── entities.js
│ │ │ │ │ ├── mml.js
│ │ │ │ │ ├── tex/
│ │ │ │ │ │ └── extensions/
│ │ │ │ │ │ ├── action.js
│ │ │ │ │ │ ├── all-packages.js
│ │ │ │ │ │ ├── ams.js
│ │ │ │ │ │ ├── amscd.js
│ │ │ │ │ │ ├── autoload.js
│ │ │ │ │ │ ├── bbox.js
│ │ │ │ │ │ ├── boldsymbol.js
│ │ │ │ │ │ ├── braket.js
│ │ │ │ │ │ ├── bussproofs.js
│ │ │ │ │ │ ├── cancel.js
│ │ │ │ │ │ ├── color.js
│ │ │ │ │ │ ├── colorV2.js
│ │ │ │ │ │ ├── configMacros.js
│ │ │ │ │ │ ├── enclose.js
│ │ │ │ │ │ ├── extpfeil.js
│ │ │ │ │ │ ├── html.js
│ │ │ │ │ │ ├── mhchem.js
│ │ │ │ │ │ ├── newcommand.js
│ │ │ │ │ │ ├── noerrors.js
│ │ │ │ │ │ ├── noundefined.js
│ │ │ │ │ │ ├── physics.js
│ │ │ │ │ │ ├── require.js
│ │ │ │ │ │ ├── tagFormat.js
│ │ │ │ │ │ ├── unicode.js
│ │ │ │ │ │ └── verb.js
│ │ │ │ │ ├── tex-base.js
│ │ │ │ │ ├── tex-full.js
│ │ │ │ │ └── tex.js
│ │ │ │ ├── latest.js
│ │ │ │ ├── loader.js
│ │ │ │ ├── mml-chtml.js
│ │ │ │ ├── mml-svg.js
│ │ │ │ ├── node-main.js
│ │ │ │ ├── output/
│ │ │ │ │ ├── chtml/
│ │ │ │ │ │ └── fonts/
│ │ │ │ │ │ └── tex.js
│ │ │ │ │ ├── chtml.js
│ │ │ │ │ ├── svg/
│ │ │ │ │ │ └── fonts/
│ │ │ │ │ │ └── tex.js
│ │ │ │ │ └── svg.js
│ │ │ │ ├── sre/
│ │ │ │ │ ├── mathmaps/
│ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ ├── mathmaps_ie.js
│ │ │ │ │ │ └── nemeth.js
│ │ │ │ │ └── sre_browser.js
│ │ │ │ ├── startup.js
│ │ │ │ ├── tex-chtml-full.js
│ │ │ │ ├── tex-chtml.js
│ │ │ │ ├── tex-mml-chtml.js
│ │ │ │ ├── tex-mml-svg.js
│ │ │ │ ├── tex-svg-full.js
│ │ │ │ ├── tex-svg.js
│ │ │ │ └── ui/
│ │ │ │ └── menu.js
│ │ │ └── package.json
│ │ ├── bootstrap_jct_utilities.js
│ │ ├── jquery.js
│ │ ├── test.txt
│ │ └── tocbot-4.11.2/
│ │ ├── .babelrc
│ │ ├── .gitignore
│ │ ├── .travis.yml
│ │ ├── CHANGELOG.md
│ │ ├── LICENSE
│ │ ├── README.md
│ │ ├── bower.json
│ │ ├── codecept.json
│ │ ├── dist/
│ │ │ ├── styles.css
│ │ │ ├── tocbot.css
│ │ │ └── tocbot.js
│ │ ├── index.d.ts
│ │ ├── next.config.js
│ │ ├── package.json
│ │ ├── pages/
│ │ │ ├── _config.js
│ │ │ ├── changelog.js
│ │ │ ├── index.js
│ │ │ └── skipRendering.js
│ │ ├── scripts/
│ │ │ └── fix-export.js
│ │ ├── server.js
│ │ ├── src/
│ │ │ ├── components/
│ │ │ │ └── Template/
│ │ │ │ ├── Hero/
│ │ │ │ │ └── index.js
│ │ │ │ ├── Tocbot/
│ │ │ │ │ └── index.js
│ │ │ │ ├── Tracking/
│ │ │ │ │ └── index.js
│ │ │ │ ├── TryIt/
│ │ │ │ │ └── index.js
│ │ │ │ └── index.js
│ │ │ ├── js/
│ │ │ │ ├── build-html.js
│ │ │ │ ├── default-options.js
│ │ │ │ ├── index.js
│ │ │ │ ├── parse-content.js
│ │ │ │ └── scroll-smooth/
│ │ │ │ └── index.js
│ │ │ ├── scss/
│ │ │ │ ├── _code-styles.scss
│ │ │ │ ├── _page-styles.scss
│ │ │ │ ├── _tocbot-core.scss
│ │ │ │ ├── _tocbot-default-theme.scss
│ │ │ │ ├── _tocbot-responsive.scss
│ │ │ │ ├── styles.scss
│ │ │ │ └── tocbot.scss
│ │ │ └── utils/
│ │ │ ├── make-ids.js
│ │ │ └── path.js
│ │ ├── test/
│ │ │ ├── data/
│ │ │ │ ├── json-data.js
│ │ │ │ ├── markdown.md
│ │ │ │ ├── rendered.html
│ │ │ │ ├── sample-bootstrap.html
│ │ │ │ └── sample-meat.html
│ │ │ ├── diff.html
│ │ │ ├── imageDiff.js
│ │ │ ├── index.js
│ │ │ ├── integration_test.js
│ │ │ └── steps_file.js
│ │ └── travis-deploy.sh
│ ├── nl/
│ │ ├── de/
│ │ │ ├── developer_about.txt
│ │ │ ├── help/
│ │ │ │ ├── home.html
│ │ │ │ ├── resources/
│ │ │ │ │ ├── book.css
│ │ │ │ │ └── narrow_book.css
│ │ │ │ └── users/
│ │ │ │ ├── about/
│ │ │ │ │ ├── about.html
│ │ │ │ │ ├── about.htmlxxx
│ │ │ │ │ └── tips.html
│ │ │ │ ├── algorithms/
│ │ │ │ │ ├── encryption/
│ │ │ │ │ │ ├── asymmetric/
│ │ │ │ │ │ │ └── toc.html
│ │ │ │ │ │ ├── classic/
│ │ │ │ │ │ │ └── toc.html
│ │ │ │ │ │ ├── hybrid/
│ │ │ │ │ │ │ └── toc.html
│ │ │ │ │ │ ├── symmetric/
│ │ │ │ │ │ │ └── toc.html
│ │ │ │ │ │ └── toc.html
│ │ │ │ │ ├── hash/
│ │ │ │ │ │ └── toc.html
│ │ │ │ │ ├── keystore/
│ │ │ │ │ │ └── toc.html
│ │ │ │ │ ├── mac/
│ │ │ │ │ │ └── toc.html
│ │ │ │ │ ├── randomnumber/
│ │ │ │ │ │ └── toc.html
│ │ │ │ │ ├── signature/
│ │ │ │ │ │ └── toc.html
│ │ │ │ │ └── toc.html
│ │ │ │ ├── analysis/
│ │ │ │ │ └── toc.html
│ │ │ │ ├── cryptology/
│ │ │ │ │ ├── crypto_methods.html
│ │ │ │ │ ├── crypto_timeline.html
│ │ │ │ │ ├── cryptology.html
│ │ │ │ │ └── toc.html
│ │ │ │ ├── games/
│ │ │ │ │ └── toc.html
│ │ │ │ ├── general/
│ │ │ │ │ ├── editor_hex.html
│ │ │ │ │ ├── editor_hex_manual.html
│ │ │ │ │ ├── editor_text.html
│ │ │ │ │ ├── editors.html
│ │ │ │ │ ├── images/
│ │ │ │ │ │ ├── JCT_GUI-Components-01_en.odg
│ │ │ │ │ │ └── JCT_GUI-Components-02_en.odg
│ │ │ │ │ ├── language.html
│ │ │ │ │ ├── perspective_algorithm.html
│ │ │ │ │ ├── perspective_default.html
│ │ │ │ │ ├── perspectives.html
│ │ │ │ │ ├── preferences.html
│ │ │ │ │ ├── preferences_provider.html
│ │ │ │ │ ├── toc.html
│ │ │ │ │ ├── updates.html
│ │ │ │ │ ├── view_algorithms.html
│ │ │ │ │ └── views.html
│ │ │ │ ├── toc.html
│ │ │ │ └── visualizations/
│ │ │ │ └── toc.html
│ │ │ ├── index.xml
│ │ │ ├── single/
│ │ │ │ ├── AES.html
│ │ │ │ ├── DSA.html
│ │ │ │ ├── ElGamal.html
│ │ │ │ ├── HMACMD5.html
│ │ │ │ ├── IDEA.html
│ │ │ │ ├── MD5.html
│ │ │ │ ├── RC6.html
│ │ │ │ ├── RNGSHA1.html
│ │ │ │ ├── RSA.html
│ │ │ │ ├── SHA1.html
│ │ │ │ └── SHA256.html
│ │ │ ├── toc.xml
│ │ │ ├── tocAES.xml
│ │ │ ├── tocDSA.xml
│ │ │ ├── tocElGamal.xml
│ │ │ ├── tocHMACMD5.xml
│ │ │ ├── tocIDEA.xml
│ │ │ ├── tocMD5.xml
│ │ │ ├── tocRC6.xml
│ │ │ ├── tocRNGSHA1.xml
│ │ │ ├── tocRSA.xml
│ │ │ └── tocSHA256.xml
│ │ ├── en/
│ │ │ ├── developer_about.txt
│ │ │ ├── help/
│ │ │ │ ├── home.html
│ │ │ │ ├── resources/
│ │ │ │ │ ├── book.css
│ │ │ │ │ └── narrow_book.css
│ │ │ │ └── users/
│ │ │ │ ├── about/
│ │ │ │ │ ├── about.html
│ │ │ │ │ ├── about.htmlxxx
│ │ │ │ │ └── tips.html
│ │ │ │ ├── algorithms/
│ │ │ │ │ ├── encryption/
│ │ │ │ │ │ ├── asymmetric/
│ │ │ │ │ │ │ └── toc.html
│ │ │ │ │ │ ├── classic/
│ │ │ │ │ │ │ └── toc.html
│ │ │ │ │ │ ├── hybrid/
│ │ │ │ │ │ │ └── toc.html
│ │ │ │ │ │ ├── symmetric/
│ │ │ │ │ │ │ └── toc.html
│ │ │ │ │ │ └── toc.html
│ │ │ │ │ ├── hash/
│ │ │ │ │ │ └── toc.html
│ │ │ │ │ ├── keystore/
│ │ │ │ │ │ └── toc.html
│ │ │ │ │ ├── mac/
│ │ │ │ │ │ └── toc.html
│ │ │ │ │ ├── randomnumber/
│ │ │ │ │ │ └── toc.html
│ │ │ │ │ ├── signature/
│ │ │ │ │ │ └── toc.html
│ │ │ │ │ └── toc.html
│ │ │ │ ├── analysis/
│ │ │ │ │ └── toc.html
│ │ │ │ ├── cryptology/
│ │ │ │ │ ├── crypto_methods.html
│ │ │ │ │ ├── crypto_timeline.html
│ │ │ │ │ ├── cryptology.html
│ │ │ │ │ └── toc.html
│ │ │ │ ├── games/
│ │ │ │ │ └── toc.html
│ │ │ │ ├── general/
│ │ │ │ │ ├── editor_hex.html
│ │ │ │ │ ├── editor_hex_manual.html
│ │ │ │ │ ├── editor_text.html
│ │ │ │ │ ├── editors.html
│ │ │ │ │ ├── images/
│ │ │ │ │ │ ├── JCT_GUI-Components-01_en.odg
│ │ │ │ │ │ └── JCT_GUI-Components-02_en.odg
│ │ │ │ │ ├── language.html
│ │ │ │ │ ├── perspective_algorithm.html
│ │ │ │ │ ├── perspective_default.html
│ │ │ │ │ ├── perspectives.html
│ │ │ │ │ ├── preferences.html
│ │ │ │ │ ├── preferences_provider.html
│ │ │ │ │ ├── toc.html
│ │ │ │ │ ├── updates.html
│ │ │ │ │ ├── view_algorithms.html
│ │ │ │ │ └── views.html
│ │ │ │ ├── toc.html
│ │ │ │ └── visualizations/
│ │ │ │ └── toc.html
│ │ │ ├── index.xml
│ │ │ ├── single/
│ │ │ │ ├── AES.html
│ │ │ │ ├── DSA.html
│ │ │ │ ├── ElGamal.html
│ │ │ │ ├── HMACMD5.html
│ │ │ │ ├── IDEA.html
│ │ │ │ ├── MD5.html
│ │ │ │ ├── RC6.html
│ │ │ │ ├── RNGSHA1.html
│ │ │ │ ├── RSA.html
│ │ │ │ ├── SHA1.html
│ │ │ │ └── SHA256.html
│ │ │ ├── toc.xml
│ │ │ ├── tocAES.xml
│ │ │ ├── tocDSA.xml
│ │ │ ├── tocElGamal.xml
│ │ │ ├── tocHMACMD5.xml
│ │ │ ├── tocIDEA.xml
│ │ │ ├── tocMD5.xml
│ │ │ ├── tocRC6.xml
│ │ │ ├── tocRNGSHA1.xml
│ │ │ ├── tocRSA.xml
│ │ │ └── tocSHA256.xml
│ │ └── info-box-examples.html
│ ├── plugin.xml
│ ├── pom.xml
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── core/
│ └── help/
│ ├── CreditsPage.java
│ ├── Doc_Server.java
│ ├── HelpInjectionService.java
│ ├── HelpPlugin.java
│ ├── JCTJSInjectionFilter.java
│ ├── JCTJS_Server.java
│ ├── Messages.java
│ ├── NotificationDisplayComposite.java
│ ├── ServerStartup.java
│ ├── messages.properties
│ └── messages_de.properties
├── org.jcryptool.core.introduction/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── nl/
│ │ ├── de/
│ │ │ └── contexts.xml
│ │ └── en/
│ │ └── contexts.xml
│ ├── plugin.xml
│ ├── pom.xml
│ └── src/
│ └── org/
│ ├── eclipse/
│ │ └── nebula/
│ │ └── effects/
│ │ └── stw/
│ │ ├── ImageCapture.java
│ │ ├── ImageTransitionable.java
│ │ ├── Transition.java
│ │ ├── TransitionListener.java
│ │ ├── TransitionManager.java
│ │ ├── Transitionable.java
│ │ ├── transitions/
│ │ │ └── SlideTransition.java
│ │ └── utils/
│ │ └── Utilities.java
│ └── jcryptool/
│ └── core/
│ └── introduction/
│ ├── IntroPageStartup.java
│ ├── Messages.java
│ ├── handler/
│ │ ├── AutoslideHandler.java
│ │ ├── Messages.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── messages.properties
│ ├── messages_de.properties
│ ├── utils/
│ │ ├── DebounceExecutor.java
│ │ └── ImageScaler.java
│ └── views/
│ ├── AlgorithmInstruction.java
│ ├── IntroductionPlugin.java
│ ├── Messages.java
│ ├── messages.properties
│ └── messages_de.properties
├── org.jcryptool.core.logging/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── about.html
│ ├── build.properties
│ ├── nl/
│ │ ├── de/
│ │ │ └── contexts.xml
│ │ └── en/
│ │ └── contexts.xml
│ ├── plugin.xml
│ ├── pom.xml
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── core/
│ └── logging/
│ ├── LoggingPlugin.java
│ ├── dialogs/
│ │ ├── ExceptionDetailsErrorDialog.java
│ │ ├── JCTMessageDialog.java
│ │ ├── JFaceResources.java
│ │ ├── Messages.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── preferences/
│ │ └── pages/
│ │ ├── LoggerPage.java
│ │ ├── Messages.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ └── utils/
│ └── LogUtil.java
├── org.jcryptool.core.nl/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── about.html
│ ├── build.properties
│ ├── fragment.xml
│ ├── nl/
│ │ ├── de/
│ │ │ ├── contexts.xml
│ │ │ ├── css/
│ │ │ │ ├── root.css
│ │ │ │ ├── shared.css
│ │ │ │ └── standby.css
│ │ │ ├── firststeps/
│ │ │ │ └── firststeps.html
│ │ │ ├── introContent.xml
│ │ │ ├── overview/
│ │ │ │ └── overview.html
│ │ │ ├── root.html
│ │ │ ├── tutorials/
│ │ │ │ └── tutorials.html
│ │ │ └── whatsnew/
│ │ │ └── whatsnew.html
│ │ └── en/
│ │ ├── contexts.xml
│ │ ├── css/
│ │ │ ├── root.css
│ │ │ ├── shared.css
│ │ │ └── standby.css
│ │ ├── firststeps/
│ │ │ └── firststeps.html
│ │ ├── introContent.xml
│ │ ├── overview/
│ │ │ └── overview.html
│ │ ├── root.html
│ │ ├── tutorials/
│ │ │ └── tutorials.html
│ │ └── whatsnew/
│ │ └── whatsnew.html
│ └── pom.xml
├── org.jcryptool.core.operations/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── about.html
│ ├── build.properties
│ ├── nl/
│ │ ├── de/
│ │ │ └── contexts.xml
│ │ └── en/
│ │ └── contexts.xml
│ ├── plugin.xml
│ ├── pom.xml
│ ├── schema/
│ │ ├── algorithms_cmd.exsd
│ │ ├── alphabets.exsd
│ │ ├── analysis.exsd
│ │ ├── editorServices.exsd
│ │ ├── games.exsd
│ │ ├── keystores.exsd
│ │ ├── operationsManager.exsd
│ │ ├── pkcsFactories.exsd
│ │ ├── providers.exsd
│ │ ├── providers2.exsd
│ │ └── visuals.exsd
│ ├── src/
│ │ └── org/
│ │ └── jcryptool/
│ │ └── core/
│ │ └── operations/
│ │ ├── AbstractOperationsManager.java
│ │ ├── CommandInfo.java
│ │ ├── IOperationsConstants.java
│ │ ├── OperationsPlugin.java
│ │ ├── algorithm/
│ │ │ ├── AbstractAlgorithm.java
│ │ │ ├── AbstractAlgorithmHandler.java
│ │ │ ├── AlgorithmDescriptor.java
│ │ │ ├── AlgorithmRegistry.java
│ │ │ ├── IAlgorithmDescriptor.java
│ │ │ ├── Messages.java
│ │ │ ├── ShadowAlgorithmHandler.java
│ │ │ ├── classic/
│ │ │ │ ├── AbstractClassicAlgorithm.java
│ │ │ │ ├── IClassicAlgorithmEngine.java
│ │ │ │ └── textmodify/
│ │ │ │ ├── Messages.java
│ │ │ │ ├── Transform.java
│ │ │ │ ├── TransformData.java
│ │ │ │ ├── messages.properties
│ │ │ │ └── messages_de.properties
│ │ │ ├── messages.properties
│ │ │ ├── messages_de.properties
│ │ │ └── modern/
│ │ │ ├── AbstractModernAlgorithm.java
│ │ │ ├── asymmetric/
│ │ │ │ └── AbstractAsymmetricAlgorithm.java
│ │ │ ├── hash/
│ │ │ │ └── AbstractMessageDigestAlgorithm.java
│ │ │ ├── hybrid/
│ │ │ │ └── AbstractHybridAlgorithm.java
│ │ │ └── symmetric/
│ │ │ └── AbstractSymmetricAlgorithm.java
│ │ ├── alphabets/
│ │ │ ├── AbstractAlphabet.java
│ │ │ ├── AbstractAlphabetStore.java
│ │ │ ├── AbstractAlphabetStore2.java
│ │ │ ├── AlphaConverter.java
│ │ │ ├── AlphabetReference.java
│ │ │ ├── AlphabetsManager.java
│ │ │ ├── AlphabetsManager2.java
│ │ │ └── GenericAlphabet.java
│ │ ├── dataobject/
│ │ │ ├── DataObjectConverter.java
│ │ │ ├── IDataObject.java
│ │ │ ├── classic/
│ │ │ │ ├── ClassicDataObject.java
│ │ │ │ ├── ExtendedClassicDataObject.java
│ │ │ │ └── IClassicDataObject.java
│ │ │ └── modern/
│ │ │ ├── IModernDataObject.java
│ │ │ ├── ModernDataObject.java
│ │ │ ├── asymmetric/
│ │ │ │ ├── AsymmetricDataObject.java
│ │ │ │ └── IAsymmetricDataObject.java
│ │ │ ├── hybrid/
│ │ │ │ ├── HybridDataObject.java
│ │ │ │ └── IHybridDataObject.java
│ │ │ └── symmetric/
│ │ │ ├── ISymmetricDataObject.java
│ │ │ ├── LfsrDataObject.java
│ │ │ └── SymmetricDataObject.java
│ │ ├── editors/
│ │ │ ├── AbstractEditorService.java
│ │ │ ├── EditorNotFoundException.java
│ │ │ ├── EditorUtils.java
│ │ │ ├── EditorsManager.java
│ │ │ ├── JCTElementFactory.java
│ │ │ ├── Messages.java
│ │ │ ├── messages.properties
│ │ │ ├── messages_de.properties
│ │ │ └── messages_es.properties
│ │ ├── keys/
│ │ │ └── KeyVerificator.java
│ │ ├── pkcs/
│ │ │ ├── AbstractPKCS7Factory.java
│ │ │ ├── IPKCSFactory.java
│ │ │ └── PKCSManager.java
│ │ ├── providers/
│ │ │ ├── AbstractProviderController.java
│ │ │ ├── ProviderDescriptor.java
│ │ │ ├── ProviderManager2.java
│ │ │ ├── ProvidersManager.java
│ │ │ └── preferences/
│ │ │ ├── Messages.java
│ │ │ ├── ProvidersPreferencesInitializer.java
│ │ │ ├── ProvidersPreferencesPage.java
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ └── util/
│ │ ├── ByteArrayUtils.java
│ │ └── PathEditorInput.java
│ └── templates/
│ ├── de.txt
│ ├── empty.txt
│ ├── en.txt
│ └── es.txt
├── org.jcryptool.core.splitpackages/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── build.properties
│ ├── jsr305/
│ │ └── jsr305-3.0.2.jar
│ ├── pom.xml
│ └── src/
│ └── .gitkeep
├── org.jcryptool.core.util/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── plugin.xml
│ ├── pom.xml
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── core/
│ └── util/
│ ├── DynamicOnetimeTask.java
│ ├── calendar/
│ │ └── CalendarService.java
│ ├── colors/
│ │ └── ColorService.java
│ ├── constants/
│ │ ├── IConstants.java
│ │ ├── Messages.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── directories/
│ │ └── DirectoryService.java
│ ├── fonts/
│ │ └── FontService.java
│ ├── images/
│ │ └── ImageService.java
│ ├── input/
│ │ ├── AbstractUIInput.java
│ │ ├── ButtonInput.java
│ │ ├── InputVerificationResult.java
│ │ ├── Messages.java
│ │ ├── TextfieldInput.java
│ │ ├── handler/
│ │ │ ├── UIInputResultHandler.java
│ │ │ └── WidgetRelatedUIInputResultHandler.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── numbers/
│ │ └── NumberService.java
│ ├── ui/
│ │ ├── HexTextbox.java
│ │ ├── Messages.java
│ │ ├── PasswordPrompt.java
│ │ ├── SingleVanishTooltipLauncher.java
│ │ ├── StartupPartTracker.java
│ │ ├── TitleAndDescriptionComposite.java
│ │ ├── VisualPluginHelp.java
│ │ ├── auto/
│ │ │ ├── LayoutAdvisor.java
│ │ │ ├── ScrollingUtils.java
│ │ │ └── SmoothScroller.java
│ │ ├── layout/
│ │ │ └── GridDataBuilder.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ └── units/
│ ├── BigMath.java
│ ├── ByteFormatter.java
│ ├── DefaultByteFormatter.java
│ ├── Messages.java
│ ├── UnitsService.java
│ ├── messages.properties
│ └── messages_de.properties
├── org.jcryptool.core.views/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── about.html
│ ├── build.properties
│ ├── nl/
│ │ ├── de/
│ │ │ └── contexts.xml
│ │ └── en/
│ │ └── contexts.xml
│ ├── plugin.xml
│ ├── pom.xml
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── core/
│ └── views/
│ ├── AlgorithmView.java
│ ├── ISearchable.java
│ ├── Messages.java
│ ├── ViewsPlugin.java
│ ├── content/
│ │ ├── PaletteView.java
│ │ ├── TreeView.java
│ │ ├── palette/
│ │ │ ├── AlgorithmPaletteViewer.java
│ │ │ ├── Messages.java
│ │ │ ├── ViewProviderPaletteViewer.java
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ ├── structure/
│ │ │ ├── NameSorter.java
│ │ │ ├── TreeObject.java
│ │ │ ├── TreeParent.java
│ │ │ ├── ViewContentProvider.java
│ │ │ └── ViewLabelProvider.java
│ │ └── tree/
│ │ ├── AlgorithmTreeViewer.java
│ │ ├── Messages.java
│ │ ├── ViewProviderTreeViewer.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── messages.properties
│ └── messages_de.properties
├── org.jcryptool.crypto.feature/
│ ├── .project
│ ├── build.properties
│ ├── epl-v10.html
│ ├── feature.xml
│ └── pom.xml
├── org.jcryptool.crypto.flexiprovider/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── plugin.xml
│ ├── pom.xml
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── crypto/
│ └── flexiprovider/
│ ├── FlexiProviderPlugin.java
│ ├── descriptors/
│ │ ├── IFlexiProviderOperation.java
│ │ ├── algorithms/
│ │ │ ├── AlgorithmDescriptor.java
│ │ │ ├── BlockCipherDescriptor.java
│ │ │ └── SecureRandomDescriptor.java
│ │ ├── meta/
│ │ │ ├── MetaAlgorithm.java
│ │ │ ├── MetaKeyGenerator.java
│ │ │ ├── MetaLength.java
│ │ │ ├── MetaMode.java
│ │ │ ├── MetaOID.java
│ │ │ ├── MetaPaddingScheme.java
│ │ │ └── interfaces/
│ │ │ ├── IMetaAlgorithm.java
│ │ │ ├── IMetaEntry.java
│ │ │ ├── IMetaKeyGenerator.java
│ │ │ ├── IMetaLength.java
│ │ │ ├── IMetaMode.java
│ │ │ ├── IMetaOID.java
│ │ │ └── IMetaPaddingScheme.java
│ │ └── reflect/
│ │ ├── MetaConstructor.java
│ │ ├── MetaParameter.java
│ │ ├── MetaSpec.java
│ │ └── interfaces/
│ │ ├── IMetaConstructor.java
│ │ ├── IMetaParameter.java
│ │ └── IMetaSpec.java
│ ├── exception/
│ │ ├── FlexiProviderException.java
│ │ └── InvalidAlgorithmsXMLElementException.java
│ ├── reflect/
│ │ ├── ClassUtil.java
│ │ └── Reflector.java
│ ├── types/
│ │ ├── OperationType.java
│ │ └── RegistryType.java
│ ├── ui/
│ │ ├── nodes/
│ │ │ ├── ITreeNode.java
│ │ │ └── TreeNode.java
│ │ └── perspective/
│ │ └── FlexiProviderPerspective.java
│ └── xml/
│ ├── AlgorithmsXMLConstants.java
│ ├── AlgorithmsXMLManager.java
│ └── FlexiProviderRootElement.java
├── org.jcryptool.crypto.flexiprovider.algorithms/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── nl/
│ │ ├── de/
│ │ │ ├── contexts.xml
│ │ │ └── contexts_algorithms.xml
│ │ └── en/
│ │ ├── contexts.xml
│ │ └── contexts_algorithms.xml
│ ├── plugin.xml
│ ├── pom.xml
│ ├── schema/
│ │ └── newOperation.exsd
│ ├── src/
│ │ └── org/
│ │ └── jcryptool/
│ │ └── crypto/
│ │ └── flexiprovider/
│ │ └── algorithms/
│ │ ├── AlgorithmsManager.java
│ │ ├── FlexiProviderAlgorithmsPlugin.java
│ │ ├── listeners/
│ │ │ ├── INewOperationListener.java
│ │ │ └── NewOperationManager.java
│ │ └── ui/
│ │ ├── dynamic/
│ │ │ ├── DynamicComposite.java
│ │ │ ├── IAlgorithmParameterInputArea.java
│ │ │ ├── IDynamicComposite.java
│ │ │ ├── IInputArea.java
│ │ │ ├── InputFactory.java
│ │ │ ├── Messages.java
│ │ │ ├── composites/
│ │ │ │ ├── ByteArrayInputArea.java
│ │ │ │ ├── CurveParamSelectionArea.java
│ │ │ │ ├── DiscreteIntInputArea.java
│ │ │ │ ├── FixedModeParameterArea.java
│ │ │ │ ├── FlexiBigIntInputArea.java
│ │ │ │ ├── Messages.java
│ │ │ │ ├── QuadraticIdealComposite.java
│ │ │ │ ├── RangeIntInputArea.java
│ │ │ │ ├── StringInputArea.java
│ │ │ │ ├── UnspecifiedIntInputArea.java
│ │ │ │ ├── VariableModeParameterArea.java
│ │ │ │ ├── messages.properties
│ │ │ │ └── messages_de.properties
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ ├── views/
│ │ │ ├── FlexiProviderAlgorithmsView.java
│ │ │ ├── nodes/
│ │ │ │ ├── AlgorithmNode.java
│ │ │ │ ├── CategoryNode.java
│ │ │ │ └── FolderNode.java
│ │ │ └── providers/
│ │ │ ├── FlexiProviderAlgorithmsViewContentProvider.java
│ │ │ ├── FlexiProviderAlgorithmsViewLabelProvider.java
│ │ │ ├── Messages.java
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ └── wizards/
│ │ ├── AlgorithmIntroductionPage.java
│ │ ├── AlgorithmParameterWizardPage.java
│ │ ├── AlgorithmWizard.java
│ │ ├── Messages.java
│ │ ├── blockcipher/
│ │ │ ├── BlockCipherIntroductionPage.java
│ │ │ ├── BlockCipherWizard.java
│ │ │ ├── BlockCipherWizardDialog.java
│ │ │ ├── IBlockCipherWizardListener.java
│ │ │ ├── Messages.java
│ │ │ ├── ModeParameterSpecPage.java
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ ├── messages.properties
│ │ ├── messages_de.properties
│ │ ├── securerandom/
│ │ │ ├── Messages.java
│ │ │ ├── SecureRandomWizard.java
│ │ │ ├── SecureRandomWizardPage.java
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ └── signature/
│ │ ├── Messages.java
│ │ ├── SignatureWizard.java
│ │ ├── SignatureWizardPage.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ └── xml/
│ └── help_algorithms.xml
├── org.jcryptool.crypto.flexiprovider.engines/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── plugin.xml
│ ├── pom.xml
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── crypto/
│ └── flexiprovider/
│ └── engines/
│ ├── FlexiProviderEngine.java
│ ├── FlexiProviderEngineFactory.java
│ ├── FlexiProviderEnginesPlugin.java
│ ├── Messages.java
│ ├── cipher/
│ │ ├── AsymmetricBlockCipherEngine.java
│ │ ├── AsymmetricHybridCipherEngine.java
│ │ ├── BlockCipherEngine.java
│ │ ├── CipherEngine.java
│ │ ├── Messages.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── listener/
│ │ ├── CheckOperationListener.java
│ │ └── PerformOperationListener.java
│ ├── mac/
│ │ ├── MacEngine.java
│ │ ├── Messages.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── messagedigest/
│ │ └── MessageDigestEngine.java
│ ├── messages.properties
│ ├── messages_de.properties
│ ├── securerandom/
│ │ └── SecureRandomEngine.java
│ └── signature/
│ ├── Messages.java
│ ├── SignatureEngine.java
│ ├── messages.properties
│ └── messages_de.properties
├── org.jcryptool.crypto.flexiprovider.feature/
│ ├── .project
│ ├── build.properties
│ ├── epl-v10.html
│ ├── feature.xml
│ └── pom.xml
├── org.jcryptool.crypto.flexiprovider.integrator/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── nl/
│ │ ├── de/
│ │ │ └── contexts.xml
│ │ └── en/
│ │ └── contexts.xml
│ ├── plugin.xml
│ ├── pom.xml
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── crypto/
│ └── flexiprovider/
│ └── integrator/
│ ├── IntegratorHandler.java
│ ├── IntegratorOperation.java
│ ├── IntegratorPlugin.java
│ ├── IntegratorWizard.java
│ ├── IntegratorWizardPage.java
│ ├── Messages.java
│ ├── NewKeyComposite.java
│ ├── NewKeyPairComposite.java
│ ├── asymmetric/
│ │ ├── elgamal/
│ │ │ ├── ElGamal.java
│ │ │ └── ElGamalHandler.java
│ │ └── rsa/
│ │ ├── Rsa.java
│ │ └── RsaHandler.java
│ ├── blockcipher/
│ │ ├── aes/
│ │ │ ├── Aes.java
│ │ │ └── AesHandler.java
│ │ ├── idea/
│ │ │ ├── Idea.java
│ │ │ └── IdeaHandler.java
│ │ └── rc6/
│ │ ├── Rc6.java
│ │ └── Rc6Handler.java
│ ├── mac/
│ │ └── hmacmd5/
│ │ ├── HMacMd5.java
│ │ └── HMacMd5Handler.java
│ ├── messagedigest/
│ │ ├── md5/
│ │ │ ├── Md5.java
│ │ │ └── Md5Handler.java
│ │ └── sha/
│ │ ├── Sha.java
│ │ └── ShaHandler.java
│ ├── messages.properties
│ ├── messages_de.properties
│ ├── prng/
│ │ └── sha1/
│ │ ├── Sha1.java
│ │ └── Sha1Handler.java
│ └── signature/
│ └── dsa/
│ ├── Dsa.java
│ └── DsaHandler.java
├── org.jcryptool.crypto.flexiprovider.keystore/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── plugin.xml
│ ├── pom.xml
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── crypto/
│ └── flexiprovider/
│ └── keystore/
│ ├── FlexiProviderKeystorePlugin.java
│ ├── ImportManager.java
│ ├── KeyStoreHelper.java
│ ├── actions/
│ │ ├── ImportKeyHandler.java
│ │ ├── Messages.java
│ │ ├── NewKeyPairHandler.java
│ │ ├── NewSymmetricKeyHandler.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ └── wizards/
│ ├── ImportWizard.java
│ ├── ImportWizardPage.java
│ ├── Messages.java
│ ├── NewKeyPairWizard.java
│ ├── NewKeyPairWizardPage.java
│ ├── NewSymmetricKeyWizard.java
│ ├── NewSymmetricKeyWizardPage.java
│ ├── messages.properties
│ └── messages_de.properties
├── org.jcryptool.crypto.flexiprovider.operations/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── nl/
│ │ ├── de/
│ │ │ └── contexts.xml
│ │ └── en/
│ │ └── contexts.xml
│ ├── plugin.xml
│ ├── pom.xml
│ ├── schema/
│ │ ├── checkFlexiProviderOperation.exsd
│ │ └── performFlexiProviderOperation.exsd
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── crypto/
│ └── flexiprovider/
│ └── operations/
│ ├── FlexiProviderOperationsPlugin.java
│ ├── Messages.java
│ ├── NewOperationListener.java
│ ├── OperationsManager.java
│ ├── engines/
│ │ ├── CheckOperationManager.java
│ │ ├── ICheckOperationListener.java
│ │ ├── IPerfomOperationListener.java
│ │ └── PerformOperationManager.java
│ ├── messages.properties
│ ├── messages_de.properties
│ ├── ui/
│ │ ├── actions/
│ │ │ ├── context/
│ │ │ │ ├── Messages.java
│ │ │ │ ├── RemoveHandler.java
│ │ │ │ ├── RemoveKeyHandler.java
│ │ │ │ ├── RenameHandler.java
│ │ │ │ ├── io/
│ │ │ │ │ ├── Messages.java
│ │ │ │ │ ├── SelectInputFileHandler.java
│ │ │ │ │ ├── SelectOutputFileHandler.java
│ │ │ │ │ ├── SelectSignatureHandler.java
│ │ │ │ │ ├── SetInputEditorHandler.java
│ │ │ │ │ ├── SetOutputEditorHandler.java
│ │ │ │ │ ├── UndefinedOperationException.java
│ │ │ │ │ ├── messages.properties
│ │ │ │ │ └── messages_de.properties
│ │ │ │ ├── messages.properties
│ │ │ │ ├── messages_de.properties
│ │ │ │ └── ops/
│ │ │ │ ├── DecryptHandler.java
│ │ │ │ ├── EncryptHandler.java
│ │ │ │ ├── Messages.java
│ │ │ │ ├── messages.properties
│ │ │ │ └── messages_de.properties
│ │ │ └── menu/
│ │ │ ├── ExecuteOperationHandler.java
│ │ │ ├── ExportOperationHandler.java
│ │ │ ├── ImportOperationHandler.java
│ │ │ ├── Messages.java
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ ├── handlers/
│ │ │ ├── Messages.java
│ │ │ ├── SelectKeyHandler.java
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ ├── listeners/
│ │ │ ├── IOperationChangedListener.java
│ │ │ └── ISelectedOperationListener.java
│ │ └── views/
│ │ ├── EditorDragListener.java
│ │ ├── FlexiProviderOperationsView.java
│ │ ├── KeyDropListener.java
│ │ ├── Messages.java
│ │ ├── messages.properties
│ │ ├── messages_de.properties
│ │ ├── nodes/
│ │ │ ├── EntryNode.java
│ │ │ ├── Messages.java
│ │ │ ├── algorithms/
│ │ │ │ ├── AlgorithmNode.java
│ │ │ │ ├── Messages.java
│ │ │ │ ├── messages.properties
│ │ │ │ └── messages_de.properties
│ │ │ ├── io/
│ │ │ │ ├── IONode.java
│ │ │ │ ├── InputNode.java
│ │ │ │ ├── InputOutputNode.java
│ │ │ │ ├── Messages.java
│ │ │ │ ├── OutputNode.java
│ │ │ │ ├── SignatureIONode.java
│ │ │ │ ├── SignatureNode.java
│ │ │ │ ├── messages.properties
│ │ │ │ └── messages_de.properties
│ │ │ ├── keys/
│ │ │ │ ├── KeyNode.java
│ │ │ │ ├── KeyPairNode.java
│ │ │ │ ├── Messages.java
│ │ │ │ ├── SecretKeyNode.java
│ │ │ │ ├── messages.properties
│ │ │ │ └── messages_de.properties
│ │ │ ├── messages.properties
│ │ │ ├── messages_de.properties
│ │ │ └── ops/
│ │ │ ├── Messages.java
│ │ │ ├── OperationsNode.java
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ └── providers/
│ │ ├── FlexiProviderOperationsViewContentProvider.java
│ │ └── FlexiProviderOperationsViewLabelProvider.java
│ └── xml/
│ ├── EntryElement.java
│ ├── ExportRootElement.java
│ ├── Messages.java
│ ├── OperationsViewEntryRootElement.java
│ ├── algorithms/
│ │ ├── AlgorithmDescriptorElement.java
│ │ ├── BlockCipherDescriptorElement.java
│ │ ├── SecureRandomDescriptorElement.java
│ │ └── paramspecs/
│ │ ├── AlgorithmParameterSpecElement.java
│ │ ├── Base64Coder.java
│ │ └── ModeParameterSpecElement.java
│ ├── io/
│ │ ├── InputOutputElement.java
│ │ ├── InputSignatureElement.java
│ │ ├── Messages.java
│ │ ├── OutputElement.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── keys/
│ │ ├── KeyElement.java
│ │ ├── Messages.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── messages.properties
│ ├── messages_de.properties
│ └── ops/
│ └── OperationElement.java
├── org.jcryptool.crypto.keystore/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── contactstore/
│ │ └── contacts.xml
│ ├── keystore/
│ │ ├── defunct_keystore_apr2022.ksf
│ │ ├── jctKeystore.ksf
│ │ ├── jctKeystore_2018.ksf
│ │ ├── jctKeystore_2020.ksf
│ │ ├── jctKeystore_Nov06.ksf
│ │ ├── jctKeystore_Nov18_2020.ksf
│ │ └── jctKeystore_Oct_2020.ksf
│ ├── nl/
│ │ ├── de/
│ │ │ └── contexts.xml
│ │ └── en/
│ │ └── contexts.xml
│ ├── plugin.xml
│ ├── pom.xml
│ ├── schema/
│ │ ├── keyStoreActions.exsd
│ │ └── keyStoreCommands.exsd
│ ├── src/
│ │ └── org/
│ │ └── jcryptool/
│ │ └── crypto/
│ │ └── keystore/
│ │ ├── IKeyStoreConstants.java
│ │ ├── KeyStorePlugin.java
│ │ ├── backend/
│ │ │ ├── ImportExportManager.java
│ │ │ ├── KeyStoreActionManager.java
│ │ │ ├── KeyStoreAlias.java
│ │ │ ├── KeyStoreManager.java
│ │ │ ├── Messages.java
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ ├── certificates/
│ │ │ └── CertificateFactory.java
│ │ ├── commands/
│ │ │ ├── OpenKeystoreHandler.java
│ │ │ └── ShowPropertiesHandler.java
│ │ ├── descriptors/
│ │ │ ├── ImportDescriptor.java
│ │ │ ├── NewEntryDescriptor.java
│ │ │ ├── NewKeyPairDescriptor.java
│ │ │ ├── NewSecretKeyDescriptor.java
│ │ │ └── interfaces/
│ │ │ ├── IContactDescriptor.java
│ │ │ ├── IImportDescriptor.java
│ │ │ ├── IImportWizard.java
│ │ │ ├── INewEntryDescriptor.java
│ │ │ ├── INewKeyPairDescriptor.java
│ │ │ ├── INewKeyWizard.java
│ │ │ └── INewSecretKeyDescriptor.java
│ │ ├── keys/
│ │ │ ├── IKeyStoreAlias.java
│ │ │ └── KeyType.java
│ │ └── ui/
│ │ ├── KeystoreViewer.java
│ │ ├── KeystoreWidget.java
│ │ ├── actions/
│ │ │ ├── AbstractImportKeyStoreEntryHandler.java
│ │ │ ├── AbstractKeyStoreHandler.java
│ │ │ ├── AbstractNewKeyStoreEntryHandler.java
│ │ │ ├── IKeyStoreActionDescriptor.java
│ │ │ ├── KeyStoreActionDescriptor.java
│ │ │ ├── KeyStoreBackupHandler.java
│ │ │ ├── Messages.java
│ │ │ ├── ShadowKeyStoreHandler.java
│ │ │ ├── contacts/
│ │ │ │ ├── DeleteContactHandler.java
│ │ │ │ └── NewContactHandler.java
│ │ │ ├── del/
│ │ │ │ ├── DeleteCertificateHandler.java
│ │ │ │ ├── DeleteKeyPairHandler.java
│ │ │ │ ├── DeleteSecretKeyHandler.java
│ │ │ │ ├── Messages.java
│ │ │ │ ├── messages.properties
│ │ │ │ └── messages_de.properties
│ │ │ ├── ex/
│ │ │ │ ├── ExportCertificateHandler.java
│ │ │ │ ├── ExportKeyPairHandler.java
│ │ │ │ ├── ExportSecretKeyHandler.java
│ │ │ │ ├── Messages.java
│ │ │ │ ├── messages.properties
│ │ │ │ └── messages_de.properties
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ ├── dialogs/
│ │ │ ├── CommonPropertyDialog.java
│ │ │ ├── Messages.java
│ │ │ ├── SelectKeyDialog.java
│ │ │ ├── ShowCertificateDialog.java
│ │ │ ├── ShowSecretKeyDialog.java
│ │ │ ├── TableEntry.java
│ │ │ ├── contentproviders/
│ │ │ │ ├── AbstractKeyNodeContentProvider.java
│ │ │ │ ├── CertificateContentProvider.java
│ │ │ │ ├── CommonContentProvider.java
│ │ │ │ ├── ContentProviderFactory.java
│ │ │ │ ├── Messages.java
│ │ │ │ ├── keypair/
│ │ │ │ │ ├── CMSSPrivateKeyContentProvider.java
│ │ │ │ │ ├── CMSSPublicKeyContentProvider.java
│ │ │ │ │ ├── DSAPrivateKeyContentProvider.java
│ │ │ │ │ ├── DSAPublicKeyContentProvider.java
│ │ │ │ │ ├── ECPrivateKeyContentProvider.java
│ │ │ │ │ ├── ECPublicKeyContentProvider.java
│ │ │ │ │ ├── ElGamalPrivateKeyContentProvider.java
│ │ │ │ │ ├── ElGamalPublicKeyContentProvider.java
│ │ │ │ │ ├── GMSSPrivateKeyContentProvider.java
│ │ │ │ │ ├── GMSSPublicKeyContentProvider.java
│ │ │ │ │ ├── IQDSAPrivateKeyContentProvider.java
│ │ │ │ │ ├── IQDSAPublicKeyContentProvider.java
│ │ │ │ │ ├── IQGQPrivateKeyContentProvider.java
│ │ │ │ │ ├── IQGQPublicKeyContentProvider.java
│ │ │ │ │ ├── IQRDSAPrivateKeyContentProvider.java
│ │ │ │ │ ├── IQRDSAPublicKeyContentProvider.java
│ │ │ │ │ ├── LMOTSPrivateKeyContentProvider.java
│ │ │ │ │ ├── LMOTSPublicKeyContentProvider.java
│ │ │ │ │ ├── McElieceCCA2PrivateKeyContentProvider.java
│ │ │ │ │ ├── McElieceCCA2PublicKeyContentProvider.java
│ │ │ │ │ ├── McEliecePrivateKeyContentProvider.java
│ │ │ │ │ ├── McEliecePublicKeyContentProvider.java
│ │ │ │ │ ├── MeRSAPrivateKeyContentProvider.java
│ │ │ │ │ ├── MerkleOTSPrivateKeyContentProvider.java
│ │ │ │ │ ├── MerkleOTSPublicKeyContentProvider.java
│ │ │ │ │ ├── MpRSAPrivateKeyContentProvider.java
│ │ │ │ │ ├── NiederreiterPrivateKeyContentProvider.java
│ │ │ │ │ ├── NiederreiterPublicKeyContentProvider.java
│ │ │ │ │ ├── PFlashPrivateKeyContentProvider.java
│ │ │ │ │ ├── PFlashPublicKeyContentProvider.java
│ │ │ │ │ ├── RSAPublicKeyContentProvider.java
│ │ │ │ │ ├── RainbowPrivateKeyContentProvider.java
│ │ │ │ │ ├── RainbowPublicKeyContentProvider.java
│ │ │ │ │ ├── SSVElGamalPrivateKeyContentProvider.java
│ │ │ │ │ └── SSVElGamalPublicKeyContentProvider.java
│ │ │ │ ├── messages.properties
│ │ │ │ ├── messages_de.properties
│ │ │ │ └── secretkey/
│ │ │ │ ├── ECSecretKeyContentProvider.java
│ │ │ │ └── PBESecretKeyContentProvider.java
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ ├── views/
│ │ │ ├── KeyDragListener.java
│ │ │ ├── KeystoreView.java
│ │ │ ├── interfaces/
│ │ │ │ ├── IChangeKeyStoreListener.java
│ │ │ │ ├── IKeyStoreListener.java
│ │ │ │ ├── ISelectedNodeListener.java
│ │ │ │ └── IViewKeyInformation.java
│ │ │ ├── nodes/
│ │ │ │ ├── Contact.java
│ │ │ │ ├── ContactDescriptorNode.java
│ │ │ │ ├── ContactManager.java
│ │ │ │ ├── ContactStore.java
│ │ │ │ ├── ITreeNode.java
│ │ │ │ ├── Messages.java
│ │ │ │ ├── NodeType.java
│ │ │ │ ├── TreeNode.java
│ │ │ │ ├── containers/
│ │ │ │ │ ├── AbstractContainerNode.java
│ │ │ │ │ ├── CertificateContainerNode.java
│ │ │ │ │ ├── IKeyPairContainerNode.java
│ │ │ │ │ ├── KeyPairContainerNode.java
│ │ │ │ │ ├── Messages.java
│ │ │ │ │ ├── SecretKeyContainerNode.java
│ │ │ │ │ ├── messages.properties
│ │ │ │ │ └── messages_de.properties
│ │ │ │ ├── keys/
│ │ │ │ │ ├── AbstractKeyNode.java
│ │ │ │ │ ├── CertificateNode.java
│ │ │ │ │ ├── KeyPairNode.java
│ │ │ │ │ ├── Messages.java
│ │ │ │ │ ├── PrivateKeyNode.java
│ │ │ │ │ ├── SecretKeyNode.java
│ │ │ │ │ ├── messages.properties
│ │ │ │ │ └── messages_de.properties
│ │ │ │ ├── messages.properties
│ │ │ │ └── messages_de.properties
│ │ │ └── providers/
│ │ │ ├── KeyStoreViewContentProvider.java
│ │ │ └── KeyStoreViewLabelProvider.java
│ │ ├── wizardpages/
│ │ │ ├── BackupRestorePage.java
│ │ │ ├── Messages.java
│ │ │ ├── messages.properties
│ │ │ └── messages_de.properties
│ │ └── wizards/
│ │ ├── BackupRestoreWizard.java
│ │ ├── Messages.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ └── swt-grouplayout.jar
├── org.jcryptool.devtools/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── build.properties
│ ├── plugin.xml
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── devtools/
│ ├── Activator.java
│ ├── EditorAPIStartup.java
│ ├── HexEditorDebugLogic.java
│ ├── HexEditorDebugView.java
│ └── TestShell1.java
├── org.jcryptool.editor.hex/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── plugin.xml
│ ├── pom.xml
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── editor/
│ └── hex/
│ ├── HexEditorConstants.java
│ ├── Messages.java
│ ├── commands/
│ │ ├── Messages.java
│ │ ├── NewEmptyFile.java
│ │ ├── NewFile.java
│ │ ├── OpenEditorHandler.java
│ │ ├── OpenInTextEditor.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── messages.properties
│ ├── messages_de.properties
│ └── service/
│ └── HexEditorService.java
├── org.jcryptool.editor.text/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── nl/
│ │ ├── de/
│ │ │ └── contexts.xml
│ │ └── en/
│ │ └── contexts.xml
│ ├── plugin.xml
│ ├── pom.xml
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── editor/
│ └── text/
│ ├── JCTTextEditorPlugin.java
│ ├── commands/
│ │ ├── Messages.java
│ │ ├── NewEmptyTextFile.java
│ │ ├── NewSampleTextFile.java
│ │ ├── OpenEditorHandler.java
│ │ ├── OpenInHex.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── editor/
│ │ ├── JCTTextEditor.java
│ │ ├── Messages.java
│ │ ├── SimpleDocumentProvider.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── service/
│ │ └── JCTEditorService.java
│ └── startup/
│ ├── Messages.java
│ ├── StartUp.java
│ ├── messages.properties
│ └── messages_de.properties
├── org.jcryptool.editors.feature/
│ ├── .project
│ ├── build.properties
│ ├── epl-v10.html
│ ├── feature.xml
│ └── pom.xml
├── org.jcryptool.fileexplorer/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── nl/
│ │ ├── de/
│ │ │ ├── contexts.xml
│ │ │ ├── help/
│ │ │ │ ├── preferences.html
│ │ │ │ └── view.html
│ │ │ ├── index.xml
│ │ │ └── toc.xml
│ │ └── en/
│ │ ├── contexts.xml
│ │ ├── help/
│ │ │ ├── preferences.html
│ │ │ └── view.html
│ │ ├── index.xml
│ │ └── toc.xml
│ ├── plugin.xml
│ ├── pom.xml
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── fileexplorer/
│ ├── FileExplorerPlugin.java
│ ├── commands/
│ │ ├── CollapseHandler.java
│ │ ├── CopyHandler.java
│ │ ├── CryptoHandler.java
│ │ ├── CutHandler.java
│ │ ├── DeleteHandler.java
│ │ ├── HomeHandler.java
│ │ ├── InvisibleToggleHandler.java
│ │ ├── Messages.java
│ │ ├── PasteHandler.java
│ │ ├── RefreshHandler.java
│ │ ├── RenameHandler.java
│ │ ├── ShowPropertiesHandler.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── popup/
│ │ └── contributions/
│ │ ├── CryptoContributionItem.java
│ │ ├── Messages.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── preferences/
│ │ ├── GeneralPreferencePage.java
│ │ ├── Messages.java
│ │ ├── PreferenceConstants.java
│ │ ├── PreferenceInitializer.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── properties/
│ │ ├── Messages.java
│ │ ├── ResourcePropertyPage.java
│ │ ├── messages.properties
│ │ └── messages_de.properties
│ ├── tester/
│ │ └── IFileStorePropertyTester.java
│ └── views/
│ ├── FileExplorerContentProvider.java
│ ├── FileExplorerLabelProvider.java
│ ├── FileExplorerView.java
│ ├── FileExplorerViewerComparator.java
│ ├── Messages.java
│ ├── factories/
│ │ ├── FileExplorerAdapterFactory.java
│ │ └── ImageFactory.java
│ ├── messages.properties
│ └── messages_de.properties
├── org.jcryptool.functionlistgen/
│ ├── .classpath
│ ├── .project
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ ├── plugin.xml
│ ├── pom.xml
│ └── src/
│ └── org/
│ └── jcryptool/
│ └── functionlistgen/
│ ├── Activator.java
│ ├── AtStartup.java
│ └── FunctionalityRecord.java
├── org.jcryptool.jre.master.feature/
│ ├── .project
│ ├── build.properties
│ ├── feature.xml
│ └── pom.xml
├── org.jcryptool.product/
│ ├── .project
│ ├── JCT-Maven-Build.launch
│ ├── a.txt
│ ├── icons/
│ │ ├── icons_linux.xpm
│ │ └── icons_osx.icns
│ ├── jcryptool.p2.inf
│ ├── jcryptool.product
│ └── pom.xml
├── org.jcryptool.providers.feature/
│ ├── .project
│ ├── build.properties
│ ├── epl-v10.html
│ ├── feature.xml
│ └── pom.xml
├── org.jcryptool.releng/
│ ├── .project
│ ├── epl.txt
│ ├── helper/
│ │ ├── ignored_links.txt
│ │ └── link_availability_checker.py
│ ├── pom.xml
│ └── rebuild_weekly.txt
├── org.jcryptool.target/
│ ├── .project
│ ├── org.jcryptool.target.fordevelopers.target
│ ├── org.jcryptool.target.jctpde.target
│ ├── org.jcryptool.target.target
│ └── pom.xml
├── org.jcryptool.views.feature/
│ ├── .project
│ ├── build.properties
│ ├── epl-v10.html
│ ├── feature.xml
│ └── pom.xml
├── org.jdom/
│ ├── .classpath
│ ├── .project
│ ├── LICENSE.txt
│ ├── META-INF/
│ │ └── MANIFEST.MF
│ ├── OSGI-INF/
│ │ └── l10n/
│ │ ├── bundle.properties
│ │ └── bundle_de.properties
│ ├── build.properties
│ └── pom.xml
├── pom.xml
└── readme.md
================================================
FILE CONTENTS
================================================
================================================
FILE: .development-configs/checkstyle-suppressions.xml
================================================
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<suppress checks=".*" files="Messages.java"/>
</suppressions>
================================================
FILE: .development-configs/checkstyle.xml
================================================
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<!--
Checkstyle-Configuration: JCrypTool Checkstyle
Description: use this checkstyle configuration for JCryptool development
-->
<module name="Checker">
<property name="severity" value="warning"/>
<module name="TreeWalker">
<property name="tabWidth" value="4"/>
<module name="JavadocMethod">
<property name="excludeScope" value="private"/>
</module>
<module name="JavadocType"/>
<module name="JavadocVariable">
<property name="excludeScope" value="private"/>
<property name="scope" value="package"/>
</module>
<module name="JavadocStyle">
<property name="checkFirstSentence" value="false"/>
</module>
<module name="ConstantName"/>
<module name="LocalFinalVariableName"/>
<module name="LocalVariableName"/>
<module name="MemberName"/>
<module name="MethodName"/>
<module name="PackageName"/>
<module name="ParameterName"/>
<module name="StaticVariableName"/>
<module name="TypeName"/>
<module name="AvoidStarImport"/>
<module name="IllegalImport"/>
<module name="RedundantImport"/>
<module name="UnusedImports"/>
<module name="MethodLength">
<property name="max" value="200"/>
</module>
<module name="ParameterNumber"/>
<module name="EmptyForIteratorPad"/>
<module name="MethodParamPad"/>
<module name="NoWhitespaceAfter">
<property name="tokens" value="BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"/>
</module>
<module name="NoWhitespaceBefore"/>
<module name="OperatorWrap"/>
<module name="ParenPad"/>
<module name="TypecastParenPad"/>
<module name="WhitespaceAfter"/>
<module name="WhitespaceAround"/>
<module name="ModifierOrder"/>
<module name="RedundantModifier"/>
<module name="AvoidNestedBlocks"/>
<module name="EmptyBlock"/>
<module name="LeftCurly"/>
<module name="NeedBraces"/>
<module name="RightCurly"/>
<module name="AvoidInlineConditionals">
<property name="severity" value="ignore"/>
<metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
</module>
<module name="EmptyStatement"/>
<module name="EqualsHashCode"/>
<module name="HiddenField">
<property name="tokens" value="VARIABLE_DEF"/>
</module>
<module name="IllegalInstantiation"/>
<module name="InnerAssignment"/>
<module name="MagicNumber"/>
<module name="MissingSwitchDefault"/>
<module name="SimplifyBooleanExpression"/>
<module name="SimplifyBooleanReturn"/>
<module name="DesignForExtension">
<property name="severity" value="ignore"/>
<metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
</module>
<module name="FinalClass">
<property name="severity" value="ignore"/>
<metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
</module>
<module name="HideUtilityClassConstructor"/>
<module name="InterfaceIsType"/>
<module name="VisibilityModifier"/>
<module name="ArrayTypeStyle"/>
<module name="FinalParameters">
<property name="severity" value="ignore"/>
<metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
</module>
<module name="TodoComment">
<property name="severity" value="ignore"/>
<metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
</module>
<module name="UpperEll"/>
<module name="SuppressWarnings">
<property name="format" value="^unused$"/>
</module>
<module name="MagicNumber">
<property name="ignoreNumbers" value="-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 100, 128, 256, 512, 768, 1024, 2048, 4096"/>
</module>
</module>
<module name="LineLength">
<property name="max" value="120"/>
</module>
<module name="NewlineAtEndOfFile">
<property name="severity" value="ignore"/>
<metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
</module>
<module name="Translation"/>
<module name="FileLength"/>
<module name="FileTabCharacter"/>
<module name="RegexpSingleline">
<property name="severity" value="ignore"/>
<property name="format" value="\s+$"/>
<property name="message" value="Line has trailing spaces."/>
<metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
</module>
<module name="SuppressionFilter">
<property name="file" value="${config_loc}/checkstyle-suppressions.xml"/>
</module>
</module>
================================================
FILE: .development-configs/formatter.xml
================================================
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles version="12">
<profile kind="CodeFormatterProfile" name="JCrypTool" version="12">
<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.disabling_tag" value="@formatter:off"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value="end_of_line"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_field" value="0"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.use_on_off_tags" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_multiple_fields" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" value="80"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_array_initializer" value="end_of_line"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_package" value="1"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.continuation_indentation" value="2"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" value="1"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_package" value="0"/>
<setting id="org.eclipse.jdt.core.compiler.source" value="1.7"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.comment.format_line_comments" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.join_wrapped_lines" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_member_type" value="1"/>
<setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.comment.indent_parameter_description" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.lineSplit" value="120"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration" value="0"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.indentation.size" value="4"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.enabling_tag" value="@formatter:on"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_assignment" value="0"/>
<setting id="org.eclipse.jdt.core.compiler.problem.assertIdentifier" value="error"/>
<setting id="org.eclipse.jdt.core.formatter.tabulation.char" value="space"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_method" value="1"/>
<setting id="org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" value="end_of_line"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_method_declaration" value="0"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_switch" value="end_of_line"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" value="do not insert"/>
<setting id="org.eclipse.jdt.core.compiler.problem.enumIdentifier" value="error"/>
<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block" value="end_of_line"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" value="end_of_line"/>
<setting id="org.eclipse.jdt.core.formatter.compact_else_if" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.comment.indent_root_tags" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" value="end_of_line"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.tabulation.size" value="4"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.indent_empty_lines" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block_in_case" value="end_of_line"/>
<setting id="org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" value="1"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" value="insert"/>
<setting id="org.eclipse.jdt.core.compiler.compliance" value="1.7"/>
<setting id="org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" value="2"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_binary_expression" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" value="end_of_line"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" value="do not insert"/>
<setting id="org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode" value="enabled"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_label" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.comment.line_length" value="100"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value="1"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" value="end_of_line"/>
<setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value="0"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.wrap_before_binary_operator" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" value="1"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.join_lines_in_comments" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_compact_if" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_imports" value="1"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.comment.format_html" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.comment.format_source_code" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration" value="16"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" value="insert"/>
<setting id="org.eclipse.jdt.core.compiler.codegen.targetPlatform" value="1.7"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_resources_in_try" value="80"/>
<setting id="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation" value="0"/>
<setting id="org.eclipse.jdt.core.formatter.comment.format_header" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.comment.format_block_comments" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_enum_constants" value="0"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" value="end_of_line"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_imports" value="1"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" value="false"/>
</profile>
</profiles>
================================================
FILE: .github/workflows/maven.yml
================================================
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17', '17.0.7' ]
steps:
- name: Checkout core repository
uses: actions/checkout@v2
with:
repository: jcryptool/core
path: core
- name: Checkout crypto repository
uses: actions/checkout@v2
with:
repository: jcryptool/crypto
path: crypto
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
- name: Build with Maven
run: mvn clean package --file $GITHUB_WORKSPACE/core/org.jcryptool.releng/pom.xml
================================================
FILE: .gitignore
================================================
*.class
*/bin*
*/target*
*/.settings*
.DS_Store
workspace
build.xml
javaCompiler...args
Thumbs.db
*.exe
*.zip
*.tar.gz
org.jcryptool.product/plugin_customization.ini
.settings/
.java-version
**/.tycho-consumer-pom.xml
================================================
FILE: .metals/.gitignore
================================================
/metals.h2.db
/metals.lock.db
/metals.log
================================================
FILE: LICENSE
================================================
Eclipse Public License - v 1.0
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
1. DEFINITIONS
"Contribution" means:
a) in the case of the initial Contributor, the initial code and documentation
distributed under this Agreement, and
b) in the case of each subsequent Contributor:
i) changes to the Program, and
ii) additions to the Program;
where such changes and/or additions to the Program originate from and are
distributed by that particular Contributor. A Contribution 'originates'
from a Contributor if it was added to the Program by such Contributor
itself or anyone acting on such Contributor's behalf. Contributions do not
include additions to the Program which: (i) are separate modules of
software distributed in conjunction with the Program under their own
license agreement, and (ii) are not derivative works of the Program.
"Contributor" means any person or entity that distributes the Program.
"Licensed Patents" mean patent claims licensable by a Contributor which are
necessarily infringed by the use or sale of its Contribution alone or when
combined with the Program.
"Program" means the Contributions distributed in accordance with this
Agreement.
"Recipient" means anyone who receives the Program under this Agreement,
including all Contributors.
2. GRANT OF RIGHTS
a) Subject to the terms of this Agreement, each Contributor hereby grants
Recipient a non-exclusive, worldwide, royalty-free copyright license to
reproduce, prepare derivative works of, publicly display, publicly
perform, distribute and sublicense the Contribution of such Contributor,
if any, and such derivative works, in source code and object code form.
b) Subject to the terms of this Agreement, each Contributor hereby grants
Recipient a non-exclusive, worldwide, royalty-free patent license under
Licensed Patents to make, use, sell, offer to sell, import and otherwise
transfer the Contribution of such Contributor, if any, in source code and
object code form. This patent license shall apply to the combination of
the Contribution and the Program if, at the time the Contribution is
added by the Contributor, such addition of the Contribution causes such
combination to be covered by the Licensed Patents. The patent license
shall not apply to any other combinations which include the Contribution.
No hardware per se is licensed hereunder.
c) Recipient understands that although each Contributor grants the licenses
to its Contributions set forth herein, no assurances are provided by any
Contributor that the Program does not infringe the patent or other
intellectual property rights of any other entity. Each Contributor
disclaims any liability to Recipient for claims brought by any other
entity based on infringement of intellectual property rights or
otherwise. As a condition to exercising the rights and licenses granted
hereunder, each Recipient hereby assumes sole responsibility to secure
any other intellectual property rights needed, if any. For example, if a
third party patent license is required to allow Recipient to distribute
the Program, it is Recipient's responsibility to acquire that license
before distributing the Program.
d) Each Contributor represents that to its knowledge it has sufficient
copyright rights in its Contribution, if any, to grant the copyright
license set forth in this Agreement.
3. REQUIREMENTS
A Contributor may choose to distribute the Program in object code form under
its own license agreement, provided that:
a) it complies with the terms and conditions of this Agreement; and
b) its license agreement:
i) effectively disclaims on behalf of all Contributors all warranties
and conditions, express and implied, including warranties or
conditions of title and non-infringement, and implied warranties or
conditions of merchantability and fitness for a particular purpose;
ii) effectively excludes on behalf of all Contributors all liability for
damages, including direct, indirect, special, incidental and
consequential damages, such as lost profits;
iii) states that any provisions which differ from this Agreement are
offered by that Contributor alone and not by any other party; and
iv) states that source code for the Program is available from such
Contributor, and informs licensees how to obtain it in a reasonable
manner on or through a medium customarily used for software exchange.
When the Program is made available in source code form:
a) it must be made available under this Agreement; and
b) a copy of this Agreement must be included with each copy of the Program.
Contributors may not remove or alter any copyright notices contained
within the Program.
Each Contributor must identify itself as the originator of its Contribution,
if
any, in a manner that reasonably allows subsequent Recipients to identify the
originator of the Contribution.
4. COMMERCIAL DISTRIBUTION
Commercial distributors of software may accept certain responsibilities with
respect to end users, business partners and the like. While this license is
intended to facilitate the commercial use of the Program, the Contributor who
includes the Program in a commercial product offering should do so in a manner
which does not create potential liability for other Contributors. Therefore,
if a Contributor includes the Program in a commercial product offering, such
Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
every other Contributor ("Indemnified Contributor") against any losses,
damages and costs (collectively "Losses") arising from claims, lawsuits and
other legal actions brought by a third party against the Indemnified
Contributor to the extent caused by the acts or omissions of such Commercial
Contributor in connection with its distribution of the Program in a commercial
product offering. The obligations in this section do not apply to any claims
or Losses relating to any actual or alleged intellectual property
infringement. In order to qualify, an Indemnified Contributor must:
a) promptly notify the Commercial Contributor in writing of such claim, and
b) allow the Commercial Contributor to control, and cooperate with the
Commercial Contributor in, the defense and any related settlement
negotiations. The Indemnified Contributor may participate in any such claim at
its own expense.
For example, a Contributor might include the Program in a commercial product
offering, Product X. That Contributor is then a Commercial Contributor. If
that Commercial Contributor then makes performance claims, or offers
warranties related to Product X, those performance claims and warranties are
such Commercial Contributor's responsibility alone. Under this section, the
Commercial Contributor would have to defend claims against the other
Contributors related to those performance claims and warranties, and if a
court requires any other Contributor to pay any damages as a result, the
Commercial Contributor must pay those damages.
5. NO WARRANTY
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
Recipient is solely responsible for determining the appropriateness of using
and distributing the Program and assumes all risks associated with its
exercise of rights under this Agreement , including but not limited to the
risks and costs of program errors, compliance with applicable laws, damage to
or loss of data, programs or equipment, and unavailability or interruption of
operations.
6. DISCLAIMER OF LIABILITY
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGES.
7. GENERAL
If any provision of this Agreement is invalid or unenforceable under
applicable law, it shall not affect the validity or enforceability of the
remainder of the terms of this Agreement, and without further action by the
parties hereto, such provision shall be reformed to the minimum extent
necessary to make such provision valid and enforceable.
If Recipient institutes patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
(excluding combinations of the Program with other software or hardware)
infringes such Recipient's patent(s), then such Recipient's rights granted
under Section 2(b) shall terminate as of the date such litigation is filed.
All Recipient's rights under this Agreement shall terminate if it fails to
comply with any of the material terms or conditions of this Agreement and does
not cure such failure in a reasonable period of time after becoming aware of
such noncompliance. If all Recipient's rights under this Agreement terminate,
Recipient agrees to cease use and distribution of the Program as soon as
reasonably practicable. However, Recipient's obligations under this Agreement
and any licenses granted by Recipient relating to the Program shall continue
and survive.
Everyone is permitted to copy and distribute copies of this Agreement, but in
order to avoid inconsistency the Agreement is copyrighted and may only be
modified in the following manner. The Agreement Steward reserves the right to
publish new versions (including revisions) of this Agreement from time to
time. No one other than the Agreement Steward has the right to modify this
Agreement. The Eclipse Foundation is the initial Agreement Steward. The
Eclipse Foundation may assign the responsibility to serve as the Agreement
Steward to a suitable separate entity. Each new version of the Agreement will
be given a distinguishing version number. The Program (including
Contributions) may always be distributed subject to the version of the
Agreement under which it was received. In addition, after a new version of the
Agreement is published, Contributor may elect to distribute the Program
(including its Contributions) under the new version. Except as expressly
stated in Sections 2(a) and 2(b) above, Recipient receives no rights or
licenses to the intellectual property of any Contributor under this Agreement,
whether expressly, by implication, estoppel or otherwise. All rights in the
Program not expressly granted under this Agreement are reserved.
This Agreement is governed by the laws of the State of New York and the
intellectual property laws of the United States of America. No party to this
Agreement will bring a legal action under this Agreement more than one year
after the cause of action arose. Each party waives its rights to a jury trial in
any resulting litigation.
================================================
FILE: com.thoughtworks.qdox/.classpath
================================================
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
<classpathentry exported="true" kind="lib" path=""/>
</classpath>
================================================
FILE: com.thoughtworks.qdox/.project
================================================
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.thoughtworks.qdox</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
================================================
FILE: com.thoughtworks.qdox/META-INF/LICENSE.txt
================================================
Copyright 2002-2006 Joe Walnes and QDox Project Team
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
================================================
FILE: com.thoughtworks.qdox/META-INF/MANIFEST.MF
================================================
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: com.thoughtworks.qdox;singleton:=true
Bundle-Vendor: %Bundle-Vendor
Export-Package: com.thoughtworks.qdox,
com.thoughtworks.qdox.ant,
com.thoughtworks.qdox.directorywalker,
com.thoughtworks.qdox.junit,
com.thoughtworks.qdox.model,
com.thoughtworks.qdox.model.util,
com.thoughtworks.qdox.parser,
com.thoughtworks.qdox.parser.impl,
com.thoughtworks.qdox.parser.structs,
com.thoughtworks.qdox.tools
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: com.thoughtworks.qdox
Bundle-Version: 1.0.9.1-20230901
================================================
FILE: com.thoughtworks.qdox/OSGI-INF/l10n/bundle.properties
================================================
#Properties file for com.thoughtworks.qdox
Bundle-Vendor = THOUGHTWORKS
Bundle-Name = Qdox Plug-in
================================================
FILE: com.thoughtworks.qdox/OSGI-INF/l10n/bundle_de.properties
================================================
#Properties file for com.thoughtworks.qdox
Bundle-Vendor = THOUGHTWORKS
Bundle-Name = Qdox Plug-in
================================================
FILE: com.thoughtworks.qdox/build.properties
================================================
output.. = .
bin.includes = META-INF/,\
com/,\
OSGI-INF/
================================================
FILE: com.thoughtworks.qdox/pom.xml
================================================
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<parent>
<groupId>org.jcryptool</groupId>
<artifactId>org.jcryptool.core.parent</artifactId>
<version>1.0.8</version>
<!-- version:parent -->
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.thoughtworks</groupId>
<artifactId>com.thoughtworks.qdox</artifactId>
<version>1.0.9.1-20230901</version>
<packaging>eclipse-plugin</packaging>
</project>
================================================
FILE: de.flexiprovider/.classpath
================================================
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="libs/FlexiProvider-1.7p7.signed.jar" sourcepath="libs/FlexiProvider-1.7p7.signed_source.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
================================================
FILE: de.flexiprovider/.project
================================================
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>de.flexiprovider</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
================================================
FILE: de.flexiprovider/META-INF/MANIFEST.MF
================================================
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: de.flexiprovider;singleton:=true
Bundle-Version: 1.7.0.p7
Bundle-Activator: de.flexiprovider.FlexiProviderPlugin
Bundle-Vendor: %Bundle-Vendor.0
Require-Bundle: org.eclipse.core.runtime,
org.jdom;bundle-version="1.1.1",
net.sourceforge.codec;bundle-version="1.7.0",
bcprov;bundle-version="[1.68.0,1.68.0]"
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,
libs/FlexiProvider-1.7p7.signed.jar
Bundle-RequiredExecutionEnvironment: JavaSE-17
Import-Package: org.jcryptool.core.logging.utils,
org.jcryptool.core.operations.providers
Export-Package: de.flexiprovider,
de.flexiprovider.api,
de.flexiprovider.api.exceptions,
de.flexiprovider.api.keys,
de.flexiprovider.api.parameters,
de.flexiprovider.common.exceptions,
de.flexiprovider.common.ies,
de.flexiprovider.common.math,
de.flexiprovider.common.math.codingtheory,
de.flexiprovider.common.math.ellipticcurves,
de.flexiprovider.common.math.finitefields,
de.flexiprovider.common.math.linearalgebra,
de.flexiprovider.common.math.polynomials,
de.flexiprovider.common.math.quadraticfields,
de.flexiprovider.common.mode,
de.flexiprovider.common.padding,
de.flexiprovider.common.util,
de.flexiprovider.core,
de.flexiprovider.core.camellia,
de.flexiprovider.core.desede,
de.flexiprovider.core.desede.interfaces,
de.flexiprovider.core.dsa,
de.flexiprovider.core.dsa.interfaces,
de.flexiprovider.core.elgamal,
de.flexiprovider.core.elgamal.semanticallysecure,
de.flexiprovider.core.idea,
de.flexiprovider.core.kdf,
de.flexiprovider.core.mac,
de.flexiprovider.core.mars,
de.flexiprovider.core.md,
de.flexiprovider.core.mersa,
de.flexiprovider.core.misty1,
de.flexiprovider.core.mprsa,
de.flexiprovider.core.pbe,
de.flexiprovider.core.pbe.interfaces,
de.flexiprovider.core.random,
de.flexiprovider.core.rbrsa,
de.flexiprovider.core.rc2,
de.flexiprovider.core.rc2.interfaces,
de.flexiprovider.core.rc5,
de.flexiprovider.core.rc6,
de.flexiprovider.core.rijndael,
de.flexiprovider.core.rprimersa,
de.flexiprovider.core.rsa,
de.flexiprovider.core.rsa.interfaces,
de.flexiprovider.core.saferplus,
de.flexiprovider.core.saferplusplus,
de.flexiprovider.core.serpent,
de.flexiprovider.core.shacal,
de.flexiprovider.core.shacal2,
de.flexiprovider.core.twofish,
de.flexiprovider.ec,
de.flexiprovider.ec.asn1,
de.flexiprovider.ec.keys,
de.flexiprovider.ec.parameters,
de.flexiprovider.nf,
de.flexiprovider.nf.iq.iqdsa,
de.flexiprovider.nf.iq.iqgq,
de.flexiprovider.nf.iq.iqrdsa,
de.flexiprovider.pki,
de.flexiprovider.pqc,
de.flexiprovider.pqc.ecc,
de.flexiprovider.pqc.ecc.mceliece,
de.flexiprovider.pqc.ecc.niederreiter,
de.flexiprovider.pqc.hbc,
de.flexiprovider.pqc.hbc.cmss,
de.flexiprovider.pqc.hbc.gmss,
de.flexiprovider.pqc.hbc.ots,
de.flexiprovider.pqc.ots.lm,
de.flexiprovider.pqc.ots.merkle,
de.flexiprovider.pqc.pflash,
de.flexiprovider.pqc.rainbow,
de.flexiprovider.pqc.rainbow.util,
de.flexiprovider.pqc.tss
Automatic-Module-Name: de.flexiprovider
================================================
FILE: de.flexiprovider/OSGI-INF/l10n/bundle.properties
================================================
#Properties file for de.flexiprovider
Bundle-Vendor.0 = Technische Universitaet Darmstadt
Bundle-Name = Flexiprovider Plug-in
================================================
FILE: de.flexiprovider/OSGI-INF/l10n/bundle_de.properties
================================================
#Properties file for de.flexiprovider
Bundle-Vendor.0 = Technische Universit\u00e4t Darmstadt
Bundle-Name = Flexiprovider Plug-in
================================================
FILE: de.flexiprovider/build.properties
================================================
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
licensing.txt,\
license.pdf,\
lgpl.txt,\
gpl.txt,\
xml/,\
OSGI-INF/,\
libs/FlexiProvider-1.7p7.signed.jar
================================================
FILE: de.flexiprovider/gpl.txt
================================================
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.
================================================
FILE: de.flexiprovider/lgpl.txt
================================================
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
[This is the first released version of the Lesser GPL. It also counts
as the successor of the GNU Library Public License, version 2, hence
the version number 2.1.]
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
Licenses are intended to guarantee your freedom to share and change
free software--to make sure the software is free for all its users.
This license, the Lesser General Public License, applies to some
specially designated software packages--typically libraries--of the
Free Software Foundation and other authors who decide to use it. You
can use it too, but we suggest you first think carefully about whether
this license or the ordinary General Public License is the better
strategy to use in any particular case, based on the explanations below.
When we speak of free software, we are referring to freedom of use,
not price. Our General Public Licenses are designed to make sure that
you have the freedom to distribute copies of free software (and charge
for this service if you wish); that you receive source code or can get
it if you want it; that you can change the software and use pieces of
it in new free programs; and that you are informed that you can do
these things.
To protect your rights, we need to make restrictions that forbid
distributors to deny you these rights or to ask you to surrender these
rights. These restrictions translate to certain responsibilities for
you if you distribute copies of the library or if you modify it.
For example, if you distribute copies of the library, whether gratis
or for a fee, you must give the recipients all the rights that we gave
you. You must make sure that they, too, receive or can get the source
code. If you link other code with the library, you must provide
complete object files to the recipients, so that they can relink them
with the library after making changes to the library and recompiling
it. And you must show them these terms so they know their rights.
We protect your rights with a two-step method: (1) we copyright the
library, and (2) we offer you this license, which gives you legal
permission to copy, distribute and/or modify the library.
To protect each distributor, we want to make it very clear that
there is no warranty for the free library. Also, if the library is
modified by someone else and passed on, the recipients should know
that what they have is not the original version, so that the original
author's reputation will not be affected by problems that might be
introduced by others.
Finally, software patents pose a constant threat to the existence of
any free program. We wish to make sure that a company cannot
effectively restrict the users of a free program by obtaining a
restrictive license from a patent holder. Therefore, we insist that
any patent license obtained for a version of the library must be
consistent with the full freedom of use specified in this license.
Most GNU software, including some libraries, is covered by the
ordinary GNU General Public License. This license, the GNU Lesser
General Public License, applies to certain designated libraries, and
is quite different from the ordinary General Public License. We use
this license for certain libraries in order to permit linking those
libraries into non-free programs.
When a program is linked with a library, whether statically or using
a shared library, the combination of the two is legally speaking a
combined work, a derivative of the original library. The ordinary
General Public License therefore permits such linking only if the
entire combination fits its criteria of freedom. The Lesser General
Public License permits more lax criteria for linking other code with
the library.
We call this license the "Lesser" General Public License because it
does Less to protect the user's freedom than the ordinary General
Public License. It also provides other free software developers Less
of an advantage over competing non-free programs. These disadvantages
are the reason we use the ordinary General Public License for many
libraries. However, the Lesser license provides advantages in certain
special circumstances.
For example, on rare occasions, there may be a special need to
encourage the widest possible use of a certain library, so that it becomes
a de-facto standard. To achieve this, non-free programs must be
allowed to use the library. A more frequent case is that a free
library does the same job as widely used non-free libraries. In this
case, there is little to gain by limiting the free library to free
software only, so we use the Lesser General Public License.
In other cases, permission to use a particular library in non-free
programs enables a greater number of people to use a large body of
free software. For example, permission to use the GNU C Library in
non-free programs enables many more people to use the whole GNU
operating system, as well as its variant, the GNU/Linux operating
system.
Although the Lesser General Public License is Less protective of the
users' freedom, it does ensure that the user of a program that is
linked with the Library has the freedom and the wherewithal to run
that program using a modified version of the Library.
The precise terms and conditions for copying, distribution and
modification follow. Pay close attention to the difference between a
"work based on the library" and a "work that uses the library". The
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.
GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any software library or other
program which contains a notice placed by the copyright holder or
other authorized party saying it may be distributed under the terms of
this Lesser General Public License (also called "this License").
Each licensee is addressed as "you".
A "library" means a collection of software functions and/or data
prepared so as to be conveniently linked with application programs
(which use some of those functions and data) to form executables.
The "Library", below, refers to any such software library or work
which has been distributed under these terms. A "work based on the
Library" means either the Library or any derivative work under
copyright law: that is to say, a work containing the Library or a
portion of it, either verbatim or with modifications and/or translated
straightforwardly into another language. (Hereinafter, translation is
included without limitation in the term "modification".)
"Source code" for a work means the preferred form of the work for
making modifications to it. For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control compilation
and installation of the library.
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running a program using the Library is not restricted, and output from
such a program is covered only if its contents constitute a work based
on the Library (independent of the use of the Library in a tool for
writing it). Whether that is true depends on what the Library does
and what the program that uses the Library does.
1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an
appropriate copyright notice and disclaimer of warranty; keep intact
all the notices that refer to this License and to the absence of any
warranty; and distribute a copy of this License along with the
Library.
You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.
2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) The modified work must itself be a software library.
b) You must cause the files modified to carry prominent notices
stating that you changed the files and the date of any change.
c) You must cause the whole of the work to be licensed at no
charge to all third parties under the terms of this License.
d) If a facility in the modified Library refers to a function or a
table of data to be supplied by an application program that uses
the facility, other than as an argument passed when the facility
is invoked, then you must make a good faith effort to ensure that,
in the event an application does not supply such function or
table, the facility still operates, and performs whatever part of
its purpose remains meaningful.
(For example, a function in a library to compute square roots has
a purpose that is entirely well-defined independent of the
application. Therefore, Subsection 2d requires that any
application-supplied function or table used by this function must
be optional: if the application does not supply it, the square
root function must still compute square roots.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Library,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Library, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote
it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Library.
In addition, mere aggregation of another work not based on the Library
with the Library (or with a work based on the Library) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may opt to apply the terms of the ordinary GNU General Public
License instead of this License to a given copy of the Library. To do
this, you must alter all the notices that refer to this License, so
that they refer to the ordinary GNU General Public License, version 2,
instead of to this License. (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.) Do not make any other change in
these notices.
Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.
This option is useful when you wish to copy part of the code of
the Library into a program that is not a library.
4. You may copy and distribute the Library (or a portion or
derivative of it, under Section 2) in object code or executable form
under the terms of Sections 1 and 2 above provided that you accompany
it with the complete corresponding machine-readable source code, which
must be distributed under the terms of Sections 1 and 2 above on a
medium customarily used for software interchange.
If distribution of object code is made by offering access to copy
from a designated place, then offering equivalent access to copy the
source code from the same place satisfies the requirement to
distribute the source code, even though third parties are not
compelled to copy the source along with the object code.
5. A program that contains no derivative of any portion of the
Library, but is designed to work with the Library by being compiled or
linked with it, is called a "work that uses the Library". Such a
work, in isolation, is not a derivative work of the Library, and
therefore falls outside the scope of this License.
However, linking a "work that uses the Library" with the Library
creates an executable that is a derivative of the Library (because it
contains portions of the Library), rather than a "work that uses the
library". The executable is therefore covered by this License.
Section 6 states terms for distribution of such executables.
When a "work that uses the Library" uses material from a header file
that is part of the Library, the object code for the work may be a
derivative work of the Library even though the source code is not.
Whether this is true is especially significant if the work can be
linked without the Library, or if the work is itself a library. The
threshold for this to be true is not precisely defined by law.
If such an object file uses only numerical parameters, data
structure layouts and accessors, and small macros and small inline
functions (ten lines or less in length), then the use of the object
file is unrestricted, regardless of whether it is legally a derivative
work. (Executables containing this object code plus portions of the
Library will still fall under Section 6.)
Otherwise, if the work is a derivative of the Library, you may
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.
6. As an exception to the Sections above, you may also combine or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
under terms of your choice, provided that the terms permit
modification of the work for the customer's own use and reverse
engineering for debugging such modifications.
You must give prominent notice with each copy of the work that the
Library is used in it and that the Library and its use are covered by
this License. You must supply a copy of this License. If the work
during execution displays copyright notices, you must include the
copyright notice for the Library among them, as well as a reference
directing the user to the copy of this License. Also, you must do one
of these things:
a) Accompany the work with the complete corresponding
machine-readable source code for the Library including whatever
changes were used in the work (which must be distributed under
Sections 1 and 2 above); and, if the work is an executable linked
with the Library, with the complete machine-readable "work that
uses the Library", as object code and/or source code, so that the
user can modify the Library and then relink to produce a modified
executable containing the modified Library. (It is understood
that the user who changes the contents of definitions files in the
Library will not necessarily be able to recompile the application
to use the modified definitions.)
b) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (1) uses at run time a
copy of the library already present on the user's computer system,
rather than copying library functions into the executable, and (2)
will operate properly with a modified version of the library, if
the user installs one, as long as the modified version is
interface-compatible with the version that the work was made with.
c) Accompany the work with a written offer, valid for at
least three years, to give the same user the materials
specified in Subsection 6a, above, for a charge no more
than the cost of performing this distribution.
d) If distribution of the work is made by offering access to copy
from a designated place, offer equivalent access to copy the above
specified materials from the same place.
e) Verify that the user has already received a copy of these
materials or that you have already sent this user a copy.
For an executable, the required form of the "work that uses the
Library" must include any data and utility programs needed for
reproducing the executable from it. However, as a special exception,
the materials to be distributed need not include anything that is
normally distributed (in either source or binary form) with the major
components (compiler, kernel, and so on) of the operating system on
which the executable runs, unless that component itself accompanies
the executable.
It may happen that this requirement contradicts the license
restrictions of other proprietary libraries that do not normally
accompany the operating system. Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.
7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
library, provided that the separate distribution of the work based on
the Library and of the other library facilities is otherwise
permitted, and provided that you do these two things:
a) Accompany the combined library with a copy of the same work
based on the Library, uncombined with any other library
facilities. This must be distributed under the terms of the
Sections above.
b) Give prominent notice with the combined library of the fact
that part of it is a work based on the Library, and explaining
where to find the accompanying uncombined form of the same work.
8. You may not copy, modify, sublicense, link with, or distribute
the Library except as expressly provided under this License. Any
attempt otherwise to copy, modify, sublicense, link with, or
distribute the Library is void, and will automatically terminate your
rights under this License. However, parties who have received copies,
or rights, from you under this License will not have their licenses
terminated so long as such parties remain in full compliance.
9. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Library or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Library (or any work based on the
Library), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Library or works based on it.
10. Each time you redistribute the Library (or any work based on the
Library), the recipient automatically receives a license from the
original licensor to copy, distribute, link with or modify the Library
subject to these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties with
this License.
11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Library at all. For example, if a patent
license would not permit royalty-free redistribution of the Library by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Library.
If any portion of this section is held invalid or unenforceable under any
particular circumstance, the balance of the section is intended to apply,
and the section as a whole is intended to apply in other circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
12. If the distribution and/or use of the Library is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Library under this License may add
an explicit geographical distribution limitation excluding those countries,
so that distribution is permitted only in or among countries not thus
excluded. In such case, this License incorporates the limitation as if
written in the body of this License.
13. The Free Software Foundation may publish revised and/or new
versions of the Lesser General Public License from time to time.
Such new versions will be similar in spirit to the present version,
but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Library
specifies a version number of this License which applies to it and
"any later version", you have the option of following the terms and
conditions either of that version or of any later version published by
the Free Software Foundation. If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.
14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission. For software which is
copyrighted by the Free Software Foundation, write to the Free
Software Foundation; we sometimes make exceptions for this. Our
decision will be guided by the two goals of preserving the free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.
NO WARRANTY
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Libraries
If you develop a new library, and you want it to be of the greatest
possible use to the public, we recommend making it free software that
everyone can redistribute and change. You can do so by permitting
redistribution under these terms (or, alternatively, under the terms of the
ordinary General Public License).
To apply these terms, attach the following notices to the library. It is
safest to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.
<one line to give the library's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the library, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
<signature of Ty Coon>, 1 April 1990
Ty Coon, President of Vice
That's all there is to it!
================================================
FILE: de.flexiprovider/licensing.txt
================================================
Licensing: The FlexiProvider is open source. The Core Provider module is LGPL licensed, the EC and the NF Provider modules are GPL licensed. Alternative licensing options are available upon request.
Licensing of the codec package is subject to the SeMoA license which is similar to the LGPL.
This licensing information was copied from http://flexiprovider.de/#Licensing on 2007-06-12
================================================
FILE: de.flexiprovider/plugin.xml
================================================
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.jcryptool.core.operations.providers2">
<providerController
providerController="de.flexiprovider.FlexiProviderController">
</providerController>
</extension>
<extension
id="de.flexiprovider"
name="FlexiProvider 1.7.0.p7"
point="org.jcryptool.core.operations.providers">
<provider
cipherModes="CBC|CFB|ECB"
class="de.flexiprovider.core.FlexiCoreProvider"
paddings="PKCS5Padding|OneAndZeroesPadding"
providerInfo="FlexiProvider 1.7.0.p7"
providerName="FlexiCore">
</provider>
</extension>
</plugin>
================================================
FILE: de.flexiprovider/pom.xml
================================================
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<parent>
<groupId>org.jcryptool</groupId>
<artifactId>org.jcryptool.core.parent</artifactId>
<version>1.0.8</version> <!-- version:parent -->
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>de.flexiprovider</groupId>
<version>1.7.0.p7</version>
<packaging>eclipse-plugin</packaging>
<artifactId>de.flexiprovider</artifactId>
</project>
================================================
FILE: de.flexiprovider/src/de/flexiprovider/FlexiProviderController.java
================================================
//-----BEGIN DISCLAIMER-----
/*******************************************************************************
* Copyright (c) 2011, 2021 JCrypTool Team and Contributors
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*******************************************************************************/
//-----END DISCLAIMER-----
/**
*
*/
package de.flexiprovider;
import java.security.Provider;
import java.security.Security;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import org.jcryptool.core.logging.utils.LogUtil;
import org.jcryptool.core.operations.providers.AbstractProviderController;
import de.flexiprovider.core.FlexiCoreProvider;
import de.flexiprovider.ec.FlexiECProvider;
import de.flexiprovider.nf.FlexiNFProvider;
import de.flexiprovider.pqc.FlexiPQCProvider;
/**
* Serves as the focal point for adressing the FlexiProvider library.<br>
* Attempts at putting the FlexiProvider library as the priority 1-4 providers for JCrypTool.
*
* @author tkern
*
*/
public class FlexiProviderController extends AbstractProviderController {
public static final FlexiNFProvider FLEXI_NF_PROVIDER = new FlexiNFProvider();
public static final FlexiPQCProvider FLEXI_PQC_PROVIDER = new FlexiPQCProvider();
public static final FlexiECProvider FLEXI_EC_PROVIDER = new FlexiECProvider();
public static final FlexiCoreProvider FLEXICORE_PROVIDER = new FlexiCoreProvider();
private static final Provider[] FLEXI_PROVIDERS = new Provider[] {FlexiProviderController.FLEXICORE_PROVIDER, FLEXI_EC_PROVIDER, FLEXI_PQC_PROVIDER, FLEXI_NF_PROVIDER};
static {
FLEXICORE_PROVIDER.remove("SecureRandom.BBS");
FLEXICORE_PROVIDER.remove("SecureRandom.BBSRandom");
FLEXICORE_PROVIDER.remove("Alg.Alias.SecureRandom.BBSRandom");
FLEXI_EC_PROVIDER.remove("SecureRandom.ECPRNG");
}
/**
* Empty no-args constructor.
*/
public FlexiProviderController() {
}
// these get cached before any of JCT's providers are set, so they can be repositioned (before or after) according to the current needs
private List<Provider> defaultProviders = null;
private void cacheDefaultProviders() {
if (defaultProviders == null) {
defaultProviders = new LinkedList<>();
for (Provider p : Security.getProviders()) {
defaultProviders.add(p);
}
}
}
@Override
public void setProviders__sunPromoted() {
LogUtil.logInfo(FlexiProviderPlugin.PLUGIN_ID, "promoting sun security providers in FlexiProviderController");
cacheDefaultProviders();
for(Provider p: Security.getProviders()) {
Security.removeProvider(p.getName());
}
// add the sun providers first
for (Provider provider: defaultProviders) {
// LogUtil.logInfo(FlexiProviderPlugin.PLUGIN_ID, "adding Provider: " + provider.getName());
Security.addProvider(provider);
}
// add the Flexiproviders after
for (Provider provider : FLEXI_PROVIDERS) {
// LogUtil.logInfo(FlexiProviderPlugin.PLUGIN_ID, "adding Provider: " + provider.getName());
Security.addProvider(provider);
}
// System.out.println("Sun cryptoprovider prioritized");
}
@Override
public void setProviders__flexiPromoted() {
// LogUtil.logInfo(FlexiProviderPlugin.PLUGIN_ID, "promoting flexi security providers in FlexiProviderController");
cacheDefaultProviders();
for(Provider p: Security.getProviders()) {
Security.removeProvider(p.getName());
}
// add the Flexiproviders first
for (Provider provider : FLEXI_PROVIDERS) {
// LogUtil.logInfo(FlexiProviderPlugin.PLUGIN_ID, "adding Provider: " + provider.getName());
Security.addProvider(provider);
}
Security.addProvider(new org.bouncycastle.jce.provider.BouncyCastleProvider());
// add the sun providers after
for (Provider provider: defaultProviders) {
// LogUtil.logInfo(FlexiProviderPlugin.PLUGIN_ID, "adding Provider: " + provider.getName());
Security.addProvider(provider);
}
// System.out.println("FlexiProvider cryptoprovider prioritized");
}
/**
* Adds the four distinctive FlexiProvider cryptographic providers as the top priority providers for the platform.
*
* @see org.jcryptool.core.operations.providers.AbstractProviderController#addProviders()
*/
@Override
public List<String> addProviders() {
List<String> providers = new ArrayList<String>(4);
providers.add(FlexiProviderController.FLEXICORE_PROVIDER.getName() + AbstractProviderController.SEPARATOR + FlexiProviderController.FLEXICORE_PROVIDER.getInfo());
providers.add(FLEXI_EC_PROVIDER.getName() + AbstractProviderController.SEPARATOR + FLEXI_EC_PROVIDER.getInfo());
providers.add(FLEXI_PQC_PROVIDER.getName() + AbstractProviderController.SEPARATOR + FLEXI_PQC_PROVIDER.getInfo());
providers.add(FLEXI_NF_PROVIDER.getName() + AbstractProviderController.SEPARATOR + FLEXI_NF_PROVIDER.getInfo());
setProviders__sunPromoted();
LogUtil.logInfo(FlexiProviderPlugin.PLUGIN_ID, "CURRENT PROVIDERS: ----");
for (Provider p: Security.getProviders()) {
LogUtil.logInfo(FlexiProviderPlugin.PLUGIN_ID, "- " + p.getName());
}
LogUtil.logInfo(FlexiProviderPlugin.PLUGIN_ID, "END: CURRENT PROVIDERS: ----");
return providers;
}
public static void reset_crypto_providers_generic() {
// TODO Auto-generated method stub
}
}
================================================
FILE: de.flexiprovider/src/de/flexiprovider/FlexiProviderPlugin.java
================================================
//-----BEGIN DISCLAIMER-----
/*******************************************************************************
* Copyright (c) 2011, 2021 JCrypTool Team and Contributors
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*******************************************************************************/
//-----END DISCLAIMER-----
package de.flexiprovider;
import java.io.IOException;
import java.net.URL;
import org.eclipse.core.runtime.Plugin;
import org.jcryptool.core.logging.utils.LogUtil;
import org.jdom.Document;
import org.jdom.JDOMException;
import org.jdom.input.SAXBuilder;
import org.osgi.framework.BundleContext;
/**
* The activator class controls the plug-in life cycle
*/
public class FlexiProviderPlugin extends Plugin {
// The plug-in ID
public static final String PLUGIN_ID = "de.flexiprovider";
// The shared instance
private static FlexiProviderPlugin plugin;
/**
* The constructor
*/
public FlexiProviderPlugin() {
}
/*
* (non-Javadoc)
* @see org.eclipse.core.runtime.Plugins#start(org.osgi.framework.BundleContext)
*/
@Override
public void start(BundleContext context) throws Exception {
super.start(context);
plugin = this;
}
/*
* (non-Javadoc)
* @see org.eclipse.core.runtime.Plugin#stop(org.osgi.framework.BundleContext)
*/
@Override
public void stop(BundleContext context) throws Exception {
plugin = null;
super.stop(context);
}
/**
* Returns the shared instance
*
* @return the shared instance
*/
public static FlexiProviderPlugin getDefault() {
return plugin;
}
/**
* Reads the algorithms.xml file and creates a document object.
*
* @return A jdom document
*/
public static Document getAlgorithmsXML() {
URL xmlFile = FlexiProviderPlugin.getDefault().getBundle().getEntry("/xml/algorithms.xml");
SAXBuilder builder = new SAXBuilder();
try {
return builder.build(xmlFile);
} catch (JDOMException e) {
LogUtil.logError(PLUGIN_ID, e);
} catch (IOException e) {
LogUtil.logError(PLUGIN_ID, e);
}
return null;
}
}
================================================
FILE: de.flexiprovider/xml/algorithms.xml
================================================
<?xml version="1.0" encoding="UTF-8"?>
<FlexiProvider version="1.6.0.p5">
<ParameterSpecs>
<ParameterSpec class="de.flexiprovider.core.rc2.RC2KeyGenParameterSpec">
<Constructor>
<Parameter name="keySize" type="int">the key size in bits</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.serpent.SerpentKeyGenParameterSpec">
<Constructor>
<Parameter name="keySize" type="int">the key size (128, 192, or 256 bits)</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.rijndael.RijndaelKeyGenParameterSpec">
<Constructor>
<Parameter name="keySize" type="int">the key size (128, 192, or 256 bits)</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.camellia.CamelliaKeyGenParameterSpec">
<Constructor>
<Parameter name="keySize" type="int">the key size (128, 192, or 256 bits)</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.mars.MARSKeyGenParameterSpec">
<Constructor>
<Parameter name="keySize" type="int">the key size (128, 192, 256, 320, 384, or 448 bits)</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.rc5.RC5KeyGenParameterSpec">
<Constructor>
<Parameter name="keySize" type="int">the key size in bits</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.rc6.RC6KeyGenParameterSpec">
<Constructor>
<Parameter name="keySize" type="int">the key size (128, 192, or 256 bits)</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.saferplus.SAFERPlusKeyGenParameterSpec">
<Constructor>
<Parameter name="keySize" type="int">the key size (128, 192, or 256 bits)</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.saferplusplus.SAFERPlusPlusKeyGenParameterSpec">
<Constructor>
<Parameter name="keySize" type="int">the key size (128 or 256 bits)</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.shacal.ShacalKeyGenParameterSpec">
<Constructor>
<Parameter name="keySize" type="int">the key size (128, 192, 256, 320, 384, or 448 bits)</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.shacal2.Shacal2KeyGenParameterSpec">
<Constructor>
<Parameter name="keySize" type="int">the key size (128, 192, 256, 320, 384, or 448 bits)</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.twofish.TwofishKeyGenParameterSpec">
<Constructor>
<Parameter name="keySize" type="int">the key size (128, 192, or 256 bits)</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.pbe.PBEParameterSpec">
<Constructor>
<Parameter name="salt" type="byte[]">the salt</Parameter>
<Parameter name="iterationCount" type="int">the iteration count</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.kdf.PBKDF2ParameterSpec">
<Constructor>
<Parameter name="salt" type="byte[]">the salt</Parameter>
<Parameter name="iterationCount" type="int">the iteration count</Parameter>
<Parameter name="keySize" type="int">the key size</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.pbe.PBES2ParameterSpec">
<Constructor>
<Parameter name="kdfParamSpec" type="de.flexiprovider.core.kdf.PBKDF2ParameterSpec">the KDF parameters (salt, iteration count, and key size)</Parameter>
<Parameter name="iv" type="byte[]">the initialization vector for the underlying cipher</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.common.mode.ModeParameterSpec">
<Constructor>
<Parameter name="iv" type="byte[]">the byte array containing the IV</Parameter>
<Parameter name="offset" type="int">the offset where the IV starts</Parameter>
<Parameter name="length" type="int">the length of the IV</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.rc5.RC5ParameterSpec">
<Constructor>
<Parameter name="numRounds" type="int">the number of rounds (8...127)</Parameter>
<Parameter name="wordSize" type="int">the word size (16, 32, or 64 bits)</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.rijndael.RijndaelParameterSpec">
<Constructor>
<Parameter name="blockSize" type="int">the block size (128, 192, or 256 bits)</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.common.ies.IESParameterSpec">
<Constructor>
<Parameter name="symCipherName" type="java.lang.String">the name of the desired symmetric cipher algorithm
("internal" for the internal cipher (one-time pad), or one
of "DESede_CBC", "AES128_CBC", "AES192_CBC", or
"AES256_CBC").</Parameter>
<Parameter name="macName" type="java.lang.String">the name of the desired MAC function ("HmacSHA1",
"HmacSHA256", "HmacSHA384", "HmacSHA512", or
"HmacRIPEMD160").</Parameter>
<Parameter name="macEncParam" type="byte[]">the encoding parameter used for the MAC</Parameter>
<Parameter name="sharedInfo" type="byte[]">the shared data used for the key derivation function</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.dsa.DSAParamGenParameterSpec">
<Constructor>
<Parameter name="size" type="int">the bit size of the prime <tt>p</tt></Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.nf.iq.iqdsa.IQDSAParameterSpec">
<Constructor>
<Parameter name="discriminant" type="de.flexiprovider.common.math.FlexiBigInt">the discriminant of the class group</Parameter>
<Parameter name="gamma" type="de.flexiprovider.common.math.quadraticfields.QuadraticIdeal">the generator of the class group</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.nf.iq.iqdsa.IQDSAParamGenParameterSpec">
<Constructor>
<Parameter name="size" type="int">the bit length of the discriminant (&gt;= 2, &lt;=
{@link #MAX_SIZE})</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.nf.iq.iqgq.IQGQParameterSpec">
<Constructor>
<Parameter name="discriminant" type="de.flexiprovider.common.math.FlexiBigInt">the discriminant of the class group</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.nf.iq.iqgq.IQGQParamGenParameterSpec">
<Constructor>
<Parameter name="size" type="int">the bit length of the discriminant (&gt;= 2, &lt;=
{@link #MAX_SIZE})</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.nf.iq.iqrdsa.IQRDSAParameterSpec">
<Constructor>
<Parameter name="discriminant" type="de.flexiprovider.common.math.FlexiBigInt">the discriminant of the class group</Parameter>
<Parameter name="modulus" type="de.flexiprovider.common.math.FlexiBigInt">the modulus</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.nf.iq.iqrdsa.IQRDSAParamGenParameterSpec">
<Constructor>
<Parameter name="size" type="int">the bit length of the discriminant (&gt;= 2, &lt;=
{@link #MAX_SIZE})</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec">
<Constructor>
<Parameter name="heightOfTrees" type="int">the height of the authentication trees</Parameter>
<Parameter name="seedSize" type="int">the size in bytes of the seed for the PRNG</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.pqc.hbc.gmss.GMSSParameterSpec">
<Constructor>
<Parameter name="layers" type="int">layers of the GMSS tree</Parameter>
<Parameter name="defh" type="int[]">height of the single layers of the GMSS tree</Parameter>
<Parameter name="defw" type="int[]">Winternitz parameters for each layer</Parameter>
<Parameter name="defk" type="int[]">parameter for the AuthPath computation</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.pqc.ecc.mceliece.McElieceCCA2ParameterSpec">
<Constructor>
<Parameter name="mdName" type="java.lang.String">the name of the hash function</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.pqc.ecc.ECCKeyGenParameterSpec">
<Constructor>
<Parameter name="m" type="int">degree of the finite field GF(2^m)</Parameter>
<Parameter name="t" type="int">error correction capability of the code</Parameter>
<Parameter name="poly" type="int">the field polynomial</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.ec.parameters.CurveParams" />
<ParameterSpec class="de.flexiprovider.core.rsa.PSSParameterSpec">
<Constructor>
<Parameter name="md" type="java.lang.String">the name of the message digest</Parameter>
<Parameter name="saltLength" type="int">the salt length (in bytes)</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.dsa.DSAParameterSpec">
<Constructor>
<Parameter name="p" type="de.flexiprovider.common.math.FlexiBigInt">the prime</Parameter>
<Parameter name="q" type="de.flexiprovider.common.math.FlexiBigInt">the subprime</Parameter>
<Parameter name="g" type="de.flexiprovider.common.math.FlexiBigInt">the base</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.core.rsa.RSAOAEPParameterSpec">
<Constructor>
<Parameter name="md" type="java.lang.String">the OID of the hash function</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.common.mode.OFBParameterSpec">
<Constructor>
<Parameter name="iv" type="byte[]">the initialization vector</Parameter>
<Parameter name="blockSize" type="int">the block size</Parameter>
</Constructor>
</ParameterSpec>
<ParameterSpec class="de.flexiprovider.common.mode.CFBParameterSpec">
<Constructor>
<Parameter name="iv" type="byte[]">the initialization vector</Parameter>
<Parameter name="blockSize" type="int">the block size</Parameter>
</Constructor>
</ParameterSpec>
</ParameterSpecs>
<SecretKeyGenerators>
<SecretKeyGenerator class="de.flexiprovider.core.rc2.RC2KeyGenerator" oid="1.2.840.113549.3.2">
<Names>RC2</Names>
<ParameterSpec class="de.flexiprovider.core.rc2.RC2KeyGenParameterSpec" />
<KeyStrengths default="64">8...128</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.desede.DESedeKeyGenerator" oid="1.2.840.113549.3.7">
<Names>DESede</Names>
<KeyStrengths default="192" />
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.serpent.SerpentKeyGenerator" oid="1.3.6.1.4.1.11591.13.2">
<Names>Serpent</Names>
<ParameterSpec class="de.flexiprovider.core.serpent.SerpentKeyGenParameterSpec" />
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.idea.IDEAKeyGenerator" oid="1.3.6.1.4.1.188.7.1.1">
<Names>IDEA</Names>
<KeyStrengths default="128" />
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$MD5" oid="1.3.6.1.5.5.8.1.1">
<Names>HmacMD5</Names>
<KeyStrengths default="128">64,128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$SHA1" oid="1.3.6.1.5.5.8.1.2">
<Names>HmacSHA1</Names>
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$Tiger" oid="1.3.6.1.5.5.8.1.3">
<Names>HmacTiger</Names>
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$RIPEMD160" oid="1.3.6.1.5.5.8.1.4">
<Names>HmacRIPEMD160</Names>
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$DHA256">
<Names>HmacDHA256</Names>
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$FORK256">
<Names>HmacFORK256</Names>
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$MD4">
<Names>HmacMD4</Names>
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$RIPEMD128">
<Names>HmacRIPEMD128</Names>
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$RIPEMD256">
<Names>HmacRIPEMD256</Names>
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$RIPEMD320">
<Names>HmacRIPEMD320</Names>
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$SHA224">
<Names>HmacSHA224</Names>
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$SHA256">
<Names>HmacSHA256</Names>
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$SHA384">
<Names>HmacSHA384</Names>
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$SHA512">
<Names>HmacSHA512</Names>
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.rijndael.RijndaelKeyGenerator" oid="2.16.840.1.101.3.4.1">
<Names>AES,Rijndael</Names>
<ParameterSpec class="de.flexiprovider.core.rijndael.RijndaelKeyGenParameterSpec" />
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.camellia.CamelliaKeyGenerator">
<Names>Camellia</Names>
<ParameterSpec class="de.flexiprovider.core.camellia.CamelliaKeyGenParameterSpec" />
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.mars.MARSKeyGenerator">
<Names>MARS</Names>
<ParameterSpec class="de.flexiprovider.core.mars.MARSKeyGenParameterSpec" />
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.misty1.Misty1KeyGenerator">
<Names>Misty1</Names>
<KeyStrengths default="128" />
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.pbe.PBEKeyGenerator">
<Names>PBE,PBES1,PBES2</Names>
<KeyStrengths default="128" />
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.rc5.RC5KeyGenerator">
<Names>RC5</Names>
<ParameterSpec class="de.flexiprovider.core.rc5.RC5KeyGenParameterSpec" />
<KeyStrengths default="128">0...2040</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.rc6.RC6KeyGenerator">
<Names>RC6</Names>
<ParameterSpec class="de.flexiprovider.core.rc6.RC6KeyGenParameterSpec" />
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.saferplus.SAFERPlusKeyGenerator">
<Names>SAFER+</Names>
<ParameterSpec class="de.flexiprovider.core.saferplus.SAFERPlusKeyGenParameterSpec" />
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.saferplusplus.SAFERPlusPlusKeyGenerator">
<Names>SAFER++</Names>
<ParameterSpec class="de.flexiprovider.core.saferplusplus.SAFERPlusPlusKeyGenParameterSpec" />
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.shacal.ShacalKeyGenerator">
<Names>Shacal</Names>
<ParameterSpec class="de.flexiprovider.core.shacal.ShacalKeyGenParameterSpec" />
<KeyStrengths default="128">128,256,384,512</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.shacal2.Shacal2KeyGenerator">
<Names>Shacal2</Names>
<ParameterSpec class="de.flexiprovider.core.shacal2.Shacal2KeyGenParameterSpec" />
<KeyStrengths default="128">128,256,384,512</KeyStrengths>
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.mac.TwoTrackMacKeyGenerator">
<Names>TwoTrackMac</Names>
<KeyStrengths default="160" />
</SecretKeyGenerator>
<SecretKeyGenerator class="de.flexiprovider.core.twofish.TwofishKeyGenerator">
<Names>Twofish</Names>
<ParameterSpec class="de.flexiprovider.core.twofish.TwofishKeyGenParameterSpec" />
<KeyStrengths default="128">128,192,256</KeyStrengths>
</SecretKeyGenerator>
</SecretKeyGenerators>
<Ciphers>
<Cipher class="de.flexiprovider.core.pbe.PBEWithSHAAnd3_KeyTripleDES_CBC" oid="1.2.840.113549.1.12.1.3">
<Names>PbeWithSHAAnd3_KeyTripleDES_CBC</Names>
<ParameterSpec class="de.flexiprovider.core.pbe.PBEParameterSpec" />
</Cipher>
<Cipher class="de.flexiprovider.core.pbe.PBEWithSHAAnd40BitRC2_CBC" oid="1.2.840.113549.1.12.1.6">
<Names>PbeWithSHAAnd40BitRC2_CBC</Names>
<ParameterSpec class="de.flexiprovider.core.pbe.PBEParameterSpec" />
</Cipher>
<Cipher class="de.flexiprovider.core.pbe.PBEWithSHA1AndDES_CBC" oid="1.2.840.113549.1.5.10">
<Names>PbeWithSHA1AndDES_CBC</Names>
<ParameterSpec class="de.flexiprovider.core.pbe.PBEParameterSpec" />
</Cipher>
<Cipher class="de.flexiprovider.core.pbe.PBES2" oid="1.2.840.113549.1.5.13">
<Names>PBES2</Names>
<ParameterSpec class="de.flexiprovider.core.pbe.PBES2ParameterSpec" />
<SecretKeyGenerator class="de.flexiprovider.core.pbe.PBEKeyGenerator" />
</Cipher>
<Cipher class="de.flexiprovider.core.pbe.PBEWithMD5AndDES_CBC" oid="1.2.840.113549.1.5.3">
<Names>PbeWithMD5AndDES_CBC</Names>
<ParameterSpec class="de.flexiprovider.core.pbe.PBEParameterSpec" />
</Cipher>
</Ciphers>
<BlockCiphers>
<BlockCipher class="de.flexiprovider.core.camellia.Camellia$Camellia128_CBC" oid="1.2.392.200011.61.1.1.1.2">
<Names>Camellia128_CBC</Names>
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.camellia.Camellia$Camellia192_CBC" oid="1.2.392.200011.61.1.1.1.3">
<Names>Camellia192_CBC</Names>
<BlockLengths default="192" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.camellia.Camellia$Camellia256_CBC" oid="1.2.392.200011.61.1.1.1.4">
<Names>Camellia256_CBC</Names>
<BlockLengths default="256" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rc2.RC2$RC2_CBC" oid="1.2.840.113549.3.2">
<Names>RC2_CBC</Names>
<BlockLengths default="64" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.desede.DESede$DESede_CBC" oid="1.2.840.113549.3.7">
<Names>DESede_CBC</Names>
<SecretKeyGenerator class="de.flexiprovider.core.desede.DESedeKeyGenerator" />
<BlockLengths default="64" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.serpent.Serpent" oid="1.3.6.1.4.1.11591.13.2">
<Names>Serpent</Names>
<SecretKeyGenerator class="de.flexiprovider.core.serpent.SerpentKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.serpent.Serpent$Serpent128_ECB" oid="1.3.6.1.4.1.11591.13.2.1">
<Names>Serpent128_ECB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.serpent.SerpentKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.serpent.Serpent$Serpent128_CBC" oid="1.3.6.1.4.1.11591.13.2.2">
<Names>Serpent128_CBC</Names>
<SecretKeyGenerator class="de.flexiprovider.core.serpent.SerpentKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.serpent.Serpent$Serpent192_ECB" oid="1.3.6.1.4.1.11591.13.2.21">
<Names>Serpent192_ECB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.serpent.SerpentKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.serpent.Serpent$Serpent192_CBC" oid="1.3.6.1.4.1.11591.13.2.22">
<Names>Serpent192_CBC</Names>
<SecretKeyGenerator class="de.flexiprovider.core.serpent.SerpentKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.serpent.Serpent$Serpent192_OFB" oid="1.3.6.1.4.1.11591.13.2.23">
<Names>Serpent192_OFB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.serpent.SerpentKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.serpent.Serpent$Serpent192_CFB" oid="1.3.6.1.4.1.11591.13.2.24">
<Names>Serpent192_CFB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.serpent.SerpentKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.serpent.Serpent$Serpent128_OFB" oid="1.3.6.1.4.1.11591.13.2.3">
<Names>Serpent128_OFB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.serpent.SerpentKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.serpent.Serpent$Serpent128_CFB" oid="1.3.6.1.4.1.11591.13.2.4">
<Names>Serpent128_CFB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.serpent.SerpentKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.serpent.Serpent$Serpent256_ECB" oid="1.3.6.1.4.1.11591.13.2.41">
<Names>Serpent256_ECB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.serpent.SerpentKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.serpent.Serpent$Serpent256_CBC" oid="1.3.6.1.4.1.11591.13.2.42">
<Names>Serpent256_CBC</Names>
<SecretKeyGenerator class="de.flexiprovider.core.serpent.SerpentKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.serpent.Serpent$Serpent256_OFB" oid="1.3.6.1.4.1.11591.13.2.43">
<Names>Serpent256_OFB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.serpent.SerpentKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.serpent.Serpent$Serpent256_CFB" oid="1.3.6.1.4.1.11591.13.2.44">
<Names>Serpent256_CFB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.serpent.SerpentKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.idea.IDEA" oid="1.3.6.1.4.1.188.7.1.1">
<Names>IDEA</Names>
<SecretKeyGenerator class="de.flexiprovider.core.idea.IDEAKeyGenerator" />
<BlockLengths default="64" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.idea.IDEA$IDEA_ECB" oid="1.3.6.1.4.1.188.7.1.1.1">
<Names>IDEA_ECB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.idea.IDEAKeyGenerator" />
<BlockLengths default="64" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.idea.IDEA$IDEA_CBC" oid="1.3.6.1.4.1.188.7.1.1.2">
<Names>IDEA_CBC</Names>
<SecretKeyGenerator class="de.flexiprovider.core.idea.IDEAKeyGenerator" />
<BlockLengths default="64" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.idea.IDEA$IDEA_CFB" oid="1.3.6.1.4.1.188.7.1.1.3">
<Names>IDEA_CFB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.idea.IDEAKeyGenerator" />
<BlockLengths default="64" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.idea.IDEA$IDEA_OFB" oid="1.3.6.1.4.1.188.7.1.1.4">
<Names>IDEA_OFB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.idea.IDEAKeyGenerator" />
<BlockLengths default="64" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rijndael.Rijndael$AES" oid="2.16.840.1.101.3.4.1">
<Names>AES</Names>
<SecretKeyGenerator class="de.flexiprovider.core.rijndael.RijndaelKeyGenerator" />
<BlockLengths default="128">128,192,256</BlockLengths>
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rijndael.Rijndael$AES$AES128_ECB" oid="2.16.840.1.101.3.4.1.1">
<Names>AES128_ECB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.rijndael.RijndaelKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rijndael.Rijndael$AES$AES128_CBC" oid="2.16.840.1.101.3.4.1.2">
<Names>AES128_CBC</Names>
<SecretKeyGenerator class="de.flexiprovider.core.rijndael.RijndaelKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rijndael.Rijndael$AES$AES192_ECB" oid="2.16.840.1.101.3.4.1.21">
<Names>AES192_ECB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.rijndael.RijndaelKeyGenerator" />
<BlockLengths default="192" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rijndael.Rijndael$AES$AES192_CBC" oid="2.16.840.1.101.3.4.1.22">
<Names>AES192_CBC</Names>
<SecretKeyGenerator class="de.flexiprovider.core.rijndael.RijndaelKeyGenerator" />
<BlockLengths default="192" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rijndael.Rijndael$AES$AES192_OFB" oid="2.16.840.1.101.3.4.1.23">
<Names>AES192_OFB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.rijndael.RijndaelKeyGenerator" />
<BlockLengths default="192" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rijndael.Rijndael$AES$AES192_CFB" oid="2.16.840.1.101.3.4.1.24">
<Names>AES192_CFB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.rijndael.RijndaelKeyGenerator" />
<BlockLengths default="192" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rijndael.Rijndael$AES$AES128_OFB" oid="2.16.840.1.101.3.4.1.3">
<Names>AES128_OFB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.rijndael.RijndaelKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rijndael.Rijndael$AES$AES128_CFB" oid="2.16.840.1.101.3.4.1.4">
<Names>AES128_CFB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.rijndael.RijndaelKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rijndael.Rijndael$AES$AES256_ECB" oid="2.16.840.1.101.3.4.1.41">
<Names>AES256_ECB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.rijndael.RijndaelKeyGenerator" />
<BlockLengths default="256" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rijndael.Rijndael$AES$AES256_CBC" oid="2.16.840.1.101.3.4.1.42">
<Names>AES256_CBC</Names>
<SecretKeyGenerator class="de.flexiprovider.core.rijndael.RijndaelKeyGenerator" />
<BlockLengths default="256" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rijndael.Rijndael$AES$AES256_OFB" oid="2.16.840.1.101.3.4.1.43">
<Names>AES256_OFB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.rijndael.RijndaelKeyGenerator" />
<BlockLengths default="256" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rijndael.Rijndael$AES$AES256_CFB" oid="2.16.840.1.101.3.4.1.44">
<Names>AES256_CFB</Names>
<SecretKeyGenerator class="de.flexiprovider.core.rijndael.RijndaelKeyGenerator" />
<BlockLengths default="256" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.camellia.Camellia">
<Names>Camellia</Names>
<SecretKeyGenerator class="de.flexiprovider.core.camellia.CamelliaKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.desede.DESede">
<Names>DESede</Names>
<SecretKeyGenerator class="de.flexiprovider.core.desede.DESedeKeyGenerator" />
<BlockLengths default="64" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.mars.MARS">
<Names>MARS</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mars.MARSKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.misty1.Misty1">
<Names>Misty1</Names>
<SecretKeyGenerator class="de.flexiprovider.core.misty1.Misty1KeyGenerator" />
<BlockLengths default="64" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rc2.RC2">
<Names>RC2</Names>
<SecretKeyGenerator class="de.flexiprovider.core.rc2.RC2KeyGenerator" />
<BlockLengths default="64" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rc5.RC5">
<Names>RC5</Names>
<ParameterSpec class="de.flexiprovider.core.rc5.RC5ParameterSpec" />
<SecretKeyGenerator class="de.flexiprovider.core.rc5.RC5KeyGenerator" />
<BlockLengths default="64">32,64,128</BlockLengths>
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rc6.RC6">
<Names>RC6</Names>
<SecretKeyGenerator class="de.flexiprovider.core.rc6.RC6KeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.rijndael.Rijndael">
<Names>Rijndael</Names>
<ParameterSpec class="de.flexiprovider.core.rijndael.RijndaelParameterSpec" />
<SecretKeyGenerator class="de.flexiprovider.core.rijndael.RijndaelKeyGenerator" />
<BlockLengths default="128">128,192,256</BlockLengths>
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.saferplus.SAFERPlus">
<Names>SAFER+</Names>
<SecretKeyGenerator class="de.flexiprovider.core.saferplus.SAFERPlusKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.saferplusplus.SAFERPlusPlus">
<Names>SAFER++</Names>
<SecretKeyGenerator class="de.flexiprovider.core.saferplusplus.SAFERPlusPlusKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.shacal.Shacal">
<Names>Shacal</Names>
<SecretKeyGenerator class="de.flexiprovider.core.shacal.ShacalKeyGenerator" />
<BlockLengths default="160" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.shacal2.Shacal2">
<Names>Shacal2</Names>
<SecretKeyGenerator class="de.flexiprovider.core.shacal2.Shacal2KeyGenerator" />
<BlockLengths default="256" />
</BlockCipher>
<BlockCipher class="de.flexiprovider.core.twofish.Twofish">
<Names>Twofish</Names>
<SecretKeyGenerator class="de.flexiprovider.core.twofish.TwofishKeyGenerator" />
<BlockLengths default="128" />
</BlockCipher>
</BlockCiphers>
<Macs>
<Mac class="de.flexiprovider.core.mac.HMac$MD5" oid="1.3.6.1.5.5.8.1.1">
<Names>HmacMD5</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$MD5" />
</Mac>
<Mac class="de.flexiprovider.core.mac.HMac$SHA1" oid="1.3.6.1.5.5.8.1.2">
<Names>HmacSHA1</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$SHA1" />
</Mac>
<Mac class="de.flexiprovider.core.mac.HMac$Tiger" oid="1.3.6.1.5.5.8.1.3">
<Names>HmacTiger</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$Tiger" />
</Mac>
<Mac class="de.flexiprovider.core.mac.HMac$RIPEMD160" oid="1.3.6.1.5.5.8.1.4">
<Names>HmacRIPEMD160</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$RIPEMD160" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$AES128">
<Names>CBCmacAES128</Names>
<BlockCipherReference name="AES128_CBC" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$AES192">
<Names>CBCmacAES192</Names>
<BlockCipherReference name="AES192_CBC" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$AES256">
<Names>CBCmacAES256</Names>
<BlockCipherReference name="AES256_CBC" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$Camellia">
<Names>CBCmacCamellia</Names>
<BlockCipherReference name="Camellia" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$DESede">
<Names>CBCmacDESede</Names>
<BlockCipherReference name="DESede" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$IDEA">
<Names>CBCmacIDEA</Names>
<BlockCipherReference name="IDEA" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$MARS">
<Names>CBCmacMARS</Names>
<BlockCipherReference name="MARS" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$Misty1">
<Names>CBCmacMisty1</Names>
<BlockCipherReference name="Misty1" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$RC2">
<Names>CBCmacRC2</Names>
<BlockCipherReference name="RC2" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$RC5">
<Names>CBCmacRC5</Names>
<BlockCipherReference name="RC5" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$RC6">
<Names>CBCmacRC6</Names>
<BlockCipherReference name="RC6" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$SAFERPlus">
<Names>CBCmacSAFER+</Names>
<BlockCipherReference name="SAFER+" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$SAFERPlusPlus">
<Names>CBCmacSAFER++</Names>
<BlockCipherReference name="SAFER++" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$Serpent">
<Names>CBCmacSerpent</Names>
<BlockCipherReference name="Serpent" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$Shacal">
<Names>CBCmacShacal</Names>
<BlockCipherReference name="Shacal" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$Shacal2">
<Names>CBCmacShacal2</Names>
<BlockCipherReference name="Shacal2" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CBCMac$Twofish">
<Names>CBCmacTwofish</Names>
<BlockCipherReference name="Twofish" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CMac$AES128">
<Names>CmacAES128</Names>
<BlockCipherReference name="AES128_CBC" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CMac$AES192">
<Names>CmacAES192</Names>
<BlockCipherReference name="AES192_CBC" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CMac$AES256">
<Names>CmacAES256</Names>
<BlockCipherReference name="AES256_CBC" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.CMac$DESede">
<Names>CmacDESede</Names>
<BlockCipherReference name="DESede" mode="CBC" />
</Mac>
<Mac class="de.flexiprovider.core.mac.HMac$DHA256">
<Names>HmacDHA256</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$DHA256" />
</Mac>
<Mac class="de.flexiprovider.core.mac.HMac$FORK256">
<Names>HmacFORK256</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$FORK256" />
</Mac>
<Mac class="de.flexiprovider.core.mac.HMac$MD4">
<Names>HmacMD4</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$MD4" />
</Mac>
<Mac class="de.flexiprovider.core.mac.HMac$RIPEMD128">
<Names>HmacRIPEMD128</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$RIPEMD128" />
</Mac>
<Mac class="de.flexiprovider.core.mac.HMac$RIPEMD256">
<Names>HmacRIPEMD256</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$RIPEMD256" />
</Mac>
<Mac class="de.flexiprovider.core.mac.HMac$RIPEMD320">
<Names>HmacRIPEMD320</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$RIPEMD320" />
</Mac>
<Mac class="de.flexiprovider.core.mac.HMac$SHA224">
<Names>HmacSHA224</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$SHA224" />
</Mac>
<Mac class="de.flexiprovider.core.mac.HMac$SHA256">
<Names>HmacSHA256</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$SHA256" />
</Mac>
<Mac class="de.flexiprovider.core.mac.HMac$SHA384">
<Names>HmacSHA384</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$SHA384" />
</Mac>
<Mac class="de.flexiprovider.core.mac.HMac$SHA512">
<Names>HmacSHA512</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.HMacKeyGenerator$SHA512" />
</Mac>
<Mac class="de.flexiprovider.core.mac.TwoTrackMac$TTMac128">
<Names>TTmac128,TwoTrackMac128</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.TwoTrackMacKeyGenerator" />
</Mac>
<Mac class="de.flexiprovider.core.mac.TwoTrackMac$TTMac160">
<Names>TTmac,TTmac160,TwoTrackMac,TwoTrackMac160</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.TwoTrackMacKeyGenerator" />
</Mac>
<Mac class="de.flexiprovider.core.mac.TwoTrackMac$TTMac32">
<Names>TTmac32,TwoTrackMac32</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.TwoTrackMacKeyGenerator" />
</Mac>
<Mac class="de.flexiprovider.core.mac.TwoTrackMac$TTMac64">
<Names>TTmac64,TwoTrackMac64</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.TwoTrackMacKeyGenerator" />
</Mac>
<Mac class="de.flexiprovider.core.mac.TwoTrackMac$TTMac96">
<Names>TTmac96,TwoTrackMac96</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.TwoTrackMacKeyGenerator" />
</Mac>
<Mac class="de.flexiprovider.core.mac.TwoTrackMac$TTMac128">
<Names>TTmac128,TwoTrackMac128</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.TwoTrackMacKeyGenerator" />
</Mac>
<Mac class="de.flexiprovider.core.mac.TwoTrackMac$TTMac32">
<Names>TTmac32,TwoTrackMac32</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.TwoTrackMacKeyGenerator" />
</Mac>
<Mac class="de.flexiprovider.core.mac.TwoTrackMac$TTMac64">
<Names>TTmac64,TwoTrackMac64</Names>
<SecretKeyGenerator class="de.flexiprovider.core.mac.TwoTrackMacKeyGenerator" />
</Mac>
</Macs>
<KeyPairGenerators>
<KeyPairGenerator class="de.flexiprovider.ec.keys.ECKeyPairGenerator" oid="1.2.840.10045.2.1">
<Names>EC,ECDH,ECDSA,ECIES,ECNR</Names>
<KeyPairGenerator class="de.flexiprovider.ec.keys.ECKeyPairGenerator" />
<ParameterSpec class="de.flexiprovider.common.ies.IESParameterSpec" />
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.core.rsa.RSAKeyPairGenerator" oid="1.2.840.113549.1.1.1">
<Names>RSA</Names>
<KeyStrengths default="1024" />
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.core.dsa.DSAKeyPairGenerator" oid="1.3.14.3.2.12">
<Names>DSA</Names>
<ParameterGenerator class="de.flexiprovider.core.dsa.DSAParameterGenerator">
<ParameterSpec class="de.flexiprovider.core.dsa.DSAParamGenParameterSpec" />
</ParameterGenerator>
<KeyStrengths default="1024" />
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.core.elgamal.ElGamalKeyPairGenerator" oid="1.3.14.7.2.1.1">
<Names>ElGamal</Names>
<KeyStrengths default="1024" />
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.nf.iq.iqdsa.IQDSAKeyPairGenerator" oid="1.3.6.1.4.1.8301.3.1.1.1">
<Names>IQDSA</Names>
<ParameterSpec class="de.flexiprovider.nf.iq.iqdsa.IQDSAParameterSpec" />
<ParameterGenerator class="de.flexiprovider.nf.iq.iqdsa.IQDSAParameterGenerator">
<ParameterSpec class="de.flexiprovider.nf.iq.iqdsa.IQDSAParamGenParameterSpec" />
</ParameterGenerator>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.nf.iq.iqgq.IQGQKeyPairGenerator" oid="1.3.6.1.4.1.8301.3.1.1.4">
<Names>IQGQ</Names>
<ParameterSpec class="de.flexiprovider.nf.iq.iqgq.IQGQParameterSpec" />
<ParameterGenerator class="de.flexiprovider.nf.iq.iqgq.IQGQParameterGenerator">
<ParameterSpec class="de.flexiprovider.nf.iq.iqgq.IQGQParamGenParameterSpec" />
</ParameterGenerator>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.nf.iq.iqrdsa.IQRDSAKeyPairGenerator" oid="1.3.6.1.4.1.8301.3.1.1.7">
<Names>IQRDSA</Names>
<ParameterSpec class="de.flexiprovider.nf.iq.iqrdsa.IQRDSAParameterSpec" />
<ParameterGenerator class="de.flexiprovider.nf.iq.iqrdsa.IQRDSAParameterGenerator">
<ParameterSpec class="de.flexiprovider.nf.iq.iqrdsa.IQRDSAParamGenParameterSpec" />
</ParameterGenerator>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.ots.merkle.MerkleOTSKeyPairGenerator$SHA1andSHA1PRNG" oid="1.3.6.1.4.1.8301.3.1.3.1.1.1">
<Names>MerkleOTSwithSHA1</Names>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.ots.merkle.MerkleOTSKeyPairGenerator$SHA256andSHA1PRNG" oid="1.3.6.1.4.1.8301.3.1.3.1.1.2">
<Names>MerkleOTS,MerkleOTSwithSHA256</Names>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.ots.merkle.MerkleOTSKeyPairGenerator$SHA384andSHA1PRNG" oid="1.3.6.1.4.1.8301.3.1.3.1.1.3">
<Names>MerkleOTSwithSHA384</Names>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.ots.merkle.MerkleOTSKeyPairGenerator$SHA512andSHA1PRNG" oid="1.3.6.1.4.1.8301.3.1.3.1.1.4">
<Names>MerkleOTSwithSHA512</Names>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA1andWinternitzOTS_1" oid="1.3.6.1.4.1.8301.3.1.3.2.1">
<Names>CMSSwithSHA1andWinternitzOTS_1</Names>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec" />
<KeyStrengths default="10">2,4,6,8,10,12</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA384andWinternitzOTS_2" oid="1.3.6.1.4.1.8301.3.1.3.2.10">
<Names>CMSSwithSHA384andWinternitzOTS_2</Names>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec" />
<KeyStrengths default="10">2,4,6,8,10,12</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA384andWinternitzOTS_3" oid="1.3.6.1.4.1.8301.3.1.3.2.11">
<Names>CMSSwithSHA384andWinternitzOTS_3</Names>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec" />
<KeyStrengths default="10">2,4,6,8,10,12</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA384andWinternitzOTS_4" oid="1.3.6.1.4.1.8301.3.1.3.2.12">
<Names>CMSSwithSHA384andWinternitzOTS_4</Names>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec" />
<KeyStrengths default="10">2,4,6,8,10,12</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA512andWinternitzOTS_1" oid="1.3.6.1.4.1.8301.3.1.3.2.13">
<Names>CMSSwithSHA512andWinternitzOTS_1</Names>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec" />
<KeyStrengths default="10">2,4,6,8,10,12</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA512andWinternitzOTS_2" oid="1.3.6.1.4.1.8301.3.1.3.2.14">
<Names>CMSSwithSHA512andWinternitzOTS_2</Names>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec" />
<KeyStrengths default="10">2,4,6,8,10,12</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA512andWinternitzOTS_3" oid="1.3.6.1.4.1.8301.3.1.3.2.15">
<Names>CMSSwithSHA512andWinternitzOTS_3</Names>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec" />
<KeyStrengths default="10">2,4,6,8,10,12</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA512andWinternitzOTS_4" oid="1.3.6.1.4.1.8301.3.1.3.2.16">
<Names>CMSSwithSHA512andWinternitzOTS_4</Names>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec" />
<KeyStrengths default="10">2,4,6,8,10,12</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA1andWinternitzOTS_2" oid="1.3.6.1.4.1.8301.3.1.3.2.2">
<Names>CMSSwithSHA1andWinternitzOTS_2</Names>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec" />
<KeyStrengths default="10">2,4,6,8,10,12</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA1andWinternitzOTS_3" oid="1.3.6.1.4.1.8301.3.1.3.2.3">
<Names>CMSSwithSHA1andWinternitzOTS_3</Names>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec" />
<KeyStrengths default="10">2,4,6,8,10,12</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA1andWinternitzOTS_4" oid="1.3.6.1.4.1.8301.3.1.3.2.4">
<Names>CMSSwithSHA1andWinternitzOTS_4</Names>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec" />
<KeyStrengths default="10">2,4,6,8,10,12</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA256andWinternitzOTS_1" oid="1.3.6.1.4.1.8301.3.1.3.2.5">
<Names>CMSSwithSHA256andWinternitzOTS_1</Names>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec" />
<KeyStrengths default="10">2,4,6,8,10,12</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA256andWinternitzOTS_2" oid="1.3.6.1.4.1.8301.3.1.3.2.6">
<Names>CMSSwithSHA256andWinternitzOTS_2</Names>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec" />
<KeyStrengths default="10">2,4,6,8,10,12</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA256andWinternitzOTS_3" oid="1.3.6.1.4.1.8301.3.1.3.2.7">
<Names>CMSSwithSHA256andWinternitzOTS_3</Names>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec" />
<KeyStrengths default="10">2,4,6,8,10,12</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA256andWinternitzOTS_4" oid="1.3.6.1.4.1.8301.3.1.3.2.8">
<Names>CMSSwithSHA256andWinternitzOTS_4</Names>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec" />
<KeyStrengths default="10">2,4,6,8,10,12</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA384andWinternitzOTS_1" oid="1.3.6.1.4.1.8301.3.1.3.2.9">
<Names>CMSSwithSHA384andWinternitzOTS_1</Names>
<ParameterSpec class="de.flexiprovider.pqc.hbc.cmss.CMSSParameterSpec" />
<KeyStrengths default="10">2,4,6,8,10,12</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.gmss.GMSSKeyPairGenerator$GMSSwithSHA1" oid="1.3.6.1.4.1.8301.3.1.3.3.1">
<Names>GMSSwithSHA1</Names>
<KeyStrengths default="10">10,20,40</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.gmss.GMSSKeyPairGenerator$GMSSwithSHA224" oid="1.3.6.1.4.1.8301.3.1.3.3.2">
<Names>GMSSwithSHA224</Names>
<KeyStrengths default="10">10,20,40</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.gmss.GMSSKeyPairGenerator$GMSSwithSHA256" oid="1.3.6.1.4.1.8301.3.1.3.3.3">
<Names>GMSSwithSHA256</Names>
<KeyStrengths default="10">10,20,40</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.gmss.GMSSKeyPairGenerator$GMSSwithSHA384" oid="1.3.6.1.4.1.8301.3.1.3.3.4">
<Names>GMSSwithSHA384</Names>
<KeyStrengths default="10">10,20,40</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.gmss.GMSSKeyPairGenerator$GMSSwithSHA512" oid="1.3.6.1.4.1.8301.3.1.3.3.5">
<Names>GMSSwithSHA512</Names>
<KeyStrengths default="10">10,20,40</KeyStrengths>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.ecc.mceliece.McElieceKeyPairGenerator" oid="1.3.6.1.4.1.8301.3.1.3.4.1">
<Names>McEliece</Names>
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.ecc.mceliece.McElieceCCA2KeyPairGenerator" oid="1.3.6.1.4.1.8301.3.1.3.4.2">
<Names>McElieceCCA2</Names>
<ParameterSpec class="de.flexiprovider.pqc.ecc.mceliece.McElieceCCA2ParameterSpec" />
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.pqc.ecc.niederreiter.NiederreiterKeyPairGenerator" oid="1.3.6.1.4.1.8301.3.1.3.4.3">
<Names>Niederreiter</Names>
<ParameterSpec class="de.flexiprovider.pqc.ecc.ECCKeyGenParameterSpec" />
</KeyPairGenerator>
<!-- <KeyPairGenerator class="de.flexiprovider.core.mersa.MeRSAKeyPairGenerator"> -->
<!-- <Names>MeRSA</Names> -->
<!-- <KeyStrengths default="1024" /> -->
<!-- </KeyPairGenerator> -->
<KeyPairGenerator class="de.flexiprovider.core.mprsa.MpRSAKeyPairGenerator">
<Names>MpRSA</Names>
<KeyStrengths default="1024" />
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.core.rbrsa.RbRSAKeyPairGenerator">
<Names>RbRSA</Names>
<KeyStrengths default="1024" />
</KeyPairGenerator>
<KeyPairGenerator class="de.flexiprovider.core.rprimersa.RprimeRSAKeyPairGenerator">
<Names>RprimeRSA</Names>
<KeyStrengths default="1024" />
</KeyPairGenerator>
</KeyPairGenerators>
<Signatures>
<Signature class="de.flexiprovider.ec.ECDSASignature$SHA1" oid="1.2.840.10045.4.1">
<Names>ECDSA,SHA1/ECDSA,SHA1withECDSA</Names>
<ParameterSpec class="de.flexiprovider.ec.parameters.CurveParams" />
<KeyPairGenerator class="de.flexiprovider.ec.keys.ECKeyPairGenerator" />
<StandardParameters>1.3.132.0.29,1.3.132.0.28,1.2.840.10045.3.1.7,1.2.840.10045.3.1.2,1.2.840.10045.3.1.1,1.2.840.10045.3.1.6,1.2.840.10045.3.1.5,1.2.840.10045.3.1.4,1.2.840.10045.3.1.3,1.3.36.3.3.2.8.1.1.9,1.3.36.3.3.2.8.1.1.11,1.3.36.3.3.2.8.1.1.7,1.3.36.3.3.2.8.1.1.5,1.3.36.3.3.2.8.1.1.13,1.3.132.0.30,1.3.132.0.32,1.3.132.0.31,1.3.132.0.34,1.3.132.0.33,1.3.6.1.4.1.8301.3.1.2.9.0.16,1.3.6.1.4.1.8301.3.1.2.9.0.17,1.3.6.1.4.1.8301.3.1.2.9.0.14,1.3.6.1.4.1.8301.3.1.2.9.0.15,1.3.6.1.4.1.8301.3.1.2.9.0.18,1.3.6.1.4.1.8301.3.1.2.9.0.19,1.3.6.1.4.1.8301.3.1.2.9.0.7,1.3.6.1.4.1.8301.3.1.2.9.0.8,1.3.132.0.6,1.3.6.1.4.1.8301.3.1.2.9.0.5,1.3.132.0.7,1.3.6.1.4.1.8301.3.1.2.9.0.6,1.3.132.0.8,1.3.6.1.4.1.8301.3.1.2.9.0.12,1.3.132.0.9,1.3.6.1.4.1.8301.3.1.2.9.0.13,1.3.6.1.4.1.8301.3.1.2.9.0.9,1.3.6.1.4.1.8301.3.1.2.9.0.10,1.3.6.1.4.1.8301.3.1.2.9.0.11,1.3.6.1.4.1.8301.3.1.2.9.0.2,1.3.6.1.4.1.8301.3.1.2.9.0.1,1.3.6.1.4.1.8301.3.1.2.9.0.4,1.3.6.1.4.1.8301.3.1.2.9.0.3,1.3.6.1.4.1.8301.3.1.2.9.0.22,1.3.6.1.4.1.8301.3.1.2.9.0.21,1.3.6.1.4.1.8301.3.1.2.9.0.24,1.3.6.1.4.1.8301.3.1.2.9.0.23,1.3.6.1.4.1.8301.3.1.2.9.0.20,1.3.6.1.4.1.8301.3.1.2.9.0.29,1.3.6.1.4.1.8301.3.1.2.9.0.26,1.3.6.1.4.1.8301.3.1.2.9.0.25,1.3.6.1.4.1.8301.3.1.2.9.0.28,1.3.6.1.4.1.8301.3.1.2.9.0.27,1.3.36.3.3.2.8.1.1.1,1.3.36.3.3.2.8.1.1.3,1.3.132.0.10,1.3.6.1.4.1.8301.3.1.2.9.0.35,1.3.6.1.4.1.8301.3.1.2.9.0.34,1.3.6.1.4.1.8301.3.1.2.9.0.33,1.3.6.1.4.1.8301.3.1.2.9.0.32,1.3.6.1.4.1.8301.3.1.2.9.0.31,1.3.6.1.4.1.8301.3.1.2.9.0.30,1.3.6.1.4.1.8301.3.1.2.9.0.38,1.3.6.1.4.1.8301.3.1.2.9.0.37,1.3.6.1.4.1.8301.3.1.2.9.0.36</StandardParameters>
</Signature>
<Signature class="de.flexiprovider.ec.ECDSASignature$SHA224" oid="1.2.840.10045.4.3.1">
<Names>SHA224/ECDSA,SHA224withECDSA</Names>
<ParameterSpec class="de.flexiprovider.ec.parameters.CurveParams" />
<StandardParameters>1.3.132.0.29,1.3.132.0.28,1.2.840.10045.3.1.7,1.2.840.10045.3.1.2,1.2.840.10045.3.1.1,1.2.840.10045.3.1.6,1.2.840.10045.3.1.5,1.2.840.10045.3.1.4,1.2.840.10045.3.1.3,1.3.36.3.3.2.8.1.1.9,1.3.36.3.3.2.8.1.1.11,1.3.36.3.3.2.8.1.1.7,1.3.36.3.3.2.8.1.1.5,1.3.36.3.3.2.8.1.1.13,1.3.132.0.30,1.3.132.0.32,1.3.132.0.31,1.3.132.0.34,1.3.132.0.33,1.3.6.1.4.1.8301.3.1.2.9.0.16,1.3.6.1.4.1.8301.3.1.2.9.0.17,1.3.6.1.4.1.8301.3.1.2.9.0.14,1.3.6.1.4.1.8301.3.1.2.9.0.15,1.3.6.1.4.1.8301.3.1.2.9.0.18,1.3.6.1.4.1.8301.3.1.2.9.0.19,1.3.6.1.4.1.8301.3.1.2.9.0.7,1.3.6.1.4.1.8301.3.1.2.9.0.8,1.3.132.0.6,1.3.6.1.4.1.8301.3.1.2.9.0.5,1.3.132.0.7,1.3.6.1.4.1.8301.3.1.2.9.0.6,1.3.132.0.8,1.3.6.1.4.1.8301.3.1.2.9.0.12,1.3.132.0.9,1.3.6.1.4.1.8301.3.1.2.9.0.13,1.3.6.1.4.1.8301.3.1.2.9.0.9,1.3.6.1.4.1.8301.3.1.2.9.0.10,1.3.6.1.4.1.8301.3.1.2.9.0.11,1.3.6.1.4.1.8301.3.1.2.9.0.2,1.3.6.1.4.1.8301.3.1.2.9.0.1,1.3.6.1.4.1.8301.3.1.2.9.0.4,1.3.6.1.4.1.8301.3.1.2.9.0.3,1.3.6.1.4.1.8301.3.1.2.9.0.22,1.3.6.1.4.1.8301.3.1.2.9.0.21,1.3.6.1.4.1.8301.3.1.2.9.0.24,1.3.6.1.4.1.8301.3.1.2.9.0.23,1.3.6.1.4.1.8301.3.1.2.9.0.20,1.3.6.1.4.1.8301.3.1.2.9.0.29,1.3.6.1.4.1.8301.3.1.2.9.0.26,1.3.6.1.4.1.8301.3.1.2.9.0.25,1.3.6.1.4.1.8301.3.1.2.9.0.28,1.3.6.1.4.1.8301.3.1.2.9.0.27,1.3.36.3.3.2.8.1.1.1,1.3.36.3.3.2.8.1.1.3,1.3.132.0.10,1.3.6.1.4.1.8301.3.1.2.9.0.35,1.3.6.1.4.1.8301.3.1.2.9.0.34,1.3.6.1.4.1.8301.3.1.2.9.0.33,1.3.6.1.4.1.8301.3.1.2.9.0.32,1.3.6.1.4.1.8301.3.1.2.9.0.31,1.3.6.1.4.1.8301.3.1.2.9.0.30,1.3.6.1.4.1.8301.3.1.2.9.0.38,1.3.6.1.4.1.8301.3.1.2.9.0.37,1.3.6.1.4.1.8301.3.1.2.9.0.36</StandardParameters>
</Signature>
<Signature class="de.flexiprovider.ec.ECDSASignature$SHA256" oid="1.2.840.10045.4.3.2">
<Names>SHA256/ECDSA,SHA256withECDSA</Names>
<ParameterSpec class="de.flexiprovider.ec.parameters.CurveParams" />
<StandardParameters>1.3.132.0.29,1.3.132.0.28,1.2.840.10045.3.1.7,1.2.840.10045.3.1.2,1.2.840.10045.3.1.1,1.2.840.10045.3.1.6,1.2.840.10045.3.1.5,1.2.840.10045.3.1.4,1.2.840.10045.3.1.3,1.3.36.3.3.2.8.1.1.9,1.3.36.3.3.2.8.1.1.11,1.3.36.3.3.2.8.1.1.7,1.3.36.3.3.2.8.1.1.5,1.3.36.3.3.2.8.1.1.13,1.3.132.0.30,1.3.132.0.32,1.3.132.0.31,1.3.132.0.34,1.3.132.0.33,1.3.6.1.4.1.8301.3.1.2.9.0.16,1.3.6.1.4.1.8301.3.1.2.9.0.17,1.3.6.1.4.1.8301.3.1.2.9.0.14,1.3.6.1.4.1.8301.3.1.2.9.0.15,1.3.6.1.4.1.8301.3.1.2.9.0.18,1.3.6.1.4.1.8301.3.1.2.9.0.19,1.3.6.1.4.1.8301.3.1.2.9.0.7,1.3.6.1.4.1.8301.3.1.2.9.0.8,1.3.132.0.6,1.3.6.1.4.1.8301.3.1.2.9.0.5,1.3.132.0.7,1.3.6.1.4.1.8301.3.1.2.9.0.6,1.3.132.0.8,1.3.6.1.4.1.8301.3.1.2.9.0.12,1.3.132.0.9,1.3.6.1.4.1.8301.3.1.2.9.0.13,1.3.6.1.4.1.8301.3.1.2.9.0.9,1.3.6.1.4.1.8301.3.1.2.9.0.10,1.3.6.1.4.1.8301.3.1.2.9.0.11,1.3.6.1.4.1.8301.3.1.2.9.0.2,1.3.6.1.4.1.8301.3.1.2.9.0.1,1.3.6.1.4.1.8301.3.1.2.9.0.4,1.3.6.1.4.1.8301.3.1.2.9.0.3,1.3.6.1.4.1.8301.3.1.2.9.0.22,1.3.6.1.4.1.8301.3.1.2.9.0.21,1.3.6.1.4.1.8301.3.1.2.9.0.24,1.3.6.1.4.1.8301.3.1.2.9.0.23,1.3.6.1.4.1.8301.3.1.2.9.0.20,1.3.6.1.4.1.8301.3.1.2.9.0.29,1.3.6.1.4.1.8301.3.1.2.9.0.26,1.3.6.1.4.1.8301.3.1.2.9.0.25,1.3.6.1.4.1.8301.3.1.2.9.0.28,1.3.6.1.4.1.8301.3.1.2.9.0.27,1.3.36.3.3.2.8.1.1.1,1.3.36.3.3.2.8.1.1.3,1.3.132.0.10,1.3.6.1.4.1.8301.3.1.2.9.0.35,1.3.6.1.4.1.8301.3.1.2.9.0.34,1.3.6.1.4.1.8301.3.1.2.9.0.33,1.3.6.1.4.1.8301.3.1.2.9.0.32,1.3.6.1.4.1.8301.3.1.2.9.0.31,1.3.6.1.4.1.8301.3.1.2.9.0.30,1.3.6.1.4.1.8301.3.1.2.9.0.38,1.3.6.1.4.1.8301.3.1.2.9.0.37,1.3.6.1.4.1.8301.3.1.2.9.0.36</StandardParameters>
</Signature>
<Signature class="de.flexiprovider.ec.ECDSASignature$SHA384" oid="1.2.840.10045.4.3.3">
<Names>SHA384/ECDSA,SHA384withECDSA</Names>
<ParameterSpec class="de.flexiprovider.ec.parameters.CurveParams" />
<StandardParameters>1.3.132.0.29,1.3.132.0.28,1.2.840.10045.3.1.7,1.2.840.10045.3.1.2,1.2.840.10045.3.1.1,1.2.840.10045.3.1.6,1.2.840.10045.3.1.5,1.2.840.10045.3.1.4,1.2.840.10045.3.1.3,1.3.36.3.3.2.8.1.1.9,1.3.36.3.3.2.8.1.1.11,1.3.36.3.3.2.8.1.1.7,1.3.36.3.3.2.8.1.1.5,1.3.36.3.3.2.8.1.1.13,1.3.132.0.30,1.3.132.0.32,1.3.132.0.31,1.3.132.0.34,1.3.132.0.33,1.3.6.1.4.1.8301.3.1.2.9.0.16,1.3.6.1.4.1.8301.3.1.2.9.0.17,1.3.6.1.4.1.8301.3.1.2.9.0.14,1.3.6.1.4.1.8301.3.1.2.9.0.15,1.3.6.1.4.1.8301.3.1.2.9.0.18,1.3.6.1.4.1.8301.3.1.2.9.0.19,1.3.6.1.4.1.8301.3.1.2.9.0.7,1.3.6.1.4.1.8301.3.1.2.9.0.8,1.3.132.0.6,1.3.6.1.4.1.8301.3.1.2.9.0.5,1.3.132.0.7,1.3.6.1.4.1.8301.3.1.2.9.0.6,1.3.132.0.8,1.3.6.1.4.1.8301.3.1.2.9.0.12,1.3.132.0.9,1.3.6.1.4.1.8301.3.1.2.9.0.13,1.3.6.1.4.1.8301.3.1.2.9.0.9,1.3.6.1.4.1.8301.3.1.2.9.0.10,1.3.6.1.4.1.8301.3.1.2.9.0.11,1.3.6.1.4.1.8301.3.1.2.9.0.2,1.3.6.1.4.1.8301.3.1.2.9.0.1,1.3.6.1.4.1.8301.3.1.2.9.0.4,1.3.6.1.4.1.8301.3.1.2.9.0.3,1.3.6.1.4.1.8301.3.1.2.9.0.22,1.3.6.1.4.1.8301.3.1.2.9.0.21,1.3.6.1.4.1.8301.3.1.2.9.0.24,1.3.6.1.4.1.8301.3.1.2.9.0.23,1.3.6.1.4.1.8301.3.1.2.9.0.20,1.3.6.1.4.1.8301.3.1.2.9.0.29,1.3.6.1.4.1.8301.3.1.2.9.0.26,1.3.6.1.4.1.8301.3.1.2.9.0.25,1.3.6.1.4.1.8301.3.1.2.9.0.28,1.3.6.1.4.1.8301.3.1.2.9.0.27,1.3.36.3.3.2.8.1.1.1,1.3.36.3.3.2.8.1.1.3,1.3.132.0.10,1.3.6.1.4.1.8301.3.1.2.9.0.35,1.3.6.1.4.1.8301.3.1.2.9.0.34,1.3.6.1.4.1.8301.3.1.2.9.0.33,1.3.6.1.4.1.8301.3.1.2.9.0.32,1.3.6.1.4.1.8301.3.1.2.9.0.31,1.3.6.1.4.1.8301.3.1.2.9.0.30,1.3.6.1.4.1.8301.3.1.2.9.0.38,1.3.6.1.4.1.8301.3.1.2.9.0.37,1.3.6.1.4.1.8301.3.1.2.9.0.36</StandardParameters>
</Signature>
<Signature class="de.flexiprovider.ec.ECDSASignature$SHA512" oid="1.2.840.10045.4.3.4">
<Names>SHA512/ECDSA,SHA512withECDSA</Names>
<ParameterSpec class="de.flexiprovider.ec.parameters.CurveParams" />
<StandardParameters>1.3.132.0.29,1.3.132.0.28,1.2.840.10045.3.1.7,1.2.840.10045.3.1.2,1.2.840.10045.3.1.1,1.2.840.10045.3.1.6,1.2.840.10045.3.1.5,1.2.840.10045.3.1.4,1.2.840.10045.3.1.3,1.3.36.3.3.2.8.1.1.9,1.3.36.3.3.2.8.1.1.11,1.3.36.3.3.2.8.1.1.7,1.3.36.3.3.2.8.1.1.5,1.3.36.3.3.2.8.1.1.13,1.3.132.0.30,1.3.132.0.32,1.3.132.0.31,1.3.132.0.34,1.3.132.0.33,1.3.6.1.4.1.8301.3.1.2.9.0.16,1.3.6.1.4.1.8301.3.1.2.9.0.17,1.3.6.1.4.1.8301.3.1.2.9.0.14,1.3.6.1.4.1.8301.3.1.2.9.0.15,1.3.6.1.4.1.8301.3.1.2.9.0.18,1.3.6.1.4.1.8301.3.1.2.9.0.19,1.3.6.1.4.1.8301.3.1.2.9.0.7,1.3.6.1.4.1.8301.3.1.2.9.0.8,1.3.132.0.6,1.3.6.1.4.1.8301.3.1.2.9.0.5,1.3.132.0.7,1.3.6.1.4.1.8301.3.1.2.9.0.6,1.3.132.0.8,1.3.6.1.4.1.8301.3.1.2.9.0.12,1.3.132.0.9,1.3.6.1.4.1.8301.3.1.2.9.0.13,1.3.6.1.4.1.8301.3.1.2.9.0.9,1.3.6.1.4.1.8301.3.1.2.9.0.10,1.3.6.1.4.1.8301.3.1.2.9.0.11,1.3.6.1.4.1.8301.3.1.2.9.0.2,1.3.6.1.4.1.8301.3.1.2.9.0.1,1.3.6.1.4.1.8301.3.1.2.9.0.4,1.3.6.1.4.1.8301.3.1.2.9.0.3,1.3.6.1.4.1.8301.3.1.2.9.0.22,1.3.6.1.4.1.8301.3.1.2.9.0.21,1.3.6.1.4.1.8301.3.1.2.9.0.24,1.3.6.1.4.1.8301.3.1.2.9.0.23,1.3.6.1.4.1.8301.3.1.2.9.0.20,1.3.6.1.4.1.8301.3.1.2.9.0.29,1.3.6.1.4.1.8301.3.1.2.9.0.26,1.3.6.1.4.1.8301.3.1.2.9.0.25,1.3.6.1.4.1.8301.3.1.2.9.0.28,1.3.6.1.4.1.8301.3.1.2.9.0.27,1.3.36.3.3.2.8.1.1.1,1.3.36.3.3.2.8.1.1.3,1.3.132.0.10,1.3.6.1.4.1.8301.3.1.2.9.0.35,1.3.6.1.4.1.8301.3.1.2.9.0.34,1.3.6.1.4.1.8301.3.1.2.9.0.33,1.3.6.1.4.1.8301.3.1.2.9.0.32,1.3.6.1.4.1.8301.3.1.2.9.0.31,1.3.6.1.4.1.8301.3.1.2.9.0.30,1.3.6.1.4.1.8301.3.1.2.9.0.38,1.3.6.1.4.1.8301.3.1.2.9.0.37,1.3.6.1.4.1.8301.3.1.2.9.0.36</StandardParameters>
</Signature>
<Signature class="de.flexiprovider.core.rsa.RSASignaturePSS" oid="1.2.840.113549.1.1.10">
<Names>RSASSA-PSS,RbRSA</Names>
<ParameterSpec class="de.flexiprovider.core.rsa.PSSParameterSpec" />
<KeyPairGenerator class="de.flexiprovider.core.rbrsa.RbRSAKeyPairGenerator" />
</Signature>
<Signature class="de.flexiprovider.core.rsa.RSASignaturePKCS1v15$SHA256" oid="1.2.840.113549.1.1.11">
<Names>SHA256/RSA,SHA256withRSA</Names>
</Signature>
<Signature class="de.flexiprovider.core.rsa.RSASignaturePKCS1v15$SHA384" oid="1.2.840.113549.1.1.12">
<Names>SHA384/RSA,SHA384withRSA</Names>
</Signature>
<Signature class="de.flexiprovider.core.rsa.RSASignaturePKCS1v15$SHA512" oid="1.2.840.113549.1.1.13">
<Names>SHA512/RSA,SHA512withRSA</Names>
</Signature>
<Signature class="de.flexiprovider.core.rsa.RSASignaturePKCS1v15$SHA224" oid="1.2.840.113549.1.1.14">
<Names>SHA224/RSA,SHA224withRSA</Names>
</Signature>
<Signature class="de.flexiprovider.core.rsa.RSASignaturePKCS1v15$MD5" oid="1.2.840.113549.1.1.4">
<Names>MD5/RSA,MD5withRSA</Names>
</Signature>
<Signature class="de.flexiprovider.core.rsa.RSASignaturePKCS1v15$SHA1" oid="1.2.840.113549.1.1.5">
<Names>SHA/RSA,SHA1/RSA,SHA1withRSA,SHAwithRSA</Names>
</Signature>
<Signature class="de.flexiprovider.core.dsa.DSASignature$SHA1" oid="1.3.14.3.2.13">
<Names>DSS,SHA/DSA,SHA1/DSA,SHA1withDSA,SHAwithDSA</Names>
<ParameterSpec class="de.flexiprovider.core.dsa.DSAParameterSpec" />
</Signature>
<Signature class="de.flexiprovider.core.rsa.RSASignaturePKCS1v15$RIPEMD160" oid="1.3.36.3.3.1.2">
<Names>RIPEMD160/RSA,RIPEMD160withRSA</Names>
</Signature>
<Signature class="de.flexiprovider.nf.iq.iqdsa.IQDSASignature$SHA1" oid="1.3.6.1.4.1.8301.3.1.1.2">
<Names>IQDSA,SHA1withIQDSA</Names>
<ParameterSpec class="de.flexiprovider.nf.iq.iqdsa.IQDSAParameterSpec" />
<ParameterGenerator class="de.flexiprovider.nf.iq.iqdsa.IQDSAParameterGenerator">
<ParameterSpec class="de.flexiprovider.nf.iq.iqdsa.IQDSAParamGenParameterSpec" />
</ParameterGenerator>
<KeyPairGenerator class="de.flexiprovider.nf.iq.iqdsa.IQDSAKeyPairGenerator" />
</Signature>
<Signature class="de.flexiprovider.nf.iq.iqdsa.IQDSASignature$RIPEMD160" oid="1.3.6.1.4.1.8301.3.1.1.3">
<Names>RIPEMD160withIQDSA</Names>
</Signature>
<Signature class="de.flexiprovider.nf.iq.iqgq.IQGQSignature$SHA1" oid="1.3.6.1.4.1.8301.3.1.1.5">
<Names>IQGQ,SHA1withIQGQ</Names>
<ParameterSpec class="de.flexiprovider.nf.iq.iqgq.IQGQParameterSpec" />
<ParameterGenerator class="de.flexiprovider.nf.iq.iqgq.IQGQParameterGenerator">
<ParameterSpec class="de.flexiprovider.nf.iq.iqgq.IQGQParamGenParameterSpec" />
</ParameterGenerator>
<KeyPairGenerator class="de.flexiprovider.nf.iq.iqgq.IQGQKeyPairGenerator" />
</Signature>
<Signature class="de.flexiprovider.nf.iq.iqgq.IQGQSignature$RIPEMD160" oid="1.3.6.1.4.1.8301.3.1.1.6">
<Names>RIPEMD160withIQGQ</Names>
</Signature>
<Signature class="de.flexiprovider.nf.iq.iqrdsa.IQRDSASignature$SHA1" oid="1.3.6.1.4.1.8301.3.1.1.8">
<Names>IQRDSA,SHA1withIQRDSA</Names>
<ParameterSpec class="de.flexiprovider.nf.iq.iqrdsa.IQRDSAParameterSpec" />
<ParameterGenerator class="de.flexiprovider.nf.iq.iqrdsa.IQRDSAParameterGenerator">
<ParameterSpec class="de.flexiprovider.nf.iq.iqrdsa.IQRDSAParamGenParameterSpec" />
</ParameterGenerator>
<KeyPairGenerator class="de.flexiprovider.nf.iq.iqrdsa.IQRDSAKeyPairGenerator" />
</Signature>
<Signature class="de.flexiprovider.nf.iq.iqrdsa.IQRDSASignature$RIPEMD160" oid="1.3.6.1.4.1.8301.3.1.1.9">
<Names>RIPEMD160withIQRDSA</Names>
</Signature>
<Signature class="de.flexiprovider.pqc.ots.merkle.MerkleOTSSignature$SHA1andSHA1PRNG" oid="1.3.6.1.4.1.8301.3.1.3.1.1.1">
<Names>MerkleOTSwithSHA1</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.ots.merkle.MerkleOTSKeyPairGenerator$SHA1andSHA1PRNG" />
</Signature>
<Signature class="de.flexiprovider.pqc.ots.merkle.MerkleOTSSignature$SHA256andSHA1PRNG" oid="1.3.6.1.4.1.8301.3.1.3.1.1.2">
<Names>MerkleOTS,MerkleOTSwithSHA256</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.ots.merkle.MerkleOTSKeyPairGenerator$SHA256andSHA1PRNG" />
</Signature>
<Signature class="de.flexiprovider.pqc.ots.merkle.MerkleOTSSignature$SHA384andSHA1PRNG" oid="1.3.6.1.4.1.8301.3.1.3.1.1.3">
<Names>MerkleOTSwithSHA384</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.ots.merkle.MerkleOTSKeyPairGenerator$SHA384andSHA1PRNG" />
</Signature>
<Signature class="de.flexiprovider.pqc.ots.merkle.MerkleOTSSignature$SHA512andSHA1PRNG" oid="1.3.6.1.4.1.8301.3.1.3.1.1.4">
<Names>MerkleOTSwithSHA512</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.ots.merkle.MerkleOTSKeyPairGenerator$SHA512andSHA1PRNG" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.cmss.CMSSSignature$SHA1andWinternitzOTS_1" oid="1.3.6.1.4.1.8301.3.1.3.2.1">
<Names>CMSSwithSHA1andWinternitzOTS_1</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA1andWinternitzOTS_1" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.cmss.CMSSSignature$SHA1andWinternitzOTS_2" oid="1.3.6.1.4.1.8301.3.1.3.2.2">
<Names>CMSSwithSHA1andWinternitzOTS_2</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA1andWinternitzOTS_2" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.cmss.CMSSSignature$SHA1andWinternitzOTS_3" oid="1.3.6.1.4.1.8301.3.1.3.2.3">
<Names>CMSSwithSHA1andWinternitzOTS_3</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA1andWinternitzOTS_3" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.cmss.CMSSSignature$SHA1andWinternitzOTS_4" oid="1.3.6.1.4.1.8301.3.1.3.2.4">
<Names>CMSSwithSHA1andWinternitzOTS_4</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA1andWinternitzOTS_4" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.cmss.CMSSSignature$SHA256andWinternitzOTS_1" oid="1.3.6.1.4.1.8301.3.1.3.2.5">
<Names>CMSSwithSHA256andWinternitzOTS_1</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA256andWinternitzOTS_1" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.cmss.CMSSSignature$SHA256andWinternitzOTS_2" oid="1.3.6.1.4.1.8301.3.1.3.2.6">
<Names>CMSS,CMSSwithSHA256andWinternitzOTS_2</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA256andWinternitzOTS_2" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.cmss.CMSSSignature$SHA256andWinternitzOTS_3" oid="1.3.6.1.4.1.8301.3.1.3.2.7">
<Names>CMSSwithSHA256andWinternitzOTS_3</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA256andWinternitzOTS_3" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.cmss.CMSSSignature$SHA256andWinternitzOTS_4" oid="1.3.6.1.4.1.8301.3.1.3.2.8">
<Names>CMSSwithSHA256andWinternitzOTS_4</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA256andWinternitzOTS_4" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.cmss.CMSSSignature$SHA384andWinternitzOTS_1" oid="1.3.6.1.4.1.8301.3.1.3.2.9">
<Names>CMSSwithSHA384andWinternitzOTS_1</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA384andWinternitzOTS_1" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.cmss.CMSSSignature$SHA384andWinternitzOTS_2" oid="1.3.6.1.4.1.8301.3.1.3.2.10">
<Names>CMSSwithSHA384andWinternitzOTS_2</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA384andWinternitzOTS_2" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.cmss.CMSSSignature$SHA384andWinternitzOTS_3" oid="1.3.6.1.4.1.8301.3.1.3.2.11">
<Names>CMSSwithSHA384andWinternitzOTS_3</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA384andWinternitzOTS_3" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.cmss.CMSSSignature$SHA384andWinternitzOTS_4" oid="1.3.6.1.4.1.8301.3.1.3.2.12">
<Names>CMSSwithSHA384andWinternitzOTS_4</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA384andWinternitzOTS_4" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.cmss.CMSSSignature$SHA512andWinternitzOTS_1" oid="1.3.6.1.4.1.8301.3.1.3.2.13">
<Names>CMSSwithSHA512andWinternitzOTS_1</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA512andWinternitzOTS_1" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.cmss.CMSSSignature$SHA512andWinternitzOTS_2" oid="1.3.6.1.4.1.8301.3.1.3.2.14">
<Names>CMSSwithSHA512andWinternitzOTS_2</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA512andWinternitzOTS_2" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.cmss.CMSSSignature$SHA512andWinternitzOTS_3" oid="1.3.6.1.4.1.8301.3.1.3.2.15">
<Names>CMSSwithSHA512andWinternitzOTS_3</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA512andWinternitzOTS_3" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.cmss.CMSSSignature$SHA512andWinternitzOTS_4" oid="1.3.6.1.4.1.8301.3.1.3.2.16">
<Names>CMSSwithSHA512andWinternitzOTS_4</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.cmss.CMSSKeyPairGenerator$SHA512andWinternitzOTS_4" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.gmss.GMSSSignature$GMSSwithSHA1" oid="1.3.6.1.4.1.8301.3.1.3.3.1">
<Names>GMSSwithSHA1</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.gmss.GMSSKeyPairGenerator$GMSSwithSHA1" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.gmss.GMSSSignature$GMSSwithSHA224" oid="1.3.6.1.4.1.8301.3.1.3.3.2">
<Names>GMSSwithSHA224</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.gmss.GMSSKeyPairGenerator$GMSSwithSHA224" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.gmss.GMSSSignature$GMSSwithSHA256" oid="1.3.6.1.4.1.8301.3.1.3.3.3">
<Names>GMSSwithSHA256</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.gmss.GMSSKeyPairGenerator$GMSSwithSHA256" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.gmss.GMSSSignature$GMSSwithSHA384" oid="1.3.6.1.4.1.8301.3.1.3.3.4">
<Names>GMSSwithSHA384</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.gmss.GMSSKeyPairGenerator$GMSSwithSHA384" />
</Signature>
<Signature class="de.flexiprovider.pqc.hbc.gmss.GMSSSignature$GMSSwithSHA512" oid="1.3.6.1.4.1.8301.3.1.3.3.5">
<Names>GMSSwithSHA512</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.hbc.gmss.GMSSKeyPairGenerator$GMSSwithSHA512" />
</Signature>
<Signature class="de.flexiprovider.pqc.ecc.niederreiter.NiederreiterCFSSignature" oid="1.3.6.1.4.1.8301.3.1.3.4.3.2">
<Names>Niederreiter,NiederreiterCFS</Names>
<ParameterSpec class="de.flexiprovider.pqc.ecc.ECCKeyGenParameterSpec" />
<KeyPairGenerator class="de.flexiprovider.pqc.ecc.niederreiter.NiederreiterKeyPairGenerator" />
</Signature>
<Signature class="de.flexiprovider.core.rsa.RSASignaturePKCS1v15$RawMD5">
<Names>MD5/RSA/RAW</Names>
</Signature>
<!-- <Signature class="de.flexiprovider.core.mersa.MeRSASignaturePSS"> -->
<!-- <Names>MeRSA</Names> -->
<!-- <KeyPairGenerator class="de.flexiprovider.core.mersa.MeRSAKeyPairGenerator" /> -->
<!-- </Signature> -->
<Signature class="de.flexiprovider.core.mprsa.MpRSASignaturePSS">
<Names>MpRSA,RprimeRSA</Names>
<KeyPairGenerator class="de.flexiprovider.core.rprimersa.RprimeRSAKeyPairGenerator" />
</Signature>
<Signature class="de.flexiprovider.core.dsa.DSASignature$Raw">
<Names>RAW/DSA,RawDSA</Names>
</Signature>
<Signature class="de.flexiprovider.core.rsa.RSASignaturePKCS1v15$RawRIPEMD160">
<Names>RIPEMD160/RSA/RAW</Names>
</Signature>
<Signature class="de.flexiprovider.ec.ECDSASignature$Raw">
<Names>RAWECDSA,RawECDSA</Names>
<ParameterSpec class="de.flexiprovider.ec.parameters.CurveParams" />
<StandardParameters>1.3.132.0.29,1.3.132.0.28,1.2.840.10045.3.1.7,1.2.840.10045.3.1.2,1.2.840.10045.3.1.1,1.2.840.10045.3.1.6,1.2.840.10045.3.1.5,1.2.840.10045.3.1.4,1.2.840.10045.3.1.3,1.3.36.3.3.2.8.1.1.9,1.3.36.3.3.2.8.1.1.11,1.3.36.3.3.2.8.1.1.7,1.3.36.3.3.2.8.1.1.5,1.3.36.3.3.2.8.1.1.13,1.3.132.0.30,1.3.132.0.32,1.3.132.0.31,1.3.132.0.34,1.3.132.0.33,1.3.6.1.4.1.8301.3.1.2.9.0.16,1.3.6.1.4.1.8301.3.1.2.9.0.17,1.3.6.1.4.1.8301.3.1.2.9.0.14,1.3.6.1.4.1.8301.3.1.2.9.0.15,1.3.6.1.4.1.8301.3.1.2.9.0.18,1.3.6.1.4.1.8301.3.1.2.9.0.19,1.3.6.1.4.1.8301.3.1.2.9.0.7,1.3.6.1.4.1.8301.3.1.2.9.0.8,1.3.132.0.6,1.3.6.1.4.1.8301.3.1.2.9.0.5,1.3.132.0.7,1.3.6.1.4.1.8301.3.1.2.9.0.6,1.3.132.0.8,1.3.6.1.4.1.8301.3.1.2.9.0.12,1.3.132.0.9,1.3.6.1.4.1.8301.3.1.2.9.0.13,1.3.6.1.4.1.8301.3.1.2.9.0.9,1.3.6.1.4.1.8301.3.1.2.9.0.10,1.3.6.1.4.1.8301.3.1.2.9.0.11,1.3.6.1.4.1.8301.3.1.2.9.0.2,1.3.6.1.4.1.8301.3.1.2.9.0.1,1.3.6.1.4.1.8301.3.1.2.9.0.4,1.3.6.1.4.1.8301.3.1.2.9.0.3,1.3.6.1.4.1.8301.3.1.2.9.0.22,1.3.6.1.4.1.8301.3.1.2.9.0.21,1.3.6.1.4.1.8301.3.1.2.9.0.24,1.3.6.1.4.1.8301.3.1.2.9.0.23,1.3.6.1.4.1.8301.3.1.2.9.0.20,1.3.6.1.4.1.8301.3.1.2.9.0.29,1.3.6.1.4.1.8301.3.1.2.9.0.26,1.3.6.1.4.1.8301.3.1.2.9.0.25,1.3.6.1.4.1.8301.3.1.2.9.0.28,1.3.6.1.4.1.8301.3.1.2.9.0.27,1.3.36.3.3.2.8.1.1.1,1.3.36.3.3.2.8.1.1.3,1.3.132.0.10,1.3.6.1.4.1.8301.3.1.2.9.0.35,1.3.6.1.4.1.8301.3.1.2.9.0.34,1.3.6.1.4.1.8301.3.1.2.9.0.33,1.3.6.1.4.1.8301.3.1.2.9.0.32,1.3.6.1.4.1.8301.3.1.2.9.0.31,1.3.6.1.4.1.8301.3.1.2.9.0.30,1.3.6.1.4.1.8301.3.1.2.9.0.38,1.3.6.1.4.1.8301.3.1.2.9.0.37,1.3.6.1.4.1.8301.3.1.2.9.0.36</StandardParameters>
</Signature>
<Signature class="de.flexiprovider.ec.ECNRSignature">
<Names>ECNR,SHA1/ECNR,SHA1withECNR</Names>
<ParameterSpec class="de.flexiprovider.ec.parameters.CurveParams" />
<KeyPairGenerator class="de.flexiprovider.ec.keys.ECKeyPairGenerator" />
<StandardParameters>1.3.132.0.29,1.3.132.0.28,1.2.840.10045.3.1.7,1.2.840.10045.3.1.2,1.2.840.10045.3.1.1,1.2.840.10045.3.1.6,1.2.840.10045.3.1.5,1.2.840.10045.3.1.4,1.2.840.10045.3.1.3,1.3.36.3.3.2.8.1.1.9,1.3.36.3.3.2.8.1.1.11,1.3.36.3.3.2.8.1.1.7,1.3.36.3.3.2.8.1.1.5,1.3.36.3.3.2.8.1.1.13,1.3.132.0.30,1.3.132.0.32,1.3.132.0.31,1.3.132.0.34,1.3.132.0.33,1.3.6.1.4.1.8301.3.1.2.9.0.16,1.3.6.1.4.1.8301.3.1.2.9.0.17,1.3.6.1.4.1.8301.3.1.2.9.0.14,1.3.6.1.4.1.8301.3.1.2.9.0.15,1.3.6.1.4.1.8301.3.1.2.9.0.18,1.3.6.1.4.1.8301.3.1.2.9.0.19,1.3.6.1.4.1.8301.3.1.2.9.0.7,1.3.6.1.4.1.8301.3.1.2.9.0.8,1.3.132.0.6,1.3.6.1.4.1.8301.3.1.2.9.0.5,1.3.132.0.7,1.3.6.1.4.1.8301.3.1.2.9.0.6,1.3.132.0.8,1.3.6.1.4.1.8301.3.1.2.9.0.12,1.3.132.0.9,1.3.6.1.4.1.8301.3.1.2.9.0.13,1.3.6.1.4.1.8301.3.1.2.9.0.9,1.3.6.1.4.1.8301.3.1.2.9.0.10,1.3.6.1.4.1.8301.3.1.2.9.0.11,1.3.6.1.4.1.8301.3.1.2.9.0.2,1.3.6.1.4.1.8301.3.1.2.9.0.1,1.3.6.1.4.1.8301.3.1.2.9.0.4,1.3.6.1.4.1.8301.3.1.2.9.0.3,1.3.6.1.4.1.8301.3.1.2.9.0.22,1.3.6.1.4.1.8301.3.1.2.9.0.21,1.3.6.1.4.1.8301.3.1.2.9.0.24,1.3.6.1.4.1.8301.3.1.2.9.0.23,1.3.6.1.4.1.8301.3.1.2.9.0.20,1.3.6.1.4.1.8301.3.1.2.9.0.29,1.3.6.1.4.1.8301.3.1.2.9.0.26,1.3.6.1.4.1.8301.3.1.2.9.0.25,1.3.6.1.4.1.8301.3.1.2.9.0.28,1.3.6.1.4.1.8301.3.1.2.9.0.27,1.3.36.3.3.2.8.1.1.1,1.3.36.3.3.2.8.1.1.3,1.3.132.0.10,1.3.6.1.4.1.8301.3.1.2.9.0.35,1.3.6.1.4.1.8301.3.1.2.9.0.34,1.3.6.1.4.1.8301.3.1.2.9.0.33,1.3.6.1.4.1.8301.3.1.2.9.0.32,1.3.6.1.4.1.8301.3.1.2.9.0.31,1.3.6.1.4.1.8301.3.1.2.9.0.30,1.3.6.1.4.1.8301.3.1.2.9.0.38,1.3.6.1.4.1.8301.3.1.2.9.0.37,1.3.6.1.4.1.8301.3.1.2.9.0.36</StandardParameters>
</Signature>
<Signature class="de.flexiprovider.core.rsa.RSASignaturePKCS1v15$RawSHA1">
<Names>SHA1/RSA/RAW</Names>
</Signature>
<Signature class="de.flexiprovider.core.rsa.RSASignaturePKCS1v15$RawSHA224">
<Names>SHA224/RSA/RAW</Names>
</Signature>
<Signature class="de.flexiprovider.core.rsa.RSASignaturePKCS1v15$RawSHA256">
<Names>SHA256/RSA/RAW</Names>
</Signature>
<Signature class="de.flexiprovider.core.rsa.RSASignaturePKCS1v15$RawSHA384">
<Names>SHA384/RSA/RAW</Names>
</Signature>
<Signature class="de.flexiprovider.core.rsa.RSASignaturePKCS1v15$RawSHA512">
<Names>SHA512/RSA/RAW</Names>
</Signature>
<Signature class="de.flexiprovider.core.rsa.SSLSignature">
<Names>SSL_MD5andSHA1withRSA</Names>
</Signature>
</Signatures>
<AsymmetricBlockCiphers>
<AsymmetricBlockCipher class="de.flexiprovider.core.rsa.RSA_PKCS1_v1_5" oid="1.2.840.113549.1.1.1">
<Names>RSA,RSA_PKCS1_v1_5</Names>
<KeyPairGenerator class="de.flexiprovider.core.rsa.RSAKeyPairGenerator" />
</AsymmetricBlockCipher>
<AsymmetricBlockCipher class="de.flexiprovider.core.rsa.RSA_PKCS1_v2_1" oid="1.2.840.113549.1.1.7">
<Names>RSA-OAEP,RSA_PKCS1_v2_1,RbRSA</Names>
<ParameterSpec class="de.flexiprovider.core.rsa.RSAOAEPParameterSpec" />
<KeyPairGenerator class="de.flexiprovider.core.rbrsa.RbRSAKeyPairGenerator" />
</AsymmetricBlockCipher>
<AsymmetricBlockCipher class="de.flexiprovider.core.elgamal.ElGamal" oid="1.3.14.7.2.1.1">
<Names>ElGamal</Names>
<KeyPairGenerator class="de.flexiprovider.core.elgamal.ElGamalKeyPairGenerator" />
</AsymmetricBlockCipher>
<AsymmetricBlockCipher class="de.flexiprovider.pqc.ecc.mceliece.McEliecePKCS" oid="1.3.6.1.4.1.8301.3.1.3.4.1">
<Names>McEliece,McEliecePKCS</Names>
<KeyPairGenerator class="de.flexiprovider.pqc.ecc.mceliece.McElieceKeyPairGenerator" />
</AsymmetricBlockCipher>
<!-- <AsymmetricBlockCipher class="de.flexiprovider.core.mersa.MeRSA"> -->
<!-- <Names>MeRSA</Names> -->
<!-- <KeyPairGenerator class="de.flexiprovider.core.mersa.MeRSAKeyPairGenerator" /> -->
<!-- </AsymmetricBlockCipher> -->
<AsymmetricBlockCipher class="de.flexiprovider.core.mprsa.MpRSA">
<Names>MpRSA,RprimeRSA</Names>
<KeyPairGenerator class="de.flexiprovider.core.rprimersa.RprimeRSAKeyPairGenerator" />
</AsymmetricBlockCipher>
<AsymmetricBlockCipher class="de.flexiprovider.pqc.ecc.niederreiter.NiederreiterPKCS">
<Names>Niederreiter</Names>
<ParameterSpec class="de.flexiprovider.pqc.ecc.ECCKeyGenParameterSpec" />
<KeyPairGenerator class="de.flexiprovider.pqc.ecc.niederreiter.NiederreiterKeyPairGenerator" />
</AsymmetricBlockCipher>
</AsymmetricBlockCiphers>
<AsymmetricHybridCiphers>
<AsymmetricHybridCipher class="de.flexiprovider.pqc.ecc.mceliece.McElieceFujisakiCipher" oid="1.3.6.1.4.1.8301.3.1.3.4.2.1">
<Names>McElieceFujisakiCipher</Names>
<ParameterSpec class="de.flexiprovider.pqc.ecc.mceliece.McElieceCCA2ParameterSpec" />
</AsymmetricHybridCipher>
<AsymmetricHybridCipher class="de.flexiprovider.pqc.ecc.mceliece.McElieceKobaraImaiCipher" oid="1.3.6.1.4.1.8301.3.1.3.4.2.3">
<Names>McElieceKobaraImaiCipher</Names>
<ParameterSpec class="de.flexiprovider.pqc.ecc.mceliece.McElieceCCA2ParameterSpec" />
</AsymmetricHybridCipher>
<AsymmetricHybridCipher class="de.flexiprovider.ec.ECIES">
<Names>ECIES</Names>
<ParameterSpec class="de.flexiprovider.common.ies.IESParameterSpec" />
<KeyPairGenerator class="de.flexiprovider.ec.keys.ECKeyPairGenerator" />
</AsymmetricHybridCipher>
</AsymmetricHybridCiphers>
<SecureRandoms>
<SecureRandom class="de.flexiprovider.core.random.BBSRandom">
<Names>BBSRandom</Names>
</SecureRandom>
<SecureRandom class="de.flexiprovider.ec.ECPRNG">
<Names>ECPRNG</Names>
</SecureRandom>
<SecureRandom class="de.flexiprovider.core.random.SHA1PRNG">
<Names>SHA1PRNG</Names>
</SecureRandom>
</SecureRandoms>
<MessageDigests>
<MessageDigest class="de.flexiprovider.core.md.MD4" oid="1.2.840.113549.2.4">
<Names>MD4</Names>
</MessageDigest>
<MessageDigest class="de.flexiprovider.core.md.MD5" oid="1.2.840.113549.2.5">
<Names>MD5</Names>
</MessageDigest>
<MessageDigest class="de.flexiprovider.core.md.SHA1" oid="1.3.14.3.2.26">
<Names>SHA,SHA1</Names>
</MessageDigest>
<MessageDigest class="de.flexiprovider.core.md.RIPEMD160" oid="1.3.36.3.2.1">
<Names>RIPEMD160</Names>
</MessageDigest>
<MessageDigest class="de.flexiprovider.core.md.RIPEMD128" oid="1.3.36.3.2.2">
<Names>RIPEMD128</Names>
</MessageDigest>
<MessageDigest class="de.flexiprovider.core.md.RIPEMD256" oid="1.3.36.3.2.3">
<Names>RIPEMD256</Names>
</MessageDigest>
<MessageDigest class="de.flexiprovider.core.md.Tiger" oid="1.3.6.1.4.1.11591.12.2">
<Names>Tiger</Names>
</MessageDigest>
<MessageDigest class="de.flexiprovider.core.md.SHA256" oid="2.16.840.1.101.3.4.2.1">
<Names>SHA256</Names>
</MessageDigest>
<MessageDigest class="de.flexiprovider.core.md.SHA384" oid="2.16.840.1.101.3.4.2.2">
<Names>SHA384</Names>
</MessageDigest>
<MessageDigest class="de.flexiprovider.core.md.SHA512" oid="2.16.840.1.101.3.4.2.3">
<Names>SHA512</Names>
</MessageDigest>
<MessageDigest class="de.flexiprovider.core.md.SHA224" oid="2.16.840.1.101.3.4.2.4">
<Names>SHA224</Names>
</MessageDigest>
<MessageDigest class="de.flexiprovider.core.md.DHA256">
<Names>DHA256</Names>
</MessageDigest>
<MessageDigest class="de.flexiprovider.core.md.FORK256">
<Names>FORK256</Names>
</MessageDigest>
<MessageDigest class="de.flexiprovider.core.md.RIPEMD320">
<Names>RIPEMD320</Names>
</MessageDigest>
<MessageDigest class="de.flexiprovider.core.md.VSH">
<Names>VSH</Names>
</MessageDigest>
</MessageDigests>
<Modes>
<Modes class="de.flexiprovider.common.mode.ECB" id="ECB" name="(ECB) Electronic Codebook" />
<Modes class="de.flexiprovider.common.mode.CBC" id="CBC" name="(CBC) Cipherblock Chaining">
<ParameterSpec class="de.flexiprovider.common.mode.ModeParameterSpec" />
</Modes>
<Modes class="de.flexiprovider.common.mode.OFB" id="OFB" name="(OFB) Output Feedback">
<ParameterSpec class="de.flexiprovider.common.mode.OFBParameterSpec" />
</Modes>
<Modes class="de.flexiprovider.common.mode.CFB" id="CFB" name="(CFB) Cipher Feedback">
<ParameterSpec class="de.flexiprovider.common.mode.CFBParameterSpec" />
</Modes>
<Modes class="de.flexiprovider.common.mode.CTR" id="CTR" name="(CTR) Counter">
<ParameterSpec class="de.flexiprovider.common.mode.ModeParameterSpec" />
</Modes>
</Modes>
<PaddingSchemes>
<PaddingScheme class="de.flexiprovider.common.padding.NoPadding" id="NoPadding" name="No Padding" />
<PaddingScheme class="de.flexiprovider.common.padding.OneAndZeroesPadding" id="OneAndZeroesPadding" name="One and Zeroes Padding" />
<PaddingScheme class="de.flexiprovider.common.padding.PKCS5Padding" id="PKCS5Padding" name="PKCS#5 Padding" />
</PaddingSchemes>
</FlexiProvider>
================================================
FILE: net.sourceforge.codec/.classpath
gitextract_vhwcz6kc/ ├── .development-configs/ │ ├── checkstyle-suppressions.xml │ ├── checkstyle.xml │ └── formatter.xml ├── .github/ │ └── workflows/ │ └── maven.yml ├── .gitignore ├── .metals/ │ └── .gitignore ├── LICENSE ├── com.thoughtworks.qdox/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ ├── LICENSE.txt │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ └── pom.xml ├── de.flexiprovider/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── gpl.txt │ ├── lgpl.txt │ ├── libs/ │ │ ├── FlexiProvider-1.7p7.signed.jar │ │ └── FlexiProvider-1.7p7.signed_source.jar │ ├── licensing.txt │ ├── plugin.xml │ ├── pom.xml │ ├── src/ │ │ └── de/ │ │ └── flexiprovider/ │ │ ├── FlexiProviderController.java │ │ └── FlexiProviderPlugin.java │ └── xml/ │ └── algorithms.xml ├── net.sourceforge.codec/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ └── pom.xml ├── net.sourceforge.javahexeditor/ │ ├── .classpath │ ├── .gitignore │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── about.ini │ ├── build.properties │ ├── doc/ │ │ ├── COPYING.txt │ │ ├── PROJECT.txt │ │ └── RELEASE.txt │ ├── nl/ │ │ ├── de/ │ │ │ └── contexts.xml │ │ └── en/ │ │ └── contexts.xml │ ├── plugin.properties │ ├── plugin.xml │ ├── plugin_de.properties │ ├── pom.xml │ ├── schema/ │ │ └── outline.exsd │ └── src/ │ ├── images/ │ │ └── javahexeditor-48x48.icns │ └── net/ │ └── sourceforge/ │ └── javahexeditor/ │ ├── BinaryContent.java │ ├── BinaryContentActionHistory.java │ ├── BinaryContentFinder.java │ ├── ClipboardHelper.java │ ├── ContextMenu.java │ ├── CopyDialog.java │ ├── DisplayedContent.java │ ├── FileToucher.java │ ├── FindReplaceDialog.java │ ├── FindReplaceHistory.java │ ├── GoToDialog.java │ ├── HelpResources.java │ ├── HexTexts.java │ ├── Manager.java │ ├── OpenInTexteditor.java │ ├── PasteDialog.java │ ├── Preferences.java │ ├── PreferencesManager.java │ ├── RandomAccessFileFactory.java │ ├── SelectBlockDialog.java │ ├── StatusLine.java │ ├── Texts.java │ ├── Texts.properties │ ├── Texts_de.properties │ ├── common/ │ │ ├── ByteArrayUtility.java │ │ ├── NumberUtility.java │ │ ├── ResourceUtility.java │ │ ├── SWTUtility.java │ │ └── TextUtility.java │ └── plugin/ │ ├── HexEditorPlugin.java │ ├── actions/ │ │ └── FileOpenAction.java │ └── editors/ │ ├── HexEditor.java │ ├── HexEditorActionBarContributor.java │ ├── HexEditorInput.java │ ├── HexEditorPreferences.java │ ├── HexEditorPreferencesPage.java │ ├── Texts.java │ ├── Texts.properties │ └── Texts_de.properties ├── notes_updatesitelocations.txt ├── org.apache.commons.cli/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ ├── LICENSE.txt │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ └── pom.xml ├── org.bouncycastle/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── license.txt │ ├── plugin.xml │ ├── pom.xml │ └── src/ │ └── org/ │ └── bouncycastle/ │ ├── BouncyCastleController.java │ └── BouncyCastlePlugin.java ├── org.jcryptool.actions.core/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── pom.xml │ ├── resources/ │ │ └── actioncascade.xsd │ └── src/ │ └── org/ │ └── jcryptool/ │ └── actions/ │ └── core/ │ ├── ActionsCorePlugin.java │ ├── registry/ │ │ └── ActionCascadeService.java │ ├── types/ │ │ ├── ActionCascade.java │ │ └── ActionItem.java │ └── utils/ │ ├── Constants.java │ └── ImportUtils.java ├── org.jcryptool.actions.ui/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── nl/ │ │ ├── de/ │ │ │ ├── contexts.xml │ │ │ ├── help/ │ │ │ │ ├── preferences.html │ │ │ │ └── view.html │ │ │ ├── index.xml │ │ │ └── toc.xml │ │ └── en/ │ │ ├── contexts.xml │ │ ├── help/ │ │ │ ├── preferences.html │ │ │ └── view.html │ │ ├── index.xml │ │ └── toc.xml │ ├── plugin.xml │ ├── pom.xml │ ├── src/ │ │ └── org/ │ │ └── jcryptool/ │ │ └── actions/ │ │ └── ui/ │ │ ├── ActionsUIPlugin.java │ │ ├── handler/ │ │ │ ├── ExportHandler.java │ │ │ ├── ImportActionCascadeHandler.java │ │ │ ├── ImportHandler.java │ │ │ ├── ImportSampleHandler.java │ │ │ ├── Messages.java │ │ │ ├── MoveDownHandler.java │ │ │ ├── MoveUpHandler.java │ │ │ ├── NewCascadeHandler.java │ │ │ ├── RecordHandler.java │ │ │ ├── RemoveSelectedHandler.java │ │ │ ├── StartHandler.java │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ ├── preferences/ │ │ │ ├── GeneralPage.java │ │ │ ├── Messages.java │ │ │ ├── PreferenceConstants.java │ │ │ ├── PreferenceInitializer.java │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ ├── propertytester/ │ │ │ └── RecordPropertyTester.java │ │ ├── utils/ │ │ │ ├── Constants.java │ │ │ ├── Messages.java │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ └── views/ │ │ ├── ActionView.java │ │ ├── Messages.java │ │ ├── messages.properties │ │ ├── messages_de.properties │ │ └── provider/ │ │ └── ActionLabelProvider.java │ └── templates/ │ ├── Caesar1.xml │ ├── Caesar1_old.xml │ ├── Caesar2.xml │ └── Caesar2_old.xml ├── org.jcryptool.bci/ │ ├── .classpath │ ├── .project.disabled │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── bcijar/ │ │ └── .gitignore │ ├── build.properties │ ├── nl/ │ │ ├── de/ │ │ │ ├── contexts.xml │ │ │ ├── help/ │ │ │ │ └── content/ │ │ │ │ └── index.html │ │ │ └── toc.xml │ │ └── en/ │ │ ├── contexts.xml │ │ ├── help/ │ │ │ └── content/ │ │ │ └── index.html │ │ └── toc.xml │ ├── plugin.xml │ ├── pom.xml.disabled │ └── src/ │ └── org/ │ ├── eclipse/ │ │ └── wb/ │ │ └── swt/ │ │ └── SWTResourceManager.java │ └── jcryptool/ │ └── bci/ │ ├── Activator.java │ └── views/ │ └── OperationView.java ├── org.jcryptool.buildinfo/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── build.properties │ ├── nl/ │ │ └── .gitkeep │ ├── plugin.xml │ ├── pom.xml │ ├── res/ │ │ ├── .gitkeep │ │ └── Weekly-1.0.8.1-20220711/ │ │ └── functionlist/ │ │ ├── de.csv │ │ └── en.csv │ └── src/ │ └── org/ │ └── jcryptool/ │ └── buildinfo/ │ ├── Activator.java │ └── views/ │ └── OperationView.java ├── org.jcryptool.commands.core/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ ├── schema/ │ │ └── commands.exsd │ ├── src/ │ │ └── org/ │ │ └── jcryptool/ │ │ └── commands/ │ │ └── core/ │ │ ├── Command.java │ │ ├── CommandFactory.java │ │ ├── CommandsCorePlugin.java │ │ ├── ExtendedHelpCommand.java │ │ ├── HELP_Command.java │ │ ├── HelpCommand.java │ │ ├── Messages.java │ │ ├── ProxiedCommand.java │ │ ├── ProxiedExtendedCommand.java │ │ ├── api/ │ │ │ ├── AbstractCommand.java │ │ │ ├── IllegalCommandException.java │ │ │ ├── Messages.java │ │ │ ├── OptionsBuilder.java │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ ├── evaluator/ │ │ │ ├── CommandEvaluator.java │ │ │ ├── Messages.java │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ ├── messages.properties │ │ └── messages_de.properties │ └── txt/ │ ├── help_de.txt │ └── help_en.txt ├── org.jcryptool.commands.ui/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── nl/ │ │ ├── de/ │ │ │ ├── help/ │ │ │ │ ├── preferences.html │ │ │ │ └── view.html │ │ │ ├── index.xml │ │ │ └── toc.xml │ │ └── en/ │ │ ├── help/ │ │ │ ├── preferences.html │ │ │ └── view.html │ │ ├── index.xml │ │ └── toc.xml │ ├── plugin.xml │ ├── pom.xml │ └── src/ │ └── org/ │ └── jcryptool/ │ └── commands/ │ └── ui/ │ ├── CommandsUIPlugin.java │ ├── commands/ │ │ ├── Messages.java │ │ ├── ShowConsoleView.java │ │ ├── messages.properties │ │ └── messages_de.properties │ └── eclipseconsole/ │ ├── CommandsUiStartup.java │ ├── Messages.java │ ├── console/ │ │ ├── IOConsoleInputStreamWrapper.java │ │ ├── IOConsolePromptShell.java │ │ ├── IOConsoleShell.java │ │ └── IOConsoleStaticPromptShell.java │ ├── messages.properties │ └── messages_de.properties ├── org.jcryptool.core/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── about.html │ ├── about.ini │ ├── build.properties │ ├── css/ │ │ └── jcryptool.css │ ├── ide/ │ │ └── JCTIDEConfiguration.setup │ ├── plugin.xml │ ├── plugin_customization.ini │ ├── pom.xml │ ├── schema/ │ │ ├── editorButton.exsd │ │ └── platformLanguage.exsd │ └── src/ │ └── org/ │ └── jcryptool/ │ └── core/ │ ├── Application.java │ ├── ApplicationActionBarAdvisor.java │ ├── ApplicationWorkbenchAdvisor.java │ ├── ApplicationWorkbenchWindowAdvisor.java │ ├── CorePlugin.java │ ├── EditorAreaDropTargetListener.java │ ├── LanguageChooser.java │ ├── Messages.java │ ├── Perspective.java │ ├── Startup.java │ ├── commands/ │ │ ├── FileOpener.java │ │ ├── HelpHrefRegistry.java │ │ ├── Messages.java │ │ ├── OpenFileHandler.java │ │ ├── OpenNewEmptyHexEditorCommand.java │ │ ├── OpenNewEmptyTextEditorCommand.java │ │ ├── OpenNewSampleHexEditorCommand.java │ │ ├── OpenNewSampleTextEditorCommand.java │ │ ├── ShowHelpContents.java │ │ ├── ShowPluginViewHandler.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── messages.properties │ ├── messages_de.properties │ └── preferences/ │ └── pages/ │ ├── AlgorithmsPage.java │ ├── AnalysisPage.java │ ├── CryptoPage.java │ ├── EditorsPage.java │ ├── GamesPage.java │ ├── GeneralPage.java │ ├── Messages.java │ ├── VisualsPage.java │ ├── messages.properties │ └── messages_de.properties ├── org.jcryptool.core.cryptosystem/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── pom.xml │ └── src/ │ └── org/ │ └── jcryptool/ │ └── core/ │ └── cryptosystem/ │ ├── CryptosystemPlugin.java │ ├── core/ │ │ ├── Alphabet.java │ │ ├── Cryptosystem.java │ │ ├── Key.java │ │ ├── exception/ │ │ │ └── ElementNotInAlphabetException.java │ │ └── text/ │ │ ├── CharAlphabet.java │ │ ├── TextCompatibleAlphabet.java │ │ ├── TextCompatibleAlphabetWrapper.java │ │ ├── TextCompatibleCryptosystem.java │ │ ├── TextCompatibleCryptosystemWrapper.java │ │ └── TextConverter.java │ └── vigenere/ │ ├── TextVigenere.java │ ├── VigenereCryptosystem.java │ └── VigenereKey.java ├── org.jcryptool.core.dependencies.feature/ │ ├── .project │ ├── build.properties │ ├── epl-v10.html │ ├── feature.xml │ └── pom.xml ├── org.jcryptool.core.dependencies.nl_de.feature/ │ ├── .project │ ├── build.properties │ ├── epl-v10.html │ ├── feature.xml │ └── pom.xml ├── org.jcryptool.core.feature/ │ ├── .project │ ├── build.properties │ ├── epl-v10.html │ ├── feature.xml │ └── pom.xml ├── org.jcryptool.core.help/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── about.html │ ├── build.properties │ ├── css/ │ │ ├── book.css │ │ └── narrow_book.css │ ├── dev/ │ │ ├── jetty-server-9.4.30.v20200611-sources.jar │ │ └── jetty-util-9.4.30.v20200611-sources.jar │ ├── javascript/ │ │ ├── MathJax-master/ │ │ │ ├── .github/ │ │ │ │ ├── FUNDING.yml │ │ │ │ └── ISSUE_TEMPLATE/ │ │ │ │ ├── bug_report.md │ │ │ │ └── feature_request.md │ │ │ ├── .gitignore │ │ │ ├── .travis.yml │ │ │ ├── CONTRIBUTING.md │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── bower.json │ │ │ ├── composer.json │ │ │ ├── es5/ │ │ │ │ ├── a11y/ │ │ │ │ │ ├── assistive-mml.js │ │ │ │ │ ├── complexity.js │ │ │ │ │ ├── explorer.js │ │ │ │ │ └── semantic-enrich.js │ │ │ │ ├── adaptors/ │ │ │ │ │ └── liteDOM.js │ │ │ │ ├── core.js │ │ │ │ ├── input/ │ │ │ │ │ ├── asciimath.js │ │ │ │ │ ├── mml/ │ │ │ │ │ │ └── entities.js │ │ │ │ │ ├── mml.js │ │ │ │ │ ├── tex/ │ │ │ │ │ │ └── extensions/ │ │ │ │ │ │ ├── action.js │ │ │ │ │ │ ├── all-packages.js │ │ │ │ │ │ ├── ams.js │ │ │ │ │ │ ├── amscd.js │ │ │ │ │ │ ├── autoload.js │ │ │ │ │ │ ├── bbox.js │ │ │ │ │ │ ├── boldsymbol.js │ │ │ │ │ │ ├── braket.js │ │ │ │ │ │ ├── bussproofs.js │ │ │ │ │ │ ├── cancel.js │ │ │ │ │ │ ├── color.js │ │ │ │ │ │ ├── colorV2.js │ │ │ │ │ │ ├── configMacros.js │ │ │ │ │ │ ├── enclose.js │ │ │ │ │ │ ├── extpfeil.js │ │ │ │ │ │ ├── html.js │ │ │ │ │ │ ├── mhchem.js │ │ │ │ │ │ ├── newcommand.js │ │ │ │ │ │ ├── noerrors.js │ │ │ │ │ │ ├── noundefined.js │ │ │ │ │ │ ├── physics.js │ │ │ │ │ │ ├── require.js │ │ │ │ │ │ ├── tagFormat.js │ │ │ │ │ │ ├── unicode.js │ │ │ │ │ │ └── verb.js │ │ │ │ │ ├── tex-base.js │ │ │ │ │ ├── tex-full.js │ │ │ │ │ └── tex.js │ │ │ │ ├── latest.js │ │ │ │ ├── loader.js │ │ │ │ ├── mml-chtml.js │ │ │ │ ├── mml-svg.js │ │ │ │ ├── node-main.js │ │ │ │ ├── output/ │ │ │ │ │ ├── chtml/ │ │ │ │ │ │ └── fonts/ │ │ │ │ │ │ └── tex.js │ │ │ │ │ ├── chtml.js │ │ │ │ │ ├── svg/ │ │ │ │ │ │ └── fonts/ │ │ │ │ │ │ └── tex.js │ │ │ │ │ └── svg.js │ │ │ │ ├── sre/ │ │ │ │ │ ├── mathmaps/ │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ ├── es.js │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ ├── mathmaps_ie.js │ │ │ │ │ │ └── nemeth.js │ │ │ │ │ └── sre_browser.js │ │ │ │ ├── startup.js │ │ │ │ ├── tex-chtml-full.js │ │ │ │ ├── tex-chtml.js │ │ │ │ ├── tex-mml-chtml.js │ │ │ │ ├── tex-mml-svg.js │ │ │ │ ├── tex-svg-full.js │ │ │ │ ├── tex-svg.js │ │ │ │ └── ui/ │ │ │ │ └── menu.js │ │ │ └── package.json │ │ ├── bootstrap_jct_utilities.js │ │ ├── jquery.js │ │ ├── test.txt │ │ └── tocbot-4.11.2/ │ │ ├── .babelrc │ │ ├── .gitignore │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bower.json │ │ ├── codecept.json │ │ ├── dist/ │ │ │ ├── styles.css │ │ │ ├── tocbot.css │ │ │ └── tocbot.js │ │ ├── index.d.ts │ │ ├── next.config.js │ │ ├── package.json │ │ ├── pages/ │ │ │ ├── _config.js │ │ │ ├── changelog.js │ │ │ ├── index.js │ │ │ └── skipRendering.js │ │ ├── scripts/ │ │ │ └── fix-export.js │ │ ├── server.js │ │ ├── src/ │ │ │ ├── components/ │ │ │ │ └── Template/ │ │ │ │ ├── Hero/ │ │ │ │ │ └── index.js │ │ │ │ ├── Tocbot/ │ │ │ │ │ └── index.js │ │ │ │ ├── Tracking/ │ │ │ │ │ └── index.js │ │ │ │ ├── TryIt/ │ │ │ │ │ └── index.js │ │ │ │ └── index.js │ │ │ ├── js/ │ │ │ │ ├── build-html.js │ │ │ │ ├── default-options.js │ │ │ │ ├── index.js │ │ │ │ ├── parse-content.js │ │ │ │ └── scroll-smooth/ │ │ │ │ └── index.js │ │ │ ├── scss/ │ │ │ │ ├── _code-styles.scss │ │ │ │ ├── _page-styles.scss │ │ │ │ ├── _tocbot-core.scss │ │ │ │ ├── _tocbot-default-theme.scss │ │ │ │ ├── _tocbot-responsive.scss │ │ │ │ ├── styles.scss │ │ │ │ └── tocbot.scss │ │ │ └── utils/ │ │ │ ├── make-ids.js │ │ │ └── path.js │ │ ├── test/ │ │ │ ├── data/ │ │ │ │ ├── json-data.js │ │ │ │ ├── markdown.md │ │ │ │ ├── rendered.html │ │ │ │ ├── sample-bootstrap.html │ │ │ │ └── sample-meat.html │ │ │ ├── diff.html │ │ │ ├── imageDiff.js │ │ │ ├── index.js │ │ │ ├── integration_test.js │ │ │ └── steps_file.js │ │ └── travis-deploy.sh │ ├── nl/ │ │ ├── de/ │ │ │ ├── developer_about.txt │ │ │ ├── help/ │ │ │ │ ├── home.html │ │ │ │ ├── resources/ │ │ │ │ │ ├── book.css │ │ │ │ │ └── narrow_book.css │ │ │ │ └── users/ │ │ │ │ ├── about/ │ │ │ │ │ ├── about.html │ │ │ │ │ ├── about.htmlxxx │ │ │ │ │ └── tips.html │ │ │ │ ├── algorithms/ │ │ │ │ │ ├── encryption/ │ │ │ │ │ │ ├── asymmetric/ │ │ │ │ │ │ │ └── toc.html │ │ │ │ │ │ ├── classic/ │ │ │ │ │ │ │ └── toc.html │ │ │ │ │ │ ├── hybrid/ │ │ │ │ │ │ │ └── toc.html │ │ │ │ │ │ ├── symmetric/ │ │ │ │ │ │ │ └── toc.html │ │ │ │ │ │ └── toc.html │ │ │ │ │ ├── hash/ │ │ │ │ │ │ └── toc.html │ │ │ │ │ ├── keystore/ │ │ │ │ │ │ └── toc.html │ │ │ │ │ ├── mac/ │ │ │ │ │ │ └── toc.html │ │ │ │ │ ├── randomnumber/ │ │ │ │ │ │ └── toc.html │ │ │ │ │ ├── signature/ │ │ │ │ │ │ └── toc.html │ │ │ │ │ └── toc.html │ │ │ │ ├── analysis/ │ │ │ │ │ └── toc.html │ │ │ │ ├── cryptology/ │ │ │ │ │ ├── crypto_methods.html │ │ │ │ │ ├── crypto_timeline.html │ │ │ │ │ ├── cryptology.html │ │ │ │ │ └── toc.html │ │ │ │ ├── games/ │ │ │ │ │ └── toc.html │ │ │ │ ├── general/ │ │ │ │ │ ├── editor_hex.html │ │ │ │ │ ├── editor_hex_manual.html │ │ │ │ │ ├── editor_text.html │ │ │ │ │ ├── editors.html │ │ │ │ │ ├── images/ │ │ │ │ │ │ ├── JCT_GUI-Components-01_en.odg │ │ │ │ │ │ └── JCT_GUI-Components-02_en.odg │ │ │ │ │ ├── language.html │ │ │ │ │ ├── perspective_algorithm.html │ │ │ │ │ ├── perspective_default.html │ │ │ │ │ ├── perspectives.html │ │ │ │ │ ├── preferences.html │ │ │ │ │ ├── preferences_provider.html │ │ │ │ │ ├── toc.html │ │ │ │ │ ├── updates.html │ │ │ │ │ ├── view_algorithms.html │ │ │ │ │ └── views.html │ │ │ │ ├── toc.html │ │ │ │ └── visualizations/ │ │ │ │ └── toc.html │ │ │ ├── index.xml │ │ │ ├── single/ │ │ │ │ ├── AES.html │ │ │ │ ├── DSA.html │ │ │ │ ├── ElGamal.html │ │ │ │ ├── HMACMD5.html │ │ │ │ ├── IDEA.html │ │ │ │ ├── MD5.html │ │ │ │ ├── RC6.html │ │ │ │ ├── RNGSHA1.html │ │ │ │ ├── RSA.html │ │ │ │ ├── SHA1.html │ │ │ │ └── SHA256.html │ │ │ ├── toc.xml │ │ │ ├── tocAES.xml │ │ │ ├── tocDSA.xml │ │ │ ├── tocElGamal.xml │ │ │ ├── tocHMACMD5.xml │ │ │ ├── tocIDEA.xml │ │ │ ├── tocMD5.xml │ │ │ ├── tocRC6.xml │ │ │ ├── tocRNGSHA1.xml │ │ │ ├── tocRSA.xml │ │ │ └── tocSHA256.xml │ │ ├── en/ │ │ │ ├── developer_about.txt │ │ │ ├── help/ │ │ │ │ ├── home.html │ │ │ │ ├── resources/ │ │ │ │ │ ├── book.css │ │ │ │ │ └── narrow_book.css │ │ │ │ └── users/ │ │ │ │ ├── about/ │ │ │ │ │ ├── about.html │ │ │ │ │ ├── about.htmlxxx │ │ │ │ │ └── tips.html │ │ │ │ ├── algorithms/ │ │ │ │ │ ├── encryption/ │ │ │ │ │ │ ├── asymmetric/ │ │ │ │ │ │ │ └── toc.html │ │ │ │ │ │ ├── classic/ │ │ │ │ │ │ │ └── toc.html │ │ │ │ │ │ ├── hybrid/ │ │ │ │ │ │ │ └── toc.html │ │ │ │ │ │ ├── symmetric/ │ │ │ │ │ │ │ └── toc.html │ │ │ │ │ │ └── toc.html │ │ │ │ │ ├── hash/ │ │ │ │ │ │ └── toc.html │ │ │ │ │ ├── keystore/ │ │ │ │ │ │ └── toc.html │ │ │ │ │ ├── mac/ │ │ │ │ │ │ └── toc.html │ │ │ │ │ ├── randomnumber/ │ │ │ │ │ │ └── toc.html │ │ │ │ │ ├── signature/ │ │ │ │ │ │ └── toc.html │ │ │ │ │ └── toc.html │ │ │ │ ├── analysis/ │ │ │ │ │ └── toc.html │ │ │ │ ├── cryptology/ │ │ │ │ │ ├── crypto_methods.html │ │ │ │ │ ├── crypto_timeline.html │ │ │ │ │ ├── cryptology.html │ │ │ │ │ └── toc.html │ │ │ │ ├── games/ │ │ │ │ │ └── toc.html │ │ │ │ ├── general/ │ │ │ │ │ ├── editor_hex.html │ │ │ │ │ ├── editor_hex_manual.html │ │ │ │ │ ├── editor_text.html │ │ │ │ │ ├── editors.html │ │ │ │ │ ├── images/ │ │ │ │ │ │ ├── JCT_GUI-Components-01_en.odg │ │ │ │ │ │ └── JCT_GUI-Components-02_en.odg │ │ │ │ │ ├── language.html │ │ │ │ │ ├── perspective_algorithm.html │ │ │ │ │ ├── perspective_default.html │ │ │ │ │ ├── perspectives.html │ │ │ │ │ ├── preferences.html │ │ │ │ │ ├── preferences_provider.html │ │ │ │ │ ├── toc.html │ │ │ │ │ ├── updates.html │ │ │ │ │ ├── view_algorithms.html │ │ │ │ │ └── views.html │ │ │ │ ├── toc.html │ │ │ │ └── visualizations/ │ │ │ │ └── toc.html │ │ │ ├── index.xml │ │ │ ├── single/ │ │ │ │ ├── AES.html │ │ │ │ ├── DSA.html │ │ │ │ ├── ElGamal.html │ │ │ │ ├── HMACMD5.html │ │ │ │ ├── IDEA.html │ │ │ │ ├── MD5.html │ │ │ │ ├── RC6.html │ │ │ │ ├── RNGSHA1.html │ │ │ │ ├── RSA.html │ │ │ │ ├── SHA1.html │ │ │ │ └── SHA256.html │ │ │ ├── toc.xml │ │ │ ├── tocAES.xml │ │ │ ├── tocDSA.xml │ │ │ ├── tocElGamal.xml │ │ │ ├── tocHMACMD5.xml │ │ │ ├── tocIDEA.xml │ │ │ ├── tocMD5.xml │ │ │ ├── tocRC6.xml │ │ │ ├── tocRNGSHA1.xml │ │ │ ├── tocRSA.xml │ │ │ └── tocSHA256.xml │ │ └── info-box-examples.html │ ├── plugin.xml │ ├── pom.xml │ └── src/ │ └── org/ │ └── jcryptool/ │ └── core/ │ └── help/ │ ├── CreditsPage.java │ ├── Doc_Server.java │ ├── HelpInjectionService.java │ ├── HelpPlugin.java │ ├── JCTJSInjectionFilter.java │ ├── JCTJS_Server.java │ ├── Messages.java │ ├── NotificationDisplayComposite.java │ ├── ServerStartup.java │ ├── messages.properties │ └── messages_de.properties ├── org.jcryptool.core.introduction/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── nl/ │ │ ├── de/ │ │ │ └── contexts.xml │ │ └── en/ │ │ └── contexts.xml │ ├── plugin.xml │ ├── pom.xml │ └── src/ │ └── org/ │ ├── eclipse/ │ │ └── nebula/ │ │ └── effects/ │ │ └── stw/ │ │ ├── ImageCapture.java │ │ ├── ImageTransitionable.java │ │ ├── Transition.java │ │ ├── TransitionListener.java │ │ ├── TransitionManager.java │ │ ├── Transitionable.java │ │ ├── transitions/ │ │ │ └── SlideTransition.java │ │ └── utils/ │ │ └── Utilities.java │ └── jcryptool/ │ └── core/ │ └── introduction/ │ ├── IntroPageStartup.java │ ├── Messages.java │ ├── handler/ │ │ ├── AutoslideHandler.java │ │ ├── Messages.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── messages.properties │ ├── messages_de.properties │ ├── utils/ │ │ ├── DebounceExecutor.java │ │ └── ImageScaler.java │ └── views/ │ ├── AlgorithmInstruction.java │ ├── IntroductionPlugin.java │ ├── Messages.java │ ├── messages.properties │ └── messages_de.properties ├── org.jcryptool.core.logging/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── about.html │ ├── build.properties │ ├── nl/ │ │ ├── de/ │ │ │ └── contexts.xml │ │ └── en/ │ │ └── contexts.xml │ ├── plugin.xml │ ├── pom.xml │ └── src/ │ └── org/ │ └── jcryptool/ │ └── core/ │ └── logging/ │ ├── LoggingPlugin.java │ ├── dialogs/ │ │ ├── ExceptionDetailsErrorDialog.java │ │ ├── JCTMessageDialog.java │ │ ├── JFaceResources.java │ │ ├── Messages.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── preferences/ │ │ └── pages/ │ │ ├── LoggerPage.java │ │ ├── Messages.java │ │ ├── messages.properties │ │ └── messages_de.properties │ └── utils/ │ └── LogUtil.java ├── org.jcryptool.core.nl/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── about.html │ ├── build.properties │ ├── fragment.xml │ ├── nl/ │ │ ├── de/ │ │ │ ├── contexts.xml │ │ │ ├── css/ │ │ │ │ ├── root.css │ │ │ │ ├── shared.css │ │ │ │ └── standby.css │ │ │ ├── firststeps/ │ │ │ │ └── firststeps.html │ │ │ ├── introContent.xml │ │ │ ├── overview/ │ │ │ │ └── overview.html │ │ │ ├── root.html │ │ │ ├── tutorials/ │ │ │ │ └── tutorials.html │ │ │ └── whatsnew/ │ │ │ └── whatsnew.html │ │ └── en/ │ │ ├── contexts.xml │ │ ├── css/ │ │ │ ├── root.css │ │ │ ├── shared.css │ │ │ └── standby.css │ │ ├── firststeps/ │ │ │ └── firststeps.html │ │ ├── introContent.xml │ │ ├── overview/ │ │ │ └── overview.html │ │ ├── root.html │ │ ├── tutorials/ │ │ │ └── tutorials.html │ │ └── whatsnew/ │ │ └── whatsnew.html │ └── pom.xml ├── org.jcryptool.core.operations/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── about.html │ ├── build.properties │ ├── nl/ │ │ ├── de/ │ │ │ └── contexts.xml │ │ └── en/ │ │ └── contexts.xml │ ├── plugin.xml │ ├── pom.xml │ ├── schema/ │ │ ├── algorithms_cmd.exsd │ │ ├── alphabets.exsd │ │ ├── analysis.exsd │ │ ├── editorServices.exsd │ │ ├── games.exsd │ │ ├── keystores.exsd │ │ ├── operationsManager.exsd │ │ ├── pkcsFactories.exsd │ │ ├── providers.exsd │ │ ├── providers2.exsd │ │ └── visuals.exsd │ ├── src/ │ │ └── org/ │ │ └── jcryptool/ │ │ └── core/ │ │ └── operations/ │ │ ├── AbstractOperationsManager.java │ │ ├── CommandInfo.java │ │ ├── IOperationsConstants.java │ │ ├── OperationsPlugin.java │ │ ├── algorithm/ │ │ │ ├── AbstractAlgorithm.java │ │ │ ├── AbstractAlgorithmHandler.java │ │ │ ├── AlgorithmDescriptor.java │ │ │ ├── AlgorithmRegistry.java │ │ │ ├── IAlgorithmDescriptor.java │ │ │ ├── Messages.java │ │ │ ├── ShadowAlgorithmHandler.java │ │ │ ├── classic/ │ │ │ │ ├── AbstractClassicAlgorithm.java │ │ │ │ ├── IClassicAlgorithmEngine.java │ │ │ │ └── textmodify/ │ │ │ │ ├── Messages.java │ │ │ │ ├── Transform.java │ │ │ │ ├── TransformData.java │ │ │ │ ├── messages.properties │ │ │ │ └── messages_de.properties │ │ │ ├── messages.properties │ │ │ ├── messages_de.properties │ │ │ └── modern/ │ │ │ ├── AbstractModernAlgorithm.java │ │ │ ├── asymmetric/ │ │ │ │ └── AbstractAsymmetricAlgorithm.java │ │ │ ├── hash/ │ │ │ │ └── AbstractMessageDigestAlgorithm.java │ │ │ ├── hybrid/ │ │ │ │ └── AbstractHybridAlgorithm.java │ │ │ └── symmetric/ │ │ │ └── AbstractSymmetricAlgorithm.java │ │ ├── alphabets/ │ │ │ ├── AbstractAlphabet.java │ │ │ ├── AbstractAlphabetStore.java │ │ │ ├── AbstractAlphabetStore2.java │ │ │ ├── AlphaConverter.java │ │ │ ├── AlphabetReference.java │ │ │ ├── AlphabetsManager.java │ │ │ ├── AlphabetsManager2.java │ │ │ └── GenericAlphabet.java │ │ ├── dataobject/ │ │ │ ├── DataObjectConverter.java │ │ │ ├── IDataObject.java │ │ │ ├── classic/ │ │ │ │ ├── ClassicDataObject.java │ │ │ │ ├── ExtendedClassicDataObject.java │ │ │ │ └── IClassicDataObject.java │ │ │ └── modern/ │ │ │ ├── IModernDataObject.java │ │ │ ├── ModernDataObject.java │ │ │ ├── asymmetric/ │ │ │ │ ├── AsymmetricDataObject.java │ │ │ │ └── IAsymmetricDataObject.java │ │ │ ├── hybrid/ │ │ │ │ ├── HybridDataObject.java │ │ │ │ └── IHybridDataObject.java │ │ │ └── symmetric/ │ │ │ ├── ISymmetricDataObject.java │ │ │ ├── LfsrDataObject.java │ │ │ └── SymmetricDataObject.java │ │ ├── editors/ │ │ │ ├── AbstractEditorService.java │ │ │ ├── EditorNotFoundException.java │ │ │ ├── EditorUtils.java │ │ │ ├── EditorsManager.java │ │ │ ├── JCTElementFactory.java │ │ │ ├── Messages.java │ │ │ ├── messages.properties │ │ │ ├── messages_de.properties │ │ │ └── messages_es.properties │ │ ├── keys/ │ │ │ └── KeyVerificator.java │ │ ├── pkcs/ │ │ │ ├── AbstractPKCS7Factory.java │ │ │ ├── IPKCSFactory.java │ │ │ └── PKCSManager.java │ │ ├── providers/ │ │ │ ├── AbstractProviderController.java │ │ │ ├── ProviderDescriptor.java │ │ │ ├── ProviderManager2.java │ │ │ ├── ProvidersManager.java │ │ │ └── preferences/ │ │ │ ├── Messages.java │ │ │ ├── ProvidersPreferencesInitializer.java │ │ │ ├── ProvidersPreferencesPage.java │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ └── util/ │ │ ├── ByteArrayUtils.java │ │ └── PathEditorInput.java │ └── templates/ │ ├── de.txt │ ├── empty.txt │ ├── en.txt │ └── es.txt ├── org.jcryptool.core.splitpackages/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── build.properties │ ├── jsr305/ │ │ └── jsr305-3.0.2.jar │ ├── pom.xml │ └── src/ │ └── .gitkeep ├── org.jcryptool.core.util/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src/ │ └── org/ │ └── jcryptool/ │ └── core/ │ └── util/ │ ├── DynamicOnetimeTask.java │ ├── calendar/ │ │ └── CalendarService.java │ ├── colors/ │ │ └── ColorService.java │ ├── constants/ │ │ ├── IConstants.java │ │ ├── Messages.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── directories/ │ │ └── DirectoryService.java │ ├── fonts/ │ │ └── FontService.java │ ├── images/ │ │ └── ImageService.java │ ├── input/ │ │ ├── AbstractUIInput.java │ │ ├── ButtonInput.java │ │ ├── InputVerificationResult.java │ │ ├── Messages.java │ │ ├── TextfieldInput.java │ │ ├── handler/ │ │ │ ├── UIInputResultHandler.java │ │ │ └── WidgetRelatedUIInputResultHandler.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── numbers/ │ │ └── NumberService.java │ ├── ui/ │ │ ├── HexTextbox.java │ │ ├── Messages.java │ │ ├── PasswordPrompt.java │ │ ├── SingleVanishTooltipLauncher.java │ │ ├── StartupPartTracker.java │ │ ├── TitleAndDescriptionComposite.java │ │ ├── VisualPluginHelp.java │ │ ├── auto/ │ │ │ ├── LayoutAdvisor.java │ │ │ ├── ScrollingUtils.java │ │ │ └── SmoothScroller.java │ │ ├── layout/ │ │ │ └── GridDataBuilder.java │ │ ├── messages.properties │ │ └── messages_de.properties │ └── units/ │ ├── BigMath.java │ ├── ByteFormatter.java │ ├── DefaultByteFormatter.java │ ├── Messages.java │ ├── UnitsService.java │ ├── messages.properties │ └── messages_de.properties ├── org.jcryptool.core.views/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── about.html │ ├── build.properties │ ├── nl/ │ │ ├── de/ │ │ │ └── contexts.xml │ │ └── en/ │ │ └── contexts.xml │ ├── plugin.xml │ ├── pom.xml │ └── src/ │ └── org/ │ └── jcryptool/ │ └── core/ │ └── views/ │ ├── AlgorithmView.java │ ├── ISearchable.java │ ├── Messages.java │ ├── ViewsPlugin.java │ ├── content/ │ │ ├── PaletteView.java │ │ ├── TreeView.java │ │ ├── palette/ │ │ │ ├── AlgorithmPaletteViewer.java │ │ │ ├── Messages.java │ │ │ ├── ViewProviderPaletteViewer.java │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ ├── structure/ │ │ │ ├── NameSorter.java │ │ │ ├── TreeObject.java │ │ │ ├── TreeParent.java │ │ │ ├── ViewContentProvider.java │ │ │ └── ViewLabelProvider.java │ │ └── tree/ │ │ ├── AlgorithmTreeViewer.java │ │ ├── Messages.java │ │ ├── ViewProviderTreeViewer.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── messages.properties │ └── messages_de.properties ├── org.jcryptool.crypto.feature/ │ ├── .project │ ├── build.properties │ ├── epl-v10.html │ ├── feature.xml │ └── pom.xml ├── org.jcryptool.crypto.flexiprovider/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src/ │ └── org/ │ └── jcryptool/ │ └── crypto/ │ └── flexiprovider/ │ ├── FlexiProviderPlugin.java │ ├── descriptors/ │ │ ├── IFlexiProviderOperation.java │ │ ├── algorithms/ │ │ │ ├── AlgorithmDescriptor.java │ │ │ ├── BlockCipherDescriptor.java │ │ │ └── SecureRandomDescriptor.java │ │ ├── meta/ │ │ │ ├── MetaAlgorithm.java │ │ │ ├── MetaKeyGenerator.java │ │ │ ├── MetaLength.java │ │ │ ├── MetaMode.java │ │ │ ├── MetaOID.java │ │ │ ├── MetaPaddingScheme.java │ │ │ └── interfaces/ │ │ │ ├── IMetaAlgorithm.java │ │ │ ├── IMetaEntry.java │ │ │ ├── IMetaKeyGenerator.java │ │ │ ├── IMetaLength.java │ │ │ ├── IMetaMode.java │ │ │ ├── IMetaOID.java │ │ │ └── IMetaPaddingScheme.java │ │ └── reflect/ │ │ ├── MetaConstructor.java │ │ ├── MetaParameter.java │ │ ├── MetaSpec.java │ │ └── interfaces/ │ │ ├── IMetaConstructor.java │ │ ├── IMetaParameter.java │ │ └── IMetaSpec.java │ ├── exception/ │ │ ├── FlexiProviderException.java │ │ └── InvalidAlgorithmsXMLElementException.java │ ├── reflect/ │ │ ├── ClassUtil.java │ │ └── Reflector.java │ ├── types/ │ │ ├── OperationType.java │ │ └── RegistryType.java │ ├── ui/ │ │ ├── nodes/ │ │ │ ├── ITreeNode.java │ │ │ └── TreeNode.java │ │ └── perspective/ │ │ └── FlexiProviderPerspective.java │ └── xml/ │ ├── AlgorithmsXMLConstants.java │ ├── AlgorithmsXMLManager.java │ └── FlexiProviderRootElement.java ├── org.jcryptool.crypto.flexiprovider.algorithms/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── nl/ │ │ ├── de/ │ │ │ ├── contexts.xml │ │ │ └── contexts_algorithms.xml │ │ └── en/ │ │ ├── contexts.xml │ │ └── contexts_algorithms.xml │ ├── plugin.xml │ ├── pom.xml │ ├── schema/ │ │ └── newOperation.exsd │ ├── src/ │ │ └── org/ │ │ └── jcryptool/ │ │ └── crypto/ │ │ └── flexiprovider/ │ │ └── algorithms/ │ │ ├── AlgorithmsManager.java │ │ ├── FlexiProviderAlgorithmsPlugin.java │ │ ├── listeners/ │ │ │ ├── INewOperationListener.java │ │ │ └── NewOperationManager.java │ │ └── ui/ │ │ ├── dynamic/ │ │ │ ├── DynamicComposite.java │ │ │ ├── IAlgorithmParameterInputArea.java │ │ │ ├── IDynamicComposite.java │ │ │ ├── IInputArea.java │ │ │ ├── InputFactory.java │ │ │ ├── Messages.java │ │ │ ├── composites/ │ │ │ │ ├── ByteArrayInputArea.java │ │ │ │ ├── CurveParamSelectionArea.java │ │ │ │ ├── DiscreteIntInputArea.java │ │ │ │ ├── FixedModeParameterArea.java │ │ │ │ ├── FlexiBigIntInputArea.java │ │ │ │ ├── Messages.java │ │ │ │ ├── QuadraticIdealComposite.java │ │ │ │ ├── RangeIntInputArea.java │ │ │ │ ├── StringInputArea.java │ │ │ │ ├── UnspecifiedIntInputArea.java │ │ │ │ ├── VariableModeParameterArea.java │ │ │ │ ├── messages.properties │ │ │ │ └── messages_de.properties │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ ├── views/ │ │ │ ├── FlexiProviderAlgorithmsView.java │ │ │ ├── nodes/ │ │ │ │ ├── AlgorithmNode.java │ │ │ │ ├── CategoryNode.java │ │ │ │ └── FolderNode.java │ │ │ └── providers/ │ │ │ ├── FlexiProviderAlgorithmsViewContentProvider.java │ │ │ ├── FlexiProviderAlgorithmsViewLabelProvider.java │ │ │ ├── Messages.java │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ └── wizards/ │ │ ├── AlgorithmIntroductionPage.java │ │ ├── AlgorithmParameterWizardPage.java │ │ ├── AlgorithmWizard.java │ │ ├── Messages.java │ │ ├── blockcipher/ │ │ │ ├── BlockCipherIntroductionPage.java │ │ │ ├── BlockCipherWizard.java │ │ │ ├── BlockCipherWizardDialog.java │ │ │ ├── IBlockCipherWizardListener.java │ │ │ ├── Messages.java │ │ │ ├── ModeParameterSpecPage.java │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ ├── messages.properties │ │ ├── messages_de.properties │ │ ├── securerandom/ │ │ │ ├── Messages.java │ │ │ ├── SecureRandomWizard.java │ │ │ ├── SecureRandomWizardPage.java │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ └── signature/ │ │ ├── Messages.java │ │ ├── SignatureWizard.java │ │ ├── SignatureWizardPage.java │ │ ├── messages.properties │ │ └── messages_de.properties │ └── xml/ │ └── help_algorithms.xml ├── org.jcryptool.crypto.flexiprovider.engines/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src/ │ └── org/ │ └── jcryptool/ │ └── crypto/ │ └── flexiprovider/ │ └── engines/ │ ├── FlexiProviderEngine.java │ ├── FlexiProviderEngineFactory.java │ ├── FlexiProviderEnginesPlugin.java │ ├── Messages.java │ ├── cipher/ │ │ ├── AsymmetricBlockCipherEngine.java │ │ ├── AsymmetricHybridCipherEngine.java │ │ ├── BlockCipherEngine.java │ │ ├── CipherEngine.java │ │ ├── Messages.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── listener/ │ │ ├── CheckOperationListener.java │ │ └── PerformOperationListener.java │ ├── mac/ │ │ ├── MacEngine.java │ │ ├── Messages.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── messagedigest/ │ │ └── MessageDigestEngine.java │ ├── messages.properties │ ├── messages_de.properties │ ├── securerandom/ │ │ └── SecureRandomEngine.java │ └── signature/ │ ├── Messages.java │ ├── SignatureEngine.java │ ├── messages.properties │ └── messages_de.properties ├── org.jcryptool.crypto.flexiprovider.feature/ │ ├── .project │ ├── build.properties │ ├── epl-v10.html │ ├── feature.xml │ └── pom.xml ├── org.jcryptool.crypto.flexiprovider.integrator/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── nl/ │ │ ├── de/ │ │ │ └── contexts.xml │ │ └── en/ │ │ └── contexts.xml │ ├── plugin.xml │ ├── pom.xml │ └── src/ │ └── org/ │ └── jcryptool/ │ └── crypto/ │ └── flexiprovider/ │ └── integrator/ │ ├── IntegratorHandler.java │ ├── IntegratorOperation.java │ ├── IntegratorPlugin.java │ ├── IntegratorWizard.java │ ├── IntegratorWizardPage.java │ ├── Messages.java │ ├── NewKeyComposite.java │ ├── NewKeyPairComposite.java │ ├── asymmetric/ │ │ ├── elgamal/ │ │ │ ├── ElGamal.java │ │ │ └── ElGamalHandler.java │ │ └── rsa/ │ │ ├── Rsa.java │ │ └── RsaHandler.java │ ├── blockcipher/ │ │ ├── aes/ │ │ │ ├── Aes.java │ │ │ └── AesHandler.java │ │ ├── idea/ │ │ │ ├── Idea.java │ │ │ └── IdeaHandler.java │ │ └── rc6/ │ │ ├── Rc6.java │ │ └── Rc6Handler.java │ ├── mac/ │ │ └── hmacmd5/ │ │ ├── HMacMd5.java │ │ └── HMacMd5Handler.java │ ├── messagedigest/ │ │ ├── md5/ │ │ │ ├── Md5.java │ │ │ └── Md5Handler.java │ │ └── sha/ │ │ ├── Sha.java │ │ └── ShaHandler.java │ ├── messages.properties │ ├── messages_de.properties │ ├── prng/ │ │ └── sha1/ │ │ ├── Sha1.java │ │ └── Sha1Handler.java │ └── signature/ │ └── dsa/ │ ├── Dsa.java │ └── DsaHandler.java ├── org.jcryptool.crypto.flexiprovider.keystore/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src/ │ └── org/ │ └── jcryptool/ │ └── crypto/ │ └── flexiprovider/ │ └── keystore/ │ ├── FlexiProviderKeystorePlugin.java │ ├── ImportManager.java │ ├── KeyStoreHelper.java │ ├── actions/ │ │ ├── ImportKeyHandler.java │ │ ├── Messages.java │ │ ├── NewKeyPairHandler.java │ │ ├── NewSymmetricKeyHandler.java │ │ ├── messages.properties │ │ └── messages_de.properties │ └── wizards/ │ ├── ImportWizard.java │ ├── ImportWizardPage.java │ ├── Messages.java │ ├── NewKeyPairWizard.java │ ├── NewKeyPairWizardPage.java │ ├── NewSymmetricKeyWizard.java │ ├── NewSymmetricKeyWizardPage.java │ ├── messages.properties │ └── messages_de.properties ├── org.jcryptool.crypto.flexiprovider.operations/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── nl/ │ │ ├── de/ │ │ │ └── contexts.xml │ │ └── en/ │ │ └── contexts.xml │ ├── plugin.xml │ ├── pom.xml │ ├── schema/ │ │ ├── checkFlexiProviderOperation.exsd │ │ └── performFlexiProviderOperation.exsd │ └── src/ │ └── org/ │ └── jcryptool/ │ └── crypto/ │ └── flexiprovider/ │ └── operations/ │ ├── FlexiProviderOperationsPlugin.java │ ├── Messages.java │ ├── NewOperationListener.java │ ├── OperationsManager.java │ ├── engines/ │ │ ├── CheckOperationManager.java │ │ ├── ICheckOperationListener.java │ │ ├── IPerfomOperationListener.java │ │ └── PerformOperationManager.java │ ├── messages.properties │ ├── messages_de.properties │ ├── ui/ │ │ ├── actions/ │ │ │ ├── context/ │ │ │ │ ├── Messages.java │ │ │ │ ├── RemoveHandler.java │ │ │ │ ├── RemoveKeyHandler.java │ │ │ │ ├── RenameHandler.java │ │ │ │ ├── io/ │ │ │ │ │ ├── Messages.java │ │ │ │ │ ├── SelectInputFileHandler.java │ │ │ │ │ ├── SelectOutputFileHandler.java │ │ │ │ │ ├── SelectSignatureHandler.java │ │ │ │ │ ├── SetInputEditorHandler.java │ │ │ │ │ ├── SetOutputEditorHandler.java │ │ │ │ │ ├── UndefinedOperationException.java │ │ │ │ │ ├── messages.properties │ │ │ │ │ └── messages_de.properties │ │ │ │ ├── messages.properties │ │ │ │ ├── messages_de.properties │ │ │ │ └── ops/ │ │ │ │ ├── DecryptHandler.java │ │ │ │ ├── EncryptHandler.java │ │ │ │ ├── Messages.java │ │ │ │ ├── messages.properties │ │ │ │ └── messages_de.properties │ │ │ └── menu/ │ │ │ ├── ExecuteOperationHandler.java │ │ │ ├── ExportOperationHandler.java │ │ │ ├── ImportOperationHandler.java │ │ │ ├── Messages.java │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ ├── handlers/ │ │ │ ├── Messages.java │ │ │ ├── SelectKeyHandler.java │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ ├── listeners/ │ │ │ ├── IOperationChangedListener.java │ │ │ └── ISelectedOperationListener.java │ │ └── views/ │ │ ├── EditorDragListener.java │ │ ├── FlexiProviderOperationsView.java │ │ ├── KeyDropListener.java │ │ ├── Messages.java │ │ ├── messages.properties │ │ ├── messages_de.properties │ │ ├── nodes/ │ │ │ ├── EntryNode.java │ │ │ ├── Messages.java │ │ │ ├── algorithms/ │ │ │ │ ├── AlgorithmNode.java │ │ │ │ ├── Messages.java │ │ │ │ ├── messages.properties │ │ │ │ └── messages_de.properties │ │ │ ├── io/ │ │ │ │ ├── IONode.java │ │ │ │ ├── InputNode.java │ │ │ │ ├── InputOutputNode.java │ │ │ │ ├── Messages.java │ │ │ │ ├── OutputNode.java │ │ │ │ ├── SignatureIONode.java │ │ │ │ ├── SignatureNode.java │ │ │ │ ├── messages.properties │ │ │ │ └── messages_de.properties │ │ │ ├── keys/ │ │ │ │ ├── KeyNode.java │ │ │ │ ├── KeyPairNode.java │ │ │ │ ├── Messages.java │ │ │ │ ├── SecretKeyNode.java │ │ │ │ ├── messages.properties │ │ │ │ └── messages_de.properties │ │ │ ├── messages.properties │ │ │ ├── messages_de.properties │ │ │ └── ops/ │ │ │ ├── Messages.java │ │ │ ├── OperationsNode.java │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ └── providers/ │ │ ├── FlexiProviderOperationsViewContentProvider.java │ │ └── FlexiProviderOperationsViewLabelProvider.java │ └── xml/ │ ├── EntryElement.java │ ├── ExportRootElement.java │ ├── Messages.java │ ├── OperationsViewEntryRootElement.java │ ├── algorithms/ │ │ ├── AlgorithmDescriptorElement.java │ │ ├── BlockCipherDescriptorElement.java │ │ ├── SecureRandomDescriptorElement.java │ │ └── paramspecs/ │ │ ├── AlgorithmParameterSpecElement.java │ │ ├── Base64Coder.java │ │ └── ModeParameterSpecElement.java │ ├── io/ │ │ ├── InputOutputElement.java │ │ ├── InputSignatureElement.java │ │ ├── Messages.java │ │ ├── OutputElement.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── keys/ │ │ ├── KeyElement.java │ │ ├── Messages.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── messages.properties │ ├── messages_de.properties │ └── ops/ │ └── OperationElement.java ├── org.jcryptool.crypto.keystore/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── contactstore/ │ │ └── contacts.xml │ ├── keystore/ │ │ ├── defunct_keystore_apr2022.ksf │ │ ├── jctKeystore.ksf │ │ ├── jctKeystore_2018.ksf │ │ ├── jctKeystore_2020.ksf │ │ ├── jctKeystore_Nov06.ksf │ │ ├── jctKeystore_Nov18_2020.ksf │ │ └── jctKeystore_Oct_2020.ksf │ ├── nl/ │ │ ├── de/ │ │ │ └── contexts.xml │ │ └── en/ │ │ └── contexts.xml │ ├── plugin.xml │ ├── pom.xml │ ├── schema/ │ │ ├── keyStoreActions.exsd │ │ └── keyStoreCommands.exsd │ ├── src/ │ │ └── org/ │ │ └── jcryptool/ │ │ └── crypto/ │ │ └── keystore/ │ │ ├── IKeyStoreConstants.java │ │ ├── KeyStorePlugin.java │ │ ├── backend/ │ │ │ ├── ImportExportManager.java │ │ │ ├── KeyStoreActionManager.java │ │ │ ├── KeyStoreAlias.java │ │ │ ├── KeyStoreManager.java │ │ │ ├── Messages.java │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ ├── certificates/ │ │ │ └── CertificateFactory.java │ │ ├── commands/ │ │ │ ├── OpenKeystoreHandler.java │ │ │ └── ShowPropertiesHandler.java │ │ ├── descriptors/ │ │ │ ├── ImportDescriptor.java │ │ │ ├── NewEntryDescriptor.java │ │ │ ├── NewKeyPairDescriptor.java │ │ │ ├── NewSecretKeyDescriptor.java │ │ │ └── interfaces/ │ │ │ ├── IContactDescriptor.java │ │ │ ├── IImportDescriptor.java │ │ │ ├── IImportWizard.java │ │ │ ├── INewEntryDescriptor.java │ │ │ ├── INewKeyPairDescriptor.java │ │ │ ├── INewKeyWizard.java │ │ │ └── INewSecretKeyDescriptor.java │ │ ├── keys/ │ │ │ ├── IKeyStoreAlias.java │ │ │ └── KeyType.java │ │ └── ui/ │ │ ├── KeystoreViewer.java │ │ ├── KeystoreWidget.java │ │ ├── actions/ │ │ │ ├── AbstractImportKeyStoreEntryHandler.java │ │ │ ├── AbstractKeyStoreHandler.java │ │ │ ├── AbstractNewKeyStoreEntryHandler.java │ │ │ ├── IKeyStoreActionDescriptor.java │ │ │ ├── KeyStoreActionDescriptor.java │ │ │ ├── KeyStoreBackupHandler.java │ │ │ ├── Messages.java │ │ │ ├── ShadowKeyStoreHandler.java │ │ │ ├── contacts/ │ │ │ │ ├── DeleteContactHandler.java │ │ │ │ └── NewContactHandler.java │ │ │ ├── del/ │ │ │ │ ├── DeleteCertificateHandler.java │ │ │ │ ├── DeleteKeyPairHandler.java │ │ │ │ ├── DeleteSecretKeyHandler.java │ │ │ │ ├── Messages.java │ │ │ │ ├── messages.properties │ │ │ │ └── messages_de.properties │ │ │ ├── ex/ │ │ │ │ ├── ExportCertificateHandler.java │ │ │ │ ├── ExportKeyPairHandler.java │ │ │ │ ├── ExportSecretKeyHandler.java │ │ │ │ ├── Messages.java │ │ │ │ ├── messages.properties │ │ │ │ └── messages_de.properties │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ ├── dialogs/ │ │ │ ├── CommonPropertyDialog.java │ │ │ ├── Messages.java │ │ │ ├── SelectKeyDialog.java │ │ │ ├── ShowCertificateDialog.java │ │ │ ├── ShowSecretKeyDialog.java │ │ │ ├── TableEntry.java │ │ │ ├── contentproviders/ │ │ │ │ ├── AbstractKeyNodeContentProvider.java │ │ │ │ ├── CertificateContentProvider.java │ │ │ │ ├── CommonContentProvider.java │ │ │ │ ├── ContentProviderFactory.java │ │ │ │ ├── Messages.java │ │ │ │ ├── keypair/ │ │ │ │ │ ├── CMSSPrivateKeyContentProvider.java │ │ │ │ │ ├── CMSSPublicKeyContentProvider.java │ │ │ │ │ ├── DSAPrivateKeyContentProvider.java │ │ │ │ │ ├── DSAPublicKeyContentProvider.java │ │ │ │ │ ├── ECPrivateKeyContentProvider.java │ │ │ │ │ ├── ECPublicKeyContentProvider.java │ │ │ │ │ ├── ElGamalPrivateKeyContentProvider.java │ │ │ │ │ ├── ElGamalPublicKeyContentProvider.java │ │ │ │ │ ├── GMSSPrivateKeyContentProvider.java │ │ │ │ │ ├── GMSSPublicKeyContentProvider.java │ │ │ │ │ ├── IQDSAPrivateKeyContentProvider.java │ │ │ │ │ ├── IQDSAPublicKeyContentProvider.java │ │ │ │ │ ├── IQGQPrivateKeyContentProvider.java │ │ │ │ │ ├── IQGQPublicKeyContentProvider.java │ │ │ │ │ ├── IQRDSAPrivateKeyContentProvider.java │ │ │ │ │ ├── IQRDSAPublicKeyContentProvider.java │ │ │ │ │ ├── LMOTSPrivateKeyContentProvider.java │ │ │ │ │ ├── LMOTSPublicKeyContentProvider.java │ │ │ │ │ ├── McElieceCCA2PrivateKeyContentProvider.java │ │ │ │ │ ├── McElieceCCA2PublicKeyContentProvider.java │ │ │ │ │ ├── McEliecePrivateKeyContentProvider.java │ │ │ │ │ ├── McEliecePublicKeyContentProvider.java │ │ │ │ │ ├── MeRSAPrivateKeyContentProvider.java │ │ │ │ │ ├── MerkleOTSPrivateKeyContentProvider.java │ │ │ │ │ ├── MerkleOTSPublicKeyContentProvider.java │ │ │ │ │ ├── MpRSAPrivateKeyContentProvider.java │ │ │ │ │ ├── NiederreiterPrivateKeyContentProvider.java │ │ │ │ │ ├── NiederreiterPublicKeyContentProvider.java │ │ │ │ │ ├── PFlashPrivateKeyContentProvider.java │ │ │ │ │ ├── PFlashPublicKeyContentProvider.java │ │ │ │ │ ├── RSAPublicKeyContentProvider.java │ │ │ │ │ ├── RainbowPrivateKeyContentProvider.java │ │ │ │ │ ├── RainbowPublicKeyContentProvider.java │ │ │ │ │ ├── SSVElGamalPrivateKeyContentProvider.java │ │ │ │ │ └── SSVElGamalPublicKeyContentProvider.java │ │ │ │ ├── messages.properties │ │ │ │ ├── messages_de.properties │ │ │ │ └── secretkey/ │ │ │ │ ├── ECSecretKeyContentProvider.java │ │ │ │ └── PBESecretKeyContentProvider.java │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ ├── views/ │ │ │ ├── KeyDragListener.java │ │ │ ├── KeystoreView.java │ │ │ ├── interfaces/ │ │ │ │ ├── IChangeKeyStoreListener.java │ │ │ │ ├── IKeyStoreListener.java │ │ │ │ ├── ISelectedNodeListener.java │ │ │ │ └── IViewKeyInformation.java │ │ │ ├── nodes/ │ │ │ │ ├── Contact.java │ │ │ │ ├── ContactDescriptorNode.java │ │ │ │ ├── ContactManager.java │ │ │ │ ├── ContactStore.java │ │ │ │ ├── ITreeNode.java │ │ │ │ ├── Messages.java │ │ │ │ ├── NodeType.java │ │ │ │ ├── TreeNode.java │ │ │ │ ├── containers/ │ │ │ │ │ ├── AbstractContainerNode.java │ │ │ │ │ ├── CertificateContainerNode.java │ │ │ │ │ ├── IKeyPairContainerNode.java │ │ │ │ │ ├── KeyPairContainerNode.java │ │ │ │ │ ├── Messages.java │ │ │ │ │ ├── SecretKeyContainerNode.java │ │ │ │ │ ├── messages.properties │ │ │ │ │ └── messages_de.properties │ │ │ │ ├── keys/ │ │ │ │ │ ├── AbstractKeyNode.java │ │ │ │ │ ├── CertificateNode.java │ │ │ │ │ ├── KeyPairNode.java │ │ │ │ │ ├── Messages.java │ │ │ │ │ ├── PrivateKeyNode.java │ │ │ │ │ ├── SecretKeyNode.java │ │ │ │ │ ├── messages.properties │ │ │ │ │ └── messages_de.properties │ │ │ │ ├── messages.properties │ │ │ │ └── messages_de.properties │ │ │ └── providers/ │ │ │ ├── KeyStoreViewContentProvider.java │ │ │ └── KeyStoreViewLabelProvider.java │ │ ├── wizardpages/ │ │ │ ├── BackupRestorePage.java │ │ │ ├── Messages.java │ │ │ ├── messages.properties │ │ │ └── messages_de.properties │ │ └── wizards/ │ │ ├── BackupRestoreWizard.java │ │ ├── Messages.java │ │ ├── messages.properties │ │ └── messages_de.properties │ └── swt-grouplayout.jar ├── org.jcryptool.devtools/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── build.properties │ ├── plugin.xml │ └── src/ │ └── org/ │ └── jcryptool/ │ └── devtools/ │ ├── Activator.java │ ├── EditorAPIStartup.java │ ├── HexEditorDebugLogic.java │ ├── HexEditorDebugView.java │ └── TestShell1.java ├── org.jcryptool.editor.hex/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src/ │ └── org/ │ └── jcryptool/ │ └── editor/ │ └── hex/ │ ├── HexEditorConstants.java │ ├── Messages.java │ ├── commands/ │ │ ├── Messages.java │ │ ├── NewEmptyFile.java │ │ ├── NewFile.java │ │ ├── OpenEditorHandler.java │ │ ├── OpenInTextEditor.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── messages.properties │ ├── messages_de.properties │ └── service/ │ └── HexEditorService.java ├── org.jcryptool.editor.text/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── nl/ │ │ ├── de/ │ │ │ └── contexts.xml │ │ └── en/ │ │ └── contexts.xml │ ├── plugin.xml │ ├── pom.xml │ └── src/ │ └── org/ │ └── jcryptool/ │ └── editor/ │ └── text/ │ ├── JCTTextEditorPlugin.java │ ├── commands/ │ │ ├── Messages.java │ │ ├── NewEmptyTextFile.java │ │ ├── NewSampleTextFile.java │ │ ├── OpenEditorHandler.java │ │ ├── OpenInHex.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── editor/ │ │ ├── JCTTextEditor.java │ │ ├── Messages.java │ │ ├── SimpleDocumentProvider.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── service/ │ │ └── JCTEditorService.java │ └── startup/ │ ├── Messages.java │ ├── StartUp.java │ ├── messages.properties │ └── messages_de.properties ├── org.jcryptool.editors.feature/ │ ├── .project │ ├── build.properties │ ├── epl-v10.html │ ├── feature.xml │ └── pom.xml ├── org.jcryptool.fileexplorer/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── nl/ │ │ ├── de/ │ │ │ ├── contexts.xml │ │ │ ├── help/ │ │ │ │ ├── preferences.html │ │ │ │ └── view.html │ │ │ ├── index.xml │ │ │ └── toc.xml │ │ └── en/ │ │ ├── contexts.xml │ │ ├── help/ │ │ │ ├── preferences.html │ │ │ └── view.html │ │ ├── index.xml │ │ └── toc.xml │ ├── plugin.xml │ ├── pom.xml │ └── src/ │ └── org/ │ └── jcryptool/ │ └── fileexplorer/ │ ├── FileExplorerPlugin.java │ ├── commands/ │ │ ├── CollapseHandler.java │ │ ├── CopyHandler.java │ │ ├── CryptoHandler.java │ │ ├── CutHandler.java │ │ ├── DeleteHandler.java │ │ ├── HomeHandler.java │ │ ├── InvisibleToggleHandler.java │ │ ├── Messages.java │ │ ├── PasteHandler.java │ │ ├── RefreshHandler.java │ │ ├── RenameHandler.java │ │ ├── ShowPropertiesHandler.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── popup/ │ │ └── contributions/ │ │ ├── CryptoContributionItem.java │ │ ├── Messages.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── preferences/ │ │ ├── GeneralPreferencePage.java │ │ ├── Messages.java │ │ ├── PreferenceConstants.java │ │ ├── PreferenceInitializer.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── properties/ │ │ ├── Messages.java │ │ ├── ResourcePropertyPage.java │ │ ├── messages.properties │ │ └── messages_de.properties │ ├── tester/ │ │ └── IFileStorePropertyTester.java │ └── views/ │ ├── FileExplorerContentProvider.java │ ├── FileExplorerLabelProvider.java │ ├── FileExplorerView.java │ ├── FileExplorerViewerComparator.java │ ├── Messages.java │ ├── factories/ │ │ ├── FileExplorerAdapterFactory.java │ │ └── ImageFactory.java │ ├── messages.properties │ └── messages_de.properties ├── org.jcryptool.functionlistgen/ │ ├── .classpath │ ├── .project │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ ├── plugin.xml │ ├── pom.xml │ └── src/ │ └── org/ │ └── jcryptool/ │ └── functionlistgen/ │ ├── Activator.java │ ├── AtStartup.java │ └── FunctionalityRecord.java ├── org.jcryptool.jre.master.feature/ │ ├── .project │ ├── build.properties │ ├── feature.xml │ └── pom.xml ├── org.jcryptool.product/ │ ├── .project │ ├── JCT-Maven-Build.launch │ ├── a.txt │ ├── icons/ │ │ ├── icons_linux.xpm │ │ └── icons_osx.icns │ ├── jcryptool.p2.inf │ ├── jcryptool.product │ └── pom.xml ├── org.jcryptool.providers.feature/ │ ├── .project │ ├── build.properties │ ├── epl-v10.html │ ├── feature.xml │ └── pom.xml ├── org.jcryptool.releng/ │ ├── .project │ ├── epl.txt │ ├── helper/ │ │ ├── ignored_links.txt │ │ └── link_availability_checker.py │ ├── pom.xml │ └── rebuild_weekly.txt ├── org.jcryptool.target/ │ ├── .project │ ├── org.jcryptool.target.fordevelopers.target │ ├── org.jcryptool.target.jctpde.target │ ├── org.jcryptool.target.target │ └── pom.xml ├── org.jcryptool.views.feature/ │ ├── .project │ ├── build.properties │ ├── epl-v10.html │ ├── feature.xml │ └── pom.xml ├── org.jdom/ │ ├── .classpath │ ├── .project │ ├── LICENSE.txt │ ├── META-INF/ │ │ └── MANIFEST.MF │ ├── OSGI-INF/ │ │ └── l10n/ │ │ ├── bundle.properties │ │ └── bundle_de.properties │ ├── build.properties │ └── pom.xml ├── pom.xml └── readme.md
Showing preview only (845K chars total). Download the full file or copy to clipboard to get everything.
SYMBOL INDEX (9400 symbols across 742 files)
FILE: de.flexiprovider/src/de/flexiprovider/FlexiProviderController.java
class FlexiProviderController (line 37) | public class FlexiProviderController extends AbstractProviderController {
method FlexiProviderController (line 55) | public FlexiProviderController() {
method cacheDefaultProviders (line 61) | private void cacheDefaultProviders() {
method setProviders__sunPromoted (line 72) | @Override
method setProviders__flexiPromoted (line 91) | @Override
method addProviders (line 118) | @Override
method reset_crypto_providers_generic (line 137) | public static void reset_crypto_providers_generic() {
FILE: de.flexiprovider/src/de/flexiprovider/FlexiProviderPlugin.java
class FlexiProviderPlugin (line 26) | public class FlexiProviderPlugin extends Plugin {
method FlexiProviderPlugin (line 37) | public FlexiProviderPlugin() {
method start (line 44) | @Override
method stop (line 54) | @Override
method getDefault (line 65) | public static FlexiProviderPlugin getDefault() {
method getAlgorithmsXML (line 74) | public static Document getAlgorithmsXML() {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/BinaryContent.java
class BinaryContent (line 47) | public final class BinaryContent {
type ModifyListener (line 52) | public static interface ModifyListener extends EventListener {
method modified (line 56) | public void modified();
class RangeSelection (line 59) | public static final class RangeSelection {
method RangeSelection (line 63) | public RangeSelection(long start, long end) {
method getLength (line 78) | public long getLength() {
method toString (line 82) | @Override
class Range (line 91) | final static class Range implements Comparable<Range>, Cloneable {
method Range (line 100) | Range(long aPosition, long aLength) {
method Range (line 105) | Range(long aPosition, ByteBuffer aBuffer, boolean isDirty) {
method Range (line 111) | Range(long position, File file, boolean isDirty) throws IOException {
method exclusiveEnd (line 122) | long exclusiveEnd() {
method clone (line 126) | @Override
method compareTo (line 135) | @Override
method equals (line 147) | @Override
method hashCode (line 156) | @Override
method toString (line 161) | @Override
method BinaryContent (line 186) | public BinaryContent() {
method BinaryContent (line 198) | public BinaryContent(File aFile) throws IOException {
method actionsOn (line 207) | void actionsOn(boolean on) {
method addModifyListener (line 225) | public void addModifyListener(ModifyListener listener) {
method canRedo (line 238) | public boolean canRedo() {
method canUndo (line 247) | public boolean canUndo() {
method commitChanges (line 251) | void commitChanges() {
method delete (line 279) | public void delete(long position, long length) {
method deleteAndShift (line 316) | void deleteAndShift(long start, long length) {
method deleteInternal (line 322) | void deleteInternal(long startPosition, long length) {
method deleteRanges (line 382) | private long[] deleteRanges(List<Range> currentAction) {
method dispose (line 400) | public void dispose() {
method fillWithChanges (line 423) | int fillWithChanges(ByteBuffer dst, long position) {
method fillWithPartOfRange (line 439) | int fillWithPartOfRange(ByteBuffer dst, Range sourceRange, long overla...
method fillWithRange (line 468) | void fillWithRange(ByteBuffer dst, Range sourceRange, long overlapByte...
method finalize (line 513) | @Override
method get (line 529) | public int get(ByteBuffer dst, long position) throws IOException {
method get (line 548) | public int get(ByteBuffer dst, List<Long> rangesModified, long positio...
method get (line 590) | public long get(File destinationFile) throws IOException {
method get (line 606) | public long get(File destinationFile, long start, long length) throws ...
method getFromRanges (line 675) | private int getFromRanges(long position) throws IOException {
method getOpenFiles (line 701) | public List<File> getOpenFiles() {
method getRangeAt (line 717) | Range getRangeAt(long position) {
method initSubtreeTraversing (line 726) | SortedSet<Range> initSubtreeTraversing(long position, long length) {
method insert (line 746) | public void insert(byte source, long position) throws IOException {
method insert (line 772) | public void insert(ByteBuffer source, long position) {
method insert (line 804) | public void insert(File aFile, long position) throws IOException {
method insertRange (line 825) | private void insertRange(Range newRange) {
method insertRanges (line 830) | private long[] insertRanges(List<Range> ranges) {
method isDirty (line 848) | public boolean isDirty() {
method isDirtySize (line 857) | public boolean isDirtySize() {
method length (line 866) | public long length() {
method notifyListeners (line 880) | void notifyListeners() {
method overwrite (line 899) | public void overwrite(byte source, long position) throws IOException {
method overwrite (line 927) | public void overwrite(byte source, int offset, int length, long positi...
method overwrite (line 975) | public void overwrite(ByteBuffer source, long position) {
method overwrite (line 993) | public void overwrite(File aFile, long position) throws IOException {
method overwriteInternal (line 999) | void overwriteInternal(Range newRange) {
method overwriteRange (line 1013) | private void overwriteRange(Range aRange) {
method overwriteRanges (line 1018) | private long[] overwriteRanges(List<Range> ranges) {
method redo (line 1051) | public long[] redo() {
method removeModifyListener (line 1084) | public void removeModifyListener(ModifyListener listener) {
method setActionsHistory (line 1094) | public void setActionsHistory() {
method shiftRemainingRanges (line 1101) | void shiftRemainingRanges(long increment) {
method splitAndShift (line 1113) | void splitAndShift(long position, long increment) {
method toString (line 1144) | @Override
method undo (line 1161) | public long[] undo() {
method updateChanges (line 1187) | private Range updateChanges(long position, boolean insert) throws IOEx...
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/BinaryContentActionHistory.java
class BinaryContentActionHistory (line 43) | final class BinaryContentActionHistory {
class Entry (line 45) | public final static class Entry {
method Entry (line 49) | public Entry(Integer actionType, List<Range> ranges) {
method getActionType (line 60) | public Integer getActionType() {
method getRanges (line 64) | public List<Range> getRanges() {
method BinaryContentActionHistory (line 103) | public BinaryContentActionHistory(BinaryContent content) {
method actionExclusiveEnd (line 111) | private long actionExclusiveEnd() {
method actionPosition (line 125) | private long actionPosition() {
method addDeleted (line 151) | public void addDeleted(long position, List<Integer> integerList, boole...
method addLostByte (line 163) | public void addLostByte(long position, Integer integer) {
method addLostRange (line 177) | public void addLostRange(Range aRange) {
method addLostRanges (line 190) | public void addLostRanges(List<Range> ranges) {
method addRangeToCurrentAction (line 199) | public void addRangeToCurrentAction(Range range) {
method addInserted (line 216) | public void addInserted(Range range) {
method canRedo (line 226) | public boolean canRedo() {
method canUndo (line 235) | public boolean canUndo() {
method endAction (line 243) | public void endAction() {
method eventPreModify (line 272) | public void eventPreModify(Integer type, long position, boolean isSing...
method finalize (line 291) | @Override
method dispose (line 296) | private void dispose() {
method disposeRanges (line 307) | private void disposeRanges(List<Range> ranges) {
method mergeRange (line 325) | private void mergeRange(Range range) {
method newBufferFromIntegerList (line 347) | private ByteBuffer newBufferFromIntegerList(List<Integer> integerList) {
method newRangeFromIntegerList (line 357) | private Range newRangeFromIntegerList(long position, List<Integer> int...
method newRangeToCurrentAction (line 363) | private void newRangeToCurrentAction() {
method redoAction (line 392) | public Entry redoAction() {
method startAction (line 407) | private void startAction(Integer type, boolean isSingle) {
method undoAction (line 419) | public Entry undoAction() {
method updateNewRange (line 430) | private void updateNewRange(long position) {
method toString (line 442) | @Override
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/BinaryContentFinder.java
class BinaryContentFinder (line 37) | public final class BinaryContentFinder {
class Match (line 39) | public static final class Match {
method Match (line 45) | Match(boolean found, long position, int length, IOException exceptio...
method isFound (line 53) | public boolean isFound() {
method getStartPosition (line 57) | public long getStartPosition() {
method getEndPosition (line 61) | public long getEndPosition() {
method getLength (line 65) | public int getLength() {
method getException (line 69) | public IOException getException() {
method BinaryContentFinder (line 104) | public BinaryContentFinder(CharSequence literal, BinaryContent aConten...
method BinaryContentFinder (line 120) | public BinaryContentFinder(byte[] sequence, BinaryContent aContent) {
method findAllMatches (line 127) | private void findAllMatches() {
method findHexAsciiMatchInPart (line 140) | private int findHexAsciiMatchInPart() {
method findUnicodeMatchInPart (line 173) | private int findUnicodeMatchInPart() {
method getContentLength (line 211) | private long getContentLength() {
method getNextMatch (line 225) | public Match getNextMatch() {
method initSearchHex (line 249) | private void initSearchHex(byte[] sequence) {
method getSearchPosition (line 265) | public long getSearchPosition() {
method initSearchUnicodeAscii (line 269) | private void initSearchUnicodeAscii() {
method nextPart (line 310) | private ByteBuffer nextPart() throws IOException {
method populatePart (line 333) | private void populatePart() throws IOException {
method populatePart (line 341) | private void populatePart(int size) throws IOException {
method setCaseSensitive (line 366) | public void setCaseSensitive(boolean beSensitive) {
method setDirectionForward (line 383) | public void setDirectionForward(boolean goForward) {
method setNewStart (line 394) | public void setNewStart(long startPoint) {
method stopSearching (line 412) | public void stopSearching() {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/ClipboardHelper.java
class ClipboardHelper (line 18) | public final class ClipboardHelper {
method setHexContentToClipboard (line 33) | public static boolean setHexContentToClipboard(BinaryContent content, ...
method setContentsText (line 81) | public static boolean setContentsText(BinaryContent content, long star...
method hasContents (line 107) | public static boolean hasContents() {
method tryGettingHex (line 127) | public static long tryGettingHex(BinaryContent content, long start, bo...
method tryGettingText (line 177) | public static long tryGettingText(BinaryContent content, long start, b...
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/ContextMenu.java
class ContextMenu (line 28) | public class ContextMenu {
method createMenuForText (line 35) | public static void createMenuForText(StyledText st, Manager manager) {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/CopyDialog.java
class CopyDialog (line 12) | public class CopyDialog extends Dialog {
method CopyDialog (line 27) | protected CopyDialog(Shell parentShell, boolean toBigForClipboard) {
method configureShell (line 33) | @Override
method createDialogArea (line 39) | @Override
method createButtonsForButtonBar (line 58) | @Override
method buttonPressed (line 77) | @Override
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/DisplayedContent.java
class DisplayedContent (line 39) | final class DisplayedContent implements StyledTextContent {
method DisplayedContent (line 53) | DisplayedContent(int numberOfColumns, int numberOfLines) {
method addTextChangeListener (line 60) | @Override
method getCharCount (line 68) | @Override
method getLine (line 73) | @Override
method getLineAtOffset (line 78) | @Override
method getLineCount (line 88) | @Override
method getLineDelimiter (line 93) | @Override
method getOffsetAtLine (line 98) | @Override
method getTextRange (line 103) | @Override
method removeTextChangeListener (line 113) | @Override
method replaceTextRange (line 131) | @Override
method setDimensions (line 141) | void setDimensions(int columns, int lines) {
method setText (line 148) | @Override
method shiftLines (line 168) | @SuppressWarnings("boxing")
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/FileToucher.java
type FileToucher (line 8) | public interface FileToucher {
method touchFile (line 9) | void touchFile(File contentFile, IProgressMonitor monitor) throws IOEx...
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/FindReplaceDialog.java
class FindReplaceDialog (line 67) | final class FindReplaceDialog extends Dialog {
method widgetSelected (line 70) | @Override
class TextHexInputGroup (line 117) | private final class TextHexInputGroup {
method TextHexInputGroup (line 127) | public TextHexInputGroup(List<FindReplaceHistory.Entry> oldItems) {
method initialise (line 134) | public void initialise() {
method createRadioButtonComposite (line 186) | private void createRadioButtonComposite() {
method refreshCombo (line 210) | public void refreshCombo() {
method refreshHexOrText (line 228) | public void refreshHexOrText(boolean hex) {
method rememberText (line 233) | public void rememberText() {
method selectText (line 249) | public void selectText() {
method setEnabled (line 253) | public void setEnabled(boolean enabled) {
method FindReplaceDialog (line 267) | public FindReplaceDialog(Shell shell) {
method activateProgressBar (line 271) | private void activateProgressBar() {
method open (line 326) | public void open(HexTexts target, FindReplaceHistory findReplaceHistor...
method createOptionsGroup (line 389) | private void createOptionsGroup() {
method createDirectionGroup (line 403) | private void createDirectionGroup() {
method createFeedbackComposite (line 418) | private void createFeedbackComposite() {
method sendInfoMessage (line 430) | private void sendInfoMessage(String message) {
method sendErrorMessage (line 435) | private void sendErrorMessage(String message) {
method createProgressComposite (line 441) | private void createProgressComposite() {
method setProgressCompositeVisible (line 463) | private void setProgressCompositeVisible(boolean visible) {
method createButtonBarComposite (line 469) | private void createButtonBarComposite() {
method createShell (line 522) | private void createShell() {
method doFind (line 571) | void doFind() {
method doReplace (line 600) | void doReplace() {
method doReplaceAll (line 605) | void doReplaceAll() {
method dataToUI (line 639) | void dataToUI() {
method endOfRun (line 668) | private void endOfRun() {
method prepareToRun (line 678) | private void prepareToRun() {
method replace (line 691) | private void replace() {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/FindReplaceHistory.java
class FindReplaceHistory (line 30) | public final class FindReplaceHistory {
class Entry (line 36) | public static final class Entry {
method Entry (line 40) | public Entry(String stringValue, boolean selected) {
method getStringValue (line 49) | public String getStringValue() {
method isHex (line 53) | public boolean isHex() {
method FindReplaceHistory (line 61) | public FindReplaceHistory() {
method getFindList (line 72) | public List<Entry> getFindList() {
method getReplaceList (line 83) | public List<Entry> getReplaceList() {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/GoToDialog.java
class GoToDialog (line 50) | final class GoToDialog extends Dialog {
method widgetSelected (line 66) | @Override
method GoToDialog (line 80) | public GoToDialog(Shell aShell) {
method createComposite (line 88) | private void createComposite() {
method saveResultAndClose (line 139) | void saveResultAndClose() {
method getButtonPressed (line 145) | public long getButtonPressed() {
method createComposite2 (line 153) | private void createComposite2() {
method createComposite1 (line 204) | private void createComposite1() {
method createShell (line 248) | private void createShell() {
method open (line 271) | public long open(Shell parentShell, long limit) {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/HelpResources.java
class HelpResources (line 30) | public final class HelpResources {
method getHelpResourceURI (line 41) | public static URI getHelpResourceURI(boolean online) {
method writeResource (line 74) | private static File writeResource(String resourcePath, String filePath) {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/HexTexts.java
class HexTexts (line 86) | public final class HexTexts extends Composite {
method composeByteToHexMap (line 194) | private void composeByteToHexMap() {
method composeByteToCharMap (line 204) | private void composeByteToCharMap() {
method composeHeaderRow (line 245) | private void composeHeaderRow() {
method getCharset (line 253) | public String getCharset() {
method setCharset (line 257) | public void setCharset(String name) {
class MyKeyAdapter (line 265) | private class MyKeyAdapter extends KeyAdapter {
method MyKeyAdapter (line 266) | public MyKeyAdapter() {
method keyPressed (line 269) | @Override
class MyMouseAdapter (line 352) | private class MyMouseAdapter extends MouseAdapter {
method MyMouseAdapter (line 355) | public MyMouseAdapter(boolean hexContent) {
method mouseDown (line 362) | @Override
method mouseUp (line 395) | @Override
class MyPaintAdapter1 (line 406) | private class MyPaintAdapter1 implements PaintListener {
method paintControl (line 408) | @Override
class MyPaintAdapter2 (line 422) | private class MyPaintAdapter2 implements PaintListener {
method paintControl (line 424) | @Override
class MySelectionAdapter (line 436) | private class MySelectionAdapter extends SelectionAdapter {
method MySelectionAdapter (line 439) | public MySelectionAdapter(boolean hexContent) {
method widgetSelected (line 446) | @Override
class MyTraverseAdapter (line 471) | private class MyTraverseAdapter implements TraverseListener {
method MyTraverseAdapter (line 472) | public MyTraverseAdapter() {
method keyTraversed (line 476) | @Override
class MyVerifyKeyAdapter (line 484) | private class MyVerifyKeyAdapter implements VerifyKeyListener {
method MyVerifyKeyAdapter (line 485) | public MyVerifyKeyAdapter() {
method verifyKey (line 488) | @Override
class MyFinderRunnable (line 528) | private final class MyFinderRunnable implements Runnable {
method MyFinderRunnable (line 531) | public MyFinderRunnable() {
method run (line 535) | @Override
method getMatch (line 540) | public Match getMatch() {
method HexTexts (line 556) | public HexTexts(final Composite parent, int style, Manager mngr) {
method redrawCaret (line 587) | public void redrawCaret(boolean focus) {
method addLongSelectionListener (line 617) | public void addLongSelectionListener(SelectionListener listener) {
method initialize (line 629) | private void initialize() {
method adaptWidthToBytesPerLine (line 869) | private void adaptWidthToBytesPerLine() {
method isValid (line 877) | public boolean isValid() {
method isEditable (line 881) | public boolean isEditable() {
method canRedo (line 890) | public boolean canRedo() {
method canUndo (line 899) | public boolean canUndo() {
method copy (line 909) | public void copy() {
method cookAddresses (line 939) | private StringBuilder cookAddresses(long address, int limit) {
method cookTexts (line 964) | private StringBuilder cookTexts(boolean hex, int length) {
method cut (line 990) | public void cut() {
method setStartAndEnd (line 995) | private void setStartAndEnd(long start, long end) {
method deleteNotSelected (line 1014) | public boolean deleteNotSelected() {
method deleteSelected (line 1035) | public boolean deleteSelected() {
method doModifyKeyPressed (line 1046) | void doModifyKeyPressed(KeyEvent event) {
method doNavigateKeyPressed (line 1106) | long doNavigateKeyPressed(boolean ctrlKey, int keyCode, long oldPos, b...
method drawUnfocusedCaret (line 1191) | void drawUnfocusedCaret(boolean visible) {
method ensureCaretIsVisible (line 1219) | void ensureCaretIsVisible() {
method ensureWholeScreenIsVisible (line 1241) | void ensureWholeScreenIsVisible() {
method findAndSelect (line 1268) | public Match findAndSelect(String findString, boolean isHexString, boo...
method findAndSelectInternal (line 1279) | private Match findAndSelectInternal(String findString, boolean isHexSt...
method getCaretPos (line 1311) | public long getCaretPos() {
method getActualValue (line 1318) | public byte getActualValue() {
method getValue (line 1322) | public byte getValue(long pos) {
method getContent (line 1339) | public BinaryContent getContent() {
method getHighlightRangesInScreen (line 1343) | private void getHighlightRangesInScreen(long start, int length) {
method getSelection (line 1357) | public RangeSelection getSelection() {
method isSelected (line 1361) | public boolean isSelected() {
method handleSelectedPreModify (line 1365) | private boolean handleSelectedPreModify() {
method incrementPosWithinLimits (line 1376) | private long incrementPosWithinLimits(long oldPos, boolean countNibble...
method initFinder (line 1400) | private void initFinder(String findString, boolean isHexString, boolea...
method isOverwriteMode (line 1433) | public boolean isOverwriteMode() {
method makeFirstRowSameHeight (line 1441) | private void makeFirstRowSameHeight() {
method mergeRanges (line 1457) | public List<StyleRange> mergeRanges(List<Long> changeRanges, List<Inte...
method mergerCatchUps (line 1479) | private boolean mergerCatchUps() {
method mergerInit (line 1505) | private boolean mergerInit(List<Long> changeRanges, List<Integer> high...
method mergerMinimumInChangesHighlights (line 1521) | private int mergerMinimumInChangesHighlights() {
method mergerNext (line 1541) | private boolean mergerNext() {
method mergerPosition (line 1551) | private int mergerPosition(boolean changesNotHighlights) {
method notifyLongSelectionListeners (line 1569) | void notifyLongSelectionListeners() {
method canPaste (line 1590) | public boolean canPaste() {
method paste (line 1602) | public void paste() {
method redo (line 1649) | public void redo() {
method redrawTextAreas (line 1653) | private void redrawTextAreas(int mode, StringBuilder newText, StringBu...
method redrawTextAreas (line 1692) | void redrawTextAreas(boolean fromScratch) {
method refreshCaretsPosition (line 1737) | void refreshCaretsPosition() {
method refreshHeader (line 1777) | private void refreshHeader() {
method refreshSelections (line 1781) | void refreshSelections() {
method removeLongSelectionListener (line 1818) | public void removeLongSelectionListener(SelectionListener listener) {
method replace (line 1841) | public void replace(String replaceString, boolean isHexString) throws ...
method replaceAll (line 1888) | public long[] replaceAll(String findString, boolean isFindHexString, b...
method restoreStateAfterModify (line 1921) | private void restoreStateAfterModify() {
method runnableAdd (line 1930) | void runnableAdd(Runnable delayed) {
method runnableEnd (line 1939) | void runnableEnd() {
method selectAll (line 1952) | public void selectAll() {
method selectBlock (line 1963) | public void selectBlock(long start, long end) {
method select (line 1969) | void select(long start, long end) {
method setAddressesGridDataWidthHint (line 1995) | private void setAddressesGridDataWidthHint() {
method setInsertMode (line 1999) | public void setInsertMode(boolean insert) {
method setContentProvider (line 2019) | public void setContentProvider(BinaryContent newContent) {
method setFocus (line 2052) | @Override
method setFont (line 2067) | @Override
method setSelection (line 2112) | public void setSelection(long start, long end) {
method shiftStartAndEnd (line 2118) | void shiftStartAndEnd(long newPos) {
method showMark (line 2138) | public void showMark(long position) {
method stopSearching (line 2159) | public void stopSearching() {
method totalNumberOfLines (line 2166) | private long totalNumberOfLines() {
method undo (line 2178) | public void undo() {
method undo (line 2182) | private void undo(boolean previousAction) {
method updateNumberOfLines (line 2195) | private void updateNumberOfLines() {
method updateScrollBar (line 2210) | void updateScrollBar() {
method updateTextsMetrics (line 2224) | void updateTextsMetrics() {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/Manager.java
class Manager (line 63) | public final class Manager {
method Manager (line 94) | public Manager(FileToucher fileToucher) {
method getBuildOS (line 107) | public String getBuildOS() {
method getBuildVersion (line 120) | public String getBuildVersion() {
method createEditorPart (line 136) | public HexTexts createEditorPart(Composite parent) {
method addListener (line 200) | public void addListener(Listener listener) {
method addLongSelectionListener (line 224) | public void addLongSelectionListener(SelectionListener listener) {
method getLongSelection (line 250) | public long[] getLongSelection(SelectionEvent event) {
method isValid (line 255) | public boolean isValid() {
method isFilled (line 259) | public boolean isFilled() {
method isEditable (line 263) | public boolean isEditable() {
method canRedo (line 272) | public boolean canRedo() {
method canUndo (line 281) | public boolean canUndo() {
method createStatusPart (line 293) | public Composite createStatusPart(Composite parent, boolean withLeftSe...
method doCopy (line 305) | public void doCopy() {
method doCut (line 316) | public void doCut() {
method doDelete (line 327) | public void doDelete() {
method doFind (line 334) | public void doFind() {
method doGoTo (line 352) | public void doGoTo() {
method doSelectBlock (line 375) | public void doSelectBlock() {
method doOpen (line 392) | public void doOpen(File forceThisFile, boolean createNewFile, String c...
method canPaste (line 420) | public boolean canPaste() {
method doPaste (line 427) | public void doPaste() {
method doSaveSelectionAs (line 444) | public void doSaveSelectionAs(File file) throws IOException {
method doSelectAll (line 463) | public void doSelectAll() {
method doRedo (line 474) | public void doRedo() {
method doTrim (line 481) | public void doTrim() {
method doUndo (line 488) | public void doUndo() {
method getContent (line 497) | public BinaryContent getContent() {
method getContentFile (line 507) | public File getContentFile() {
method getSelection (line 518) | public RangeSelection getSelection() {
method isDirty (line 531) | public boolean isDirty() {
method isFileBeingRead (line 539) | private boolean isFileBeingRead(File file) {
method isOverwriteMode (line 548) | public boolean isOverwriteMode() {
method isTextSelected (line 561) | public boolean isTextSelected() {
method openFile (line 579) | public void openFile(File contentFile, String charset) throws CoreExce...
method reuseStatusLinelFrom (line 611) | public void reuseStatusLinelFrom(Manager other) {
method saveAsFile (line 628) | public void saveAsFile(File file, IProgressMonitor monitor) throws IOE...
method saveFile (line 662) | public void saveFile(IProgressMonitor monitor) throws IOException {
method setFindReplaceHistory (line 672) | public void setFindReplaceHistory(FindReplaceHistory findReplaceHistor...
method setFocus (line 682) | public void setFocus() {
method updateStatusLine (line 690) | private void updateStatusLine() {
method setSelection (line 711) | public void setSelection(RangeSelection selection) {
method setTextFont (line 729) | public void setTextFont(FontData aFont) {
method showSaveAsDialog (line 757) | public File showSaveAsDialog(Shell aShell, boolean selection) {
method createFileDialog (line 781) | private FileDialog createFileDialog(Shell aShell, int style) {
method updateStatusLineAfterLongSelection (line 796) | void updateStatusLineAfterLongSelection() {
method updateStatusLineAfterModify (line 803) | void updateStatusLineAfterModify() {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/OpenInTexteditor.java
class OpenInTexteditor (line 25) | public class OpenInTexteditor {
method setActiveEditor (line 38) | public void setActiveEditor(IAction action, IEditorPart targetEditor) {
method createEditorInput (line 51) | private static IEditorInput createEditorInput(String absolutePath) {
method changeEditor (line 61) | public static void changeEditor() {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/PasteDialog.java
class PasteDialog (line 15) | public class PasteDialog extends Dialog {
method PasteDialog (line 17) | protected PasteDialog(Shell parentShell) {
method configureShell (line 21) | @Override
method createDialogArea (line 28) | @Override
method createButtonsForButtonBar (line 57) | @Override
method buttonPressed (line 70) | @Override
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/Preferences.java
class Preferences (line 30) | public final class Preferences {
method getDefaultFontData (line 39) | public static FontData getDefaultFontData() {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/PreferencesManager.java
class PreferencesManager (line 58) | public final class PreferencesManager {
method fontStyleToInt (line 95) | public static int fontStyleToInt(String styleString) {
method fontStyleToString (line 108) | public static String fontStyleToString(int style) {
method PreferencesManager (line 121) | public PreferencesManager(FontData fontData) {
method createComposite (line 129) | private void createComposite() {
method createCompositeOkCancel (line 229) | private void createCompositeOkCancel() {
method createShell (line 273) | private void createShell(Shell parentShell) {
method createPreferencesPart (line 293) | public Composite createPreferencesPart(Composite parent) {
method getFontData (line 311) | public FontData getFontData() {
method getNextFontData (line 315) | FontData getNextFontData() {
method getSize (line 332) | int getSize() {
method openDialog (line 358) | public int openDialog(Shell parentShell) {
method populateFixedCharWidthFonts (line 375) | void populateFixedCharWidthFonts() {
method populateFixedCharWidthFontsAsync (line 395) | void populateFixedCharWidthFontsAsync() {
method refreshSample (line 452) | void refreshSample() {
method refreshWidgets (line 460) | void refreshWidgets() {
method setFontData (line 488) | public void setFontData(FontData fontData) {
method showSelected (line 496) | void showSelected(org.eclipse.swt.widgets.List aList, String item) {
method updateAndRefreshSample (line 507) | void updateAndRefreshSample() {
method updateSizeItems (line 512) | void updateSizeItems() {
method updateSizeItemsAndGuessSelected (line 526) | void updateSizeItemsAndGuessSelected() {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/RandomAccessFileFactory.java
class RandomAccessFileFactory (line 33) | public final class RandomAccessFileFactory {
method createRandomAccessFile (line 38) | public static RandomAccessFile createRandomAccessFile(final File file,...
method log (line 59) | public static void log(String message) {
method logContext (line 66) | private static void logContext(String message) {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/SelectBlockDialog.java
class SelectBlockDialog (line 47) | final class SelectBlockDialog extends Dialog {
class MyModifyListener (line 49) | private final class MyModifyListener implements ModifyListener {
method MyModifyListener (line 53) | public MyModifyListener() {
method modifyText (line 58) | @Override
method getResult (line 66) | public long getResult() {
method isEmpty (line 70) | public boolean isEmpty() {
method widgetSelected (line 91) | @Override
method SelectBlockDialog (line 104) | public SelectBlockDialog(Shell aShell) {
method createComposite1 (line 113) | private void createComposite1() {
method createComposite2 (line 169) | private void createComposite2() {
method createComposite3 (line 201) | private void createComposite3() {
method createShell (line 237) | private void createShell() {
method open (line 253) | public boolean open(Shell parentShell, RangeSelection rangeSelection, ...
method validateResults (line 297) | public void validateResults() {
method getFinalStartResult (line 317) | public long getFinalStartResult() {
method getFinalEndResult (line 321) | public long getFinalEndResult() {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/StatusLine.java
class StatusLine (line 36) | final class StatusLine extends Composite {
method StatusLine (line 50) | public StatusLine(Composite parent, int style, boolean withLeftSeparat...
method initialize (line 55) | private void initialize(boolean withSeparator) {
method updateInsertMode (line 114) | public void updateInsertMode(boolean insert) {
method clearValue (line 126) | public void clearValue() {
method updateValue (line 138) | public void updateValue(byte value) {
method clearSize (line 158) | public void clearSize() {
method updateSelectionAndSize (line 166) | public void updateSelectionAndSize(RangeSelection selection) {
method updatePoitionAndSize (line 173) | public void updatePoitionAndSize(long caretPos, long size) {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/Texts.java
class Texts (line 25) | public final class Texts extends NLS {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/common/ByteArrayUtility.java
class ByteArrayUtility (line 34) | public final class ByteArrayUtility {
method ByteArrayUtility (line 39) | private ByteArrayUtility() {
method parseString (line 50) | public static byte[] parseString(String value) throws NumberFormatExce...
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/common/NumberUtility.java
class NumberUtility (line 31) | public final class NumberUtility {
method NumberUtility (line 44) | private NumberUtility() {
method setHexPrefix (line 48) | public static void setHexPrefix(String hexPrefix) {
method getDecimalString (line 59) | public static String getDecimalString(long value) {
method getHexString (line 63) | public static String getHexString(long value) {
method getDecimalAndHexString (line 67) | public static String getDecimalAndHexString(long value) {
method getDecimalAndHexRangeString (line 71) | public static String getDecimalAndHexRangeString(long from, long to) {
method parseString (line 76) | public static long parseString(boolean hex, String value) {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/common/ResourceUtility.java
class ResourceUtility (line 34) | public final class ResourceUtility {
method loadResourceAsString (line 44) | public static String loadResourceAsString(String path) {
method getInputStream (line 87) | private static InputStream getInputStream(String path) {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/common/SWTUtility.java
class SWTUtility (line 38) | public final class SWTUtility {
method blockUntilFinished (line 47) | public static void blockUntilFinished(Runnable task) {
method placeInCenterOf (line 79) | public static void placeInCenterOf(Shell movingShell, Shell fixedShell) {
method showMessage (line 99) | public static int showMessage(Shell shell, int style, String title, St...
method showErrorMessage (line 106) | public static int showErrorMessage(Shell shell, String title, String m...
method getAverageCharacterWidth (line 118) | public static double getAverageCharacterWidth(GC gc) {
method getOffsetAtPoint (line 135) | public static int getOffsetAtPoint(StyledText styledText, Point point) {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/common/TextUtility.java
class TextUtility (line 29) | public final class TextUtility {
method TextUtility (line 39) | private TextUtility() {
method format (line 54) | public static String format(String text, String... parameters) {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/HexEditorPlugin.java
class HexEditorPlugin (line 30) | public final class HexEditorPlugin extends AbstractUIPlugin {
method HexEditorPlugin (line 42) | public HexEditorPlugin() {
method getDefault (line 51) | public static HexEditorPlugin getDefault() {
method start (line 58) | @Override
method stop (line 67) | @Override
method getFindReplaceHistory (line 78) | public FindReplaceHistory getFindReplaceHistory() {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/actions/FileOpenAction.java
class FileOpenAction (line 24) | public final class FileOpenAction implements IObjectActionDelegate {
method FileOpenAction (line 32) | public FileOpenAction() {
method setActivePart (line 36) | @Override
method run (line 40) | @Override
method selectionChanged (line 73) | @Override
method isEnabled (line 79) | private boolean isEnabled() {
method getResource (line 97) | private File getResource(Object object) {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/editors/HexEditor.java
class HexEditor (line 88) | public final class HexEditor extends EditorPart implements ISelectionPro...
class MyAction (line 90) | private static class MyAction extends Action {
method MyAction (line 94) | public MyAction(Manager manager, String id) {
method run (line 105) | @Override
method HexEditor (line 145) | public HexEditor() {
method addSelectionChangedListener (line 170) | @Override
method createPartControl (line 182) | @Override
method dispose (line 272) | @Override
method doSave (line 286) | @Override
method doSaveAs (line 308) | @Override
method getAdapter (line 314) | @Override
method getManager (line 337) | public Manager getManager() {
method getOutlinePage (line 341) | IContentOutlinePage getOutlinePage() {
method getSelection (line 381) | @Override
method init (line 387) | @Override
method isDirty (line 407) | @Override
method isSaveAsAllowed (line 412) | @Override
method removeSelectionChangedListener (line 417) | @Override
method saveToFile (line 424) | void saveToFile(final boolean selection) {
method saveToFile (line 446) | void saveToFile(File file, boolean selection, IProgressMonitor monitor) {
method setFocus (line 468) | @Override
method setSelection (line 475) | @Override
method updateActionsStatus (line 502) | void updateActionsStatus() {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/editors/HexEditorActionBarContributor.java
class HexEditorActionBarContributor (line 49) | public final class HexEditorActionBarContributor extends EditorActionBar...
class MyMenuContributionItem (line 51) | private final class MyMenuContributionItem extends ContributionItem {
method MyMenuContributionItem (line 54) | MyMenuContributionItem(String id) {
method fill (line 58) | @Override
class MyMenuListener (line 101) | private final class MyMenuListener implements IMenuListener {
method MyMenuListener (line 102) | public MyMenuListener() {
method menuAboutToShow (line 105) | @Override
method getMenuItem (line 126) | private MenuItem getMenuItem(String prefix, String menuId) {
class MyStatusLineContributionItem (line 138) | private final class MyStatusLineContributionItem extends ContributionI...
method MyStatusLineContributionItem (line 139) | MyStatusLineContributionItem(String id) {
method fill (line 143) | @Override
class MenuIds (line 151) | private static final class MenuIds {
method contributeToMenu (line 165) | @Override
method contributeToStatusLine (line 226) | @Override
method setActiveEditor (line 234) | @Override
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/editors/HexEditorInput.java
class HexEditorInput (line 52) | public final class HexEditorInput {
method HexEditorInput (line 61) | public HexEditorInput() {
method isValid (line 65) | public boolean isValid() {
method getInputName (line 69) | public String getInputName() {
method getContentFile (line 73) | public File getContentFile() {
method getCharset (line 77) | public String getCharset() {
method dispose (line 81) | public void dispose() {
method open (line 91) | public void open(IEditorInput editorInput) throws CoreException {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/editors/HexEditorPreferences.java
class HexEditorPreferences (line 29) | public final class HexEditorPreferences {
method getFontData (line 37) | public static FontData getFontData() {
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/editors/HexEditorPreferencesPage.java
class HexEditorPreferencesPage (line 44) | public final class HexEditorPreferencesPage extends PreferencePage imple...
method createContents (line 48) | @Override
method init (line 56) | @Override
method performDefaults (line 60) | @Override
method performOk (line 66) | @Override
FILE: net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/editors/Texts.java
class Texts (line 5) | public class Texts extends NLS {
method Texts (line 13) | private Texts() {
FILE: org.bouncycastle/src/org/bouncycastle/BouncyCastleController.java
class BouncyCastleController (line 26) | public class BouncyCastleController extends AbstractProviderController {
method BouncyCastleController (line 28) | public BouncyCastleController() {}
method addProviders (line 34) | @Override
method setProviders__sunPromoted (line 46) | @Override
method setProviders__flexiPromoted (line 52) | @Override
FILE: org.bouncycastle/src/org/bouncycastle/BouncyCastlePlugin.java
class BouncyCastlePlugin (line 19) | public class BouncyCastlePlugin extends Plugin {
method BouncyCastlePlugin (line 30) | public BouncyCastlePlugin() {
method start (line 37) | public void start(BundleContext context) throws Exception {
method stop (line 46) | public void stop(BundleContext context) throws Exception {
method getDefault (line 56) | public static BouncyCastlePlugin getDefault() {
FILE: org.jcryptool.actions.core/src/org/jcryptool/actions/core/ActionsCorePlugin.java
class ActionsCorePlugin (line 19) | public class ActionsCorePlugin extends Plugin {
method ActionsCorePlugin (line 28) | public ActionsCorePlugin() {
method getDefault (line 37) | public static ActionsCorePlugin getDefault() {
FILE: org.jcryptool.actions.core/src/org/jcryptool/actions/core/registry/ActionCascadeService.java
class ActionCascadeService (line 29) | public final class ActionCascadeService {
method ActionCascadeService (line 35) | private ActionCascadeService() {
method getInstance (line 39) | public static synchronized ActionCascadeService getInstance() {
method refreshObservable (line 46) | private void refreshObservable(ActionCascade ac) {
method setCurrentActionCascade (line 51) | public void setCurrentActionCascade(ActionCascade ac) {
method getCurrentActionCascade (line 56) | public ActionCascade getCurrentActionCascade() {
method clearCurrentActionCascade (line 60) | public void clearCurrentActionCascade() {
method addItem (line 64) | public void addItem(ActionItem item) {
method removeItem (line 69) | public void removeItem(ActionItem item) {
method setActionItems (line 74) | public void setActionItems(WritableList<ActionItem> ai) {
method getActionItems (line 78) | public List<ActionItem> getActionItems() {
method observeActionItems (line 82) | public IObservableList<ActionItem> observeActionItems() {
method moveUp (line 86) | public void moveUp(ActionItem item) {
method moveDown (line 98) | public void moveDown(ActionItem item) {
FILE: org.jcryptool.actions.core/src/org/jcryptool/actions/core/types/ActionCascade.java
class ActionCascade (line 34) | public class ActionCascade {
method ActionCascade (line 40) | public ActionCascade(final String name) {
method getName (line 46) | public String getName() {
method isSavePasswords (line 50) | public boolean isSavePasswords() {
method setSavePasswords (line 54) | public void setSavePasswords(boolean savePasswords) {
method addItem (line 58) | public ArrayList<ActionItem> addItem(final ActionItem item) {
method removeItem (line 63) | public ArrayList<ActionItem> removeItem(final ActionItem item) {
method removeItemAt (line 68) | public void removeItemAt(final int index) {
method getItemAt (line 76) | public ActionItem getItemAt(final int index) {
method getAllItems (line 84) | public ArrayList<ActionItem> getAllItems() {
method getSize (line 88) | public int getSize() {
method toXML (line 92) | public Document toXML() {
method toString (line 152) | public String toString() {
FILE: org.jcryptool.actions.core/src/org/jcryptool/actions/core/types/ActionItem.java
class ActionItem (line 23) | public class ActionItem {
method getAlphabet (line 40) | public String getAlphabet() {
method setAlphabet (line 44) | public void setAlphabet(String alphabet) {
method getActionType (line 48) | public String getActionType() {
method setActionType (line 52) | public void setActionType(final String actionType) {
method ActionItem (line 56) | public ActionItem(final String filename, final String actionName) {
method getActionName (line 62) | public String getActionName() {
method setActionName (line 66) | public void setActionName(final String actionName) {
method getFilename (line 70) | public String getFilename() {
method setFilename (line 74) | public void setFilename(final String filename) {
method getPluginId (line 78) | public String getPluginId() {
method setPluginId (line 82) | public void setPluginId(final String pluginId) {
method addParam (line 86) | public void addParam(final String key, final String value) {
method getParam (line 92) | public String getParam(final String key) {
method getParams (line 96) | public Hashtable<String, String> getParams() {
method setParams (line 100) | public void setParams(Hashtable<String, String> params) {
method getDataObjectType (line 104) | public String getDataObjectType() {
method setDataObjectType (line 108) | public void setDataObjectType(String dataObjectType) {
method getDetails (line 112) | public String getDetails() {
FILE: org.jcryptool.actions.core/src/org/jcryptool/actions/core/utils/Constants.java
type Constants (line 17) | public interface Constants {
FILE: org.jcryptool.actions.core/src/org/jcryptool/actions/core/utils/ImportUtils.java
class ImportUtils (line 36) | public class ImportUtils {
method ImportUtils (line 39) | public ImportUtils(String filename) {
method getPathFromFile (line 43) | public static String getPathFromFile(final String filename) {
method validateActionCascade (line 47) | public boolean validateActionCascade() {
method createActionCascade (line 71) | public ActionCascade createActionCascade() {
method getFilename (line 143) | public String getFilename() {
method setFilename (line 147) | public void setFilename(final String filename) {
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/ActionsUIPlugin.java
class ActionsUIPlugin (line 22) | public class ActionsUIPlugin extends AbstractUIPlugin {
method ActionsUIPlugin (line 32) | public ActionsUIPlugin() {
method start (line 39) | @Override
method stop (line 49) | @Override
method getDefault (line 60) | public static ActionsUIPlugin getDefault() {
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/ExportHandler.java
class ExportHandler (line 39) | public class ExportHandler extends AbstractHandler {
method execute (line 40) | @Override
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/ImportActionCascadeHandler.java
class ImportActionCascadeHandler (line 36) | public class ImportActionCascadeHandler extends AbstractHandler {
method execute (line 37) | @Override
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/ImportHandler.java
class ImportHandler (line 33) | public class ImportHandler extends AbstractHandler {
method execute (line 34) | @Override
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/ImportSampleHandler.java
class ImportSampleHandler (line 37) | public class ImportSampleHandler extends AbstractHandler {
method execute (line 42) | @Override
method getCascadeFilename (line 68) | private String getCascadeFilename(ExecutionEvent event) {
method openSamplefileInEditor (line 103) | private void openSamplefileInEditor() {
method openDefaultPerspective (line 108) | private void openDefaultPerspective() {
method openActionView (line 120) | private void openActionView() {
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/Messages.java
class Messages (line 20) | public class Messages extends NLS {
method Messages (line 47) | private Messages() {
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/MoveDownHandler.java
class MoveDownHandler (line 31) | public class MoveDownHandler extends AbstractHandler {
method execute (line 33) | @Override
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/MoveUpHandler.java
class MoveUpHandler (line 31) | public class MoveUpHandler extends AbstractHandler {
method execute (line 33) | @Override
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/NewCascadeHandler.java
class NewCascadeHandler (line 33) | public class NewCascadeHandler extends AbstractHandler {
method execute (line 34) | @Override
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/RecordHandler.java
class RecordHandler (line 41) | public class RecordHandler extends AbstractHandler implements IElementUp...
method execute (line 44) | @Override
method startRecording (line 76) | private boolean startRecording(IEditorPart editor, ActionView view) {
method updateElement (line 97) | @Override
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/RemoveSelectedHandler.java
class RemoveSelectedHandler (line 29) | public class RemoveSelectedHandler extends AbstractHandler {
method execute (line 30) | @Override
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/StartHandler.java
class StartHandler (line 58) | public class StartHandler extends AbstractHandler {
method execute (line 62) | @Override
method execute (line 84) | public IStatus execute(final ActionView view, final ActionItem startIt...
method convert (line 221) | public IDataObject convert(ActionItem actionItem) {
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/preferences/GeneralPage.java
class GeneralPage (line 35) | public class GeneralPage extends PreferencePage implements IWorkbenchPre...
method GeneralPage (line 49) | public GeneralPage() {
method createControl (line 55) | @Override
method storeValues (line 62) | private void storeValues() {
method performApply (line 73) | @Override
method performOk (line 81) | @Override
method getActionView (line 92) | private ActionView getActionView(){
method init (line 96) | @Override
method handleEvent (line 104) | @Override
method createContents (line 114) | @Override
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/preferences/Messages.java
class Messages (line 21) | public class Messages extends NLS {
method Messages (line 36) | private Messages() {
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/preferences/PreferenceConstants.java
class PreferenceConstants (line 19) | public class PreferenceConstants {
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/preferences/PreferenceInitializer.java
class PreferenceInitializer (line 23) | public class PreferenceInitializer extends AbstractPreferenceInitializer {
method initializeDefaultPreferences (line 24) | @Override
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/propertytester/RecordPropertyTester.java
class RecordPropertyTester (line 25) | public class RecordPropertyTester extends PropertyTester {
method test (line 27) | @Override
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/utils/Constants.java
type Constants (line 18) | public interface Constants {
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/utils/Messages.java
class Messages (line 21) | public class Messages extends NLS {
method Messages (line 29) | private Messages() {
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/views/ActionView.java
class ActionView (line 59) | public class ActionView extends ViewPart implements IListChangeListener<...
method init (line 73) | @Override
method setFallbackPath (line 88) | private void setFallbackPath() {
method saveState (line 92) | @Override
method createActionTable (line 99) | private void createActionTable(Composite parent) {
method setFilenameVisibility (line 177) | public void setFilenameVisibility() {
method setFilenameVisible (line 182) | public void setFilenameVisible(final boolean visible) {
method createPartControl (line 192) | @Override
method hookActionBar (line 208) | private void hookActionBar() {
method hookContextMenu (line 214) | private void hookContextMenu() {
method setFocus (line 223) | @Override
method getActionCascade (line 228) | public ActionCascade getActionCascade() {
method refresh (line 232) | public void refresh() {
method hasContent (line 236) | public boolean hasContent() {
method getViewer (line 240) | public TableViewer getViewer() {
method setImportPath (line 244) | public void setImportPath(final String importPath) {
method getImportPath (line 248) | public String getImportPath() {
method handleListChange (line 252) | @Override
method selectFirstActionItem (line 264) | private void selectFirstActionItem() {
method handleAddition (line 273) | private void handleAddition() {
method handleRemoval (line 277) | private void handleRemoval() {
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/views/Messages.java
class Messages (line 21) | public class Messages extends NLS {
method Messages (line 34) | private Messages() {
FILE: org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/views/provider/ActionLabelProvider.java
class ActionLabelProvider (line 27) | public class ActionLabelProvider extends LabelProvider implements ITable...
method getColumnText (line 28) | @Override
method getColumnImage (line 42) | @Override
FILE: org.jcryptool.bci/src/org/eclipse/wb/swt/SWTResourceManager.java
class SWTResourceManager (line 43) | public class SWTResourceManager {
method getColor (line 57) | public static Color getColor(int systemColorID) {
method getColor (line 72) | public static Color getColor(int r, int g, int b) {
method getColor (line 82) | public static Color getColor(RGB rgb) {
method disposeColors (line 94) | public static void disposeColors() {
method getImage (line 116) | protected static Image getImage(InputStream stream) throws IOException {
method getImage (line 135) | public static Image getImage(String path) {
method getImage (line 157) | public static Image getImage(Class<?> clazz, String path) {
method getMissingImage (line 175) | private static Image getMissingImage() {
method decorateImage (line 219) | public static Image decorateImage(Image baseImage, Image decorator) {
method decorateImage (line 233) | public static Image decorateImage(final Image baseImage, final Image d...
method disposeImages (line 275) | public static void disposeImages() {
method getFont (line 321) | public static Font getFont(String name, int height, int style) {
method getFont (line 340) | public static Font getFont(String name, int size, int style, boolean s...
method getBoldFont (line 373) | public static Font getBoldFont(Font baseFont) {
method disposeFonts (line 386) | public static void disposeFonts() {
method getCursor (line 414) | public static Cursor getCursor(int id) {
method disposeCursors (line 426) | public static void disposeCursors() {
method dispose (line 441) | public static void dispose() {
FILE: org.jcryptool.bci/src/org/jcryptool/bci/Activator.java
class Activator (line 9) | public class Activator extends AbstractUIPlugin {
method Activator (line 20) | public Activator() {
method start (line 23) | @Override
method stop (line 29) | @Override
method getDefault (line 40) | public static Activator getDefault() {
FILE: org.jcryptool.bci/src/org/jcryptool/bci/views/OperationView.java
class OperationView (line 43) | public class OperationView extends ViewPart {
method OperationView (line 44) | public OperationView() {
class ViewLabelProvider (line 88) | class ViewLabelProvider extends LabelProvider implements ITableLabelPr...
method getColumnText (line 89) | @Override
method getColumnImage (line 93) | @Override
method getImage (line 97) | @Override
method createPartControl (line 103) | @Override
method hookContextMenu (line 201) | private void hookContextMenu() {
method contributeToActionBars (line 214) | private void contributeToActionBars() {
method fillLocalPullDown (line 220) | private void fillLocalPullDown(IMenuManager manager) {
method fillContextMenu (line 226) | private void fillContextMenu(IMenuManager manager) {
method fillLocalToolBar (line 233) | private void fillLocalToolBar(IToolBarManager manager) {
method makeActions (line 238) | private void makeActions() {
method hookDoubleClickAction (line 267) | private void hookDoubleClickAction() {
method showMessage (line 274) | private void showMessage(String message) {
method setFocus (line 281) | @Override
FILE: org.jcryptool.buildinfo/src/org/jcryptool/buildinfo/Activator.java
class Activator (line 9) | public class Activator extends AbstractUIPlugin {
method Activator (line 20) | public Activator() {
method start (line 23) | @Override
method stop (line 29) | @Override
method getDefault (line 40) | public static Activator getDefault() {
FILE: org.jcryptool.buildinfo/src/org/jcryptool/buildinfo/views/OperationView.java
class OperationView (line 43) | public class OperationView extends ViewPart {
method OperationView (line 44) | public OperationView() {
class ViewLabelProvider (line 88) | class ViewLabelProvider extends LabelProvider implements ITableLabelPr...
method getColumnText (line 89) | @Override
method getColumnImage (line 93) | @Override
method getImage (line 97) | @Override
method createPartControl (line 103) | @Override
method hookContextMenu (line 201) | private void hookContextMenu() {
method contributeToActionBars (line 214) | private void contributeToActionBars() {
method fillLocalPullDown (line 220) | private void fillLocalPullDown(IMenuManager manager) {
method fillContextMenu (line 226) | private void fillContextMenu(IMenuManager manager) {
method fillLocalToolBar (line 233) | private void fillLocalToolBar(IToolBarManager manager) {
method makeActions (line 238) | private void makeActions() {
method hookDoubleClickAction (line 267) | private void hookDoubleClickAction() {
method showMessage (line 274) | private void showMessage(String message) {
method setFocus (line 281) | @Override
FILE: org.jcryptool.commands.core/src/org/jcryptool/commands/core/Command.java
type Command (line 20) | public abstract interface Command {
method getDescription (line 24) | public String getDescription();
method getCommandName (line 26) | public String getCommandName();
method getCommandSyntax (line 28) | public String getCommandSyntax();
method setCommandName (line 30) | public void setCommandName(String commandName);
method setDescription (line 32) | public void setDescription(String description);
method setCommandSyntax (line 34) | public void setCommandSyntax(String commandSyntax);
method execute (line 43) | public void execute(CommandLine commandLine) throws IllegalCommandExce...
method getResult (line 50) | public String getResult();
method createOptions (line 57) | public Options createOptions();
FILE: org.jcryptool.commands.core/src/org/jcryptool/commands/core/CommandFactory.java
class CommandFactory (line 28) | public class CommandFactory {
method loadExtensions (line 29) | static public List<Command> loadExtensions() {
method loadUniqueExtensions (line 54) | public static List<Command> loadUniqueExtensions() {
method isExtendedCommand (line 71) | private static boolean isExtendedCommand(IConfigurationElement iConfig...
FILE: org.jcryptool.commands.core/src/org/jcryptool/commands/core/CommandsCorePlugin.java
class CommandsCorePlugin (line 20) | public class CommandsCorePlugin extends AbstractUIPlugin {
method CommandsCorePlugin (line 31) | public CommandsCorePlugin() {
method start (line 38) | public final void start(final BundleContext context) throws Exception {
method stop (line 47) | public final void stop(final BundleContext context) throws Exception {
method getDefault (line 57) | public static CommandsCorePlugin getDefault() {
FILE: org.jcryptool.commands.core/src/org/jcryptool/commands/core/ExtendedHelpCommand.java
type ExtendedHelpCommand (line 20) | public interface ExtendedHelpCommand extends Command {
class Example (line 33) | public class Example {
method Example (line 36) | public Example(String exampleCmdLine, String explanation) {
method getAliases (line 47) | public List<String> getAliases();
method getExamples (line 54) | public List<Example> getExamples();
method isAliasCommand (line 59) | public boolean isAliasCommand();
method getOriginalCommandName (line 64) | public String getOriginalCommandName();
FILE: org.jcryptool.commands.core/src/org/jcryptool/commands/core/HELP_Command.java
class HELP_Command (line 20) | public class HELP_Command extends AbstractCommand {
method createOptions (line 23) | public Options createOptions() {
method execute (line 27) | public void execute(CommandLine commandLine) {
method getResult (line 76) | public String getResult() {
FILE: org.jcryptool.commands.core/src/org/jcryptool/commands/core/HelpCommand.java
class HelpCommand (line 41) | public class HelpCommand extends AbstractCommand {
method getGeneralHelptext (line 56) | public static String getGeneralHelptext() {
method createStaticOptions (line 60) | @SuppressWarnings("static-access")
method createOptions (line 74) | public Options createOptions() {
method getCommands (line 78) | public static synchronized HashMap<String, Command> getCommands() {
method execute (line 88) | public void execute(CommandLine commandLine) {
method makeLeerString (line 139) | private static String makeLeerString(int length) {
method getExampleString (line 154) | static String getExampleString(Collection<Example> examples, String na...
method makeConcreteExampleString (line 180) | private static String makeConcreteExampleString(String exampleCmdLine,...
method getSyntaxTerm (line 190) | private static String getSyntaxTerm(Command command) {
method getGeneratedArglist (line 200) | private static String getGeneratedArglist(Options options) {
method getDetailedHelpFor (line 214) | public static String getDetailedHelpFor(String commandName, Command co...
method getShortHelpFor (line 260) | public static String getShortHelpFor(String commandName, Command comma...
method getHelpForBadCommandCall (line 301) | public static Object getHelpForBadCommandCall(String commandName, Comm...
method getRefForAliases (line 330) | private static String getRefForAliases(Set<String> aliases) {
method getRefStringToFurtherHelpBadCommandCall (line 356) | private static String getRefStringToFurtherHelpBadCommandCall(String c...
method getRefStringToExamples (line 381) | private static String getRefStringToExamples(String commandName) {
method getRefStringToDetailedHelp (line 395) | private static String getRefStringToDetailedHelp(String commandName, C...
method getDetailedHelpCmdlineFromShortHelpCmdline (line 406) | private static String getDetailedHelpCmdlineFromShortHelpCmdline(Strin...
method getExamples (line 442) | static List<Example> getExamples(String commandName, Command command) {
method getAliases (line 451) | private static Set<String> getAliases(String commandName, Command comm...
method reverseCommandline (line 472) | public static String reverseCommandline(String commandName, CommandLin...
method printCommand (line 489) | static void printCommand(StringBuilder result, Command command) {
method getResult (line 496) | public String getResult() {
method openResourceStream (line 506) | private static InputStream openResourceStream(final String filename) {
method InputStreamToString (line 524) | private static String InputStreamToString(InputStream in) {
FILE: org.jcryptool.commands.core/src/org/jcryptool/commands/core/Messages.java
class Messages (line 15) | public class Messages extends NLS {
method Messages (line 38) | private Messages() {
FILE: org.jcryptool.commands.core/src/org/jcryptool/commands/core/ProxiedCommand.java
class ProxiedCommand (line 28) | public class ProxiedCommand implements Command {
method ProxiedCommand (line 40) | ProxiedCommand(IConfigurationElement configurationElement) {
method createOptions (line 45) | public Options createOptions() {
method execute (line 49) | public void execute(CommandLine commandLine) throws IllegalCommandExce...
method getResult (line 53) | public String getResult() {
method getCommandName (line 57) | public String getCommandName() {
method getCommandSyntax (line 61) | public String getCommandSyntax() {
method getDescription (line 70) | public String getDescription() {
method getProxiedObject (line 74) | private Command getProxiedObject() {
method getSyntaxTerm (line 96) | private static String getSyntaxTerm(String commandName, Options option...
method getAttribute (line 103) | protected String getAttribute(String name, String defaultValue) {
method setCommandName (line 114) | public final void setCommandName(String commandName) {
method setDescription (line 118) | public final void setDescription(String description) {
method setCommandSyntax (line 121) | public final void setCommandSyntax(String commandSyntax) {
FILE: org.jcryptool.commands.core/src/org/jcryptool/commands/core/ProxiedExtendedCommand.java
class ProxiedExtendedCommand (line 22) | public class ProxiedExtendedCommand extends ProxiedCommand implements Ex...
method ProxiedExtendedCommand (line 26) | ProxiedExtendedCommand(IConfigurationElement configurationElement, boo...
method ProxiedExtendedCommand (line 31) | ProxiedExtendedCommand(IConfigurationElement configurationElement) {
method getAliases (line 35) | public List<String> getAliases() {
method getExamples (line 44) | public List<Example> getExamples() {
method isAliasCommand (line 54) | public boolean isAliasCommand() {
method getOriginalCommandName (line 58) | public String getOriginalCommandName() {
FILE: org.jcryptool.commands.core/src/org/jcryptool/commands/core/api/AbstractCommand.java
class AbstractCommand (line 27) | public abstract class AbstractCommand implements Command {
method getCommandName (line 40) | public final String getCommandName() {
method getDescription (line 44) | public final String getDescription() {
method getCommandSyntax (line 48) | public final String getCommandSyntax() {
method setCommandName (line 52) | public final void setCommandName(String commandName) {
method setDescription (line 56) | public final void setDescription(String description) {
method setCommandSyntax (line 60) | public final void setCommandSyntax(String commandSyntax) {
method createInputOptions (line 64) | @SuppressWarnings("static-access")
method handleInputOption (line 84) | protected InputStream handleInputOption(CommandLine commandLine) throw...
method execute (line 108) | public void execute(CommandLine commandLine) throws IllegalCommandExce...
FILE: org.jcryptool.commands.core/src/org/jcryptool/commands/core/api/IllegalCommandException.java
class IllegalCommandException (line 13) | public class IllegalCommandException extends Exception {
method IllegalCommandException (line 14) | public IllegalCommandException(String reason) {
FILE: org.jcryptool.commands.core/src/org/jcryptool/commands/core/api/Messages.java
class Messages (line 15) | public class Messages extends NLS {
method Messages (line 28) | private Messages() {
FILE: org.jcryptool.commands.core/src/org/jcryptool/commands/core/api/OptionsBuilder.java
class OptionsBuilder (line 19) | public class OptionsBuilder {
method OptionsBuilder (line 23) | public OptionsBuilder() {
method addRequiredOption (line 27) | public OptionsBuilder addRequiredOption(String longOption,
method addOptionalOption (line 32) | public OptionsBuilder addOptionalOption(String longOption,
method addOptionWithRequiredSingleArg (line 37) | public OptionsBuilder addOptionWithRequiredSingleArg(String longOption,
method addOption (line 42) | public OptionsBuilder addOption(String longOption,
method group (line 55) | public OptionsBuilder group(String... options){
method create (line 60) | public Options create() {
FILE: org.jcryptool.commands.core/src/org/jcryptool/commands/core/evaluator/CommandEvaluator.java
class CommandEvaluator (line 27) | public class CommandEvaluator {
type ResultType (line 29) | public enum ResultType {
method ResultType (line 49) | ResultType(int severityOfFailure) {
method isResultOfCompleteComputation (line 59) | public boolean isResultOfCompleteComputation() {
method getSeverityOfFailure (line 66) | public int getSeverityOfFailure() {
method getLeastSevereResultType (line 70) | public static ResultType getLeastSevereResultType() {
class EvaluationResult (line 75) | public static class EvaluationResult {
method EvaluationResult (line 76) | public EvaluationResult(String result, ResultType returnType) {
method getResult (line 85) | public String getResult() {
method setResult (line 89) | public void setResult(String result) {
method getReturnType (line 93) | public ResultType getReturnType() {
method setReturnType (line 97) | public void setReturnType(ResultType returnType) {
method CommandEvaluator (line 104) | public CommandEvaluator() {
method evaluateMultiline (line 111) | public EvaluationResult evaluateMultiline(String[] multilineString) {
method evaluate (line 147) | public CommandEvaluator.EvaluationResult evaluate(String commandString...
method isCallForDetailedHelp (line 195) | private boolean isCallForDetailedHelp(String cleanCommandLine) {
method isCallForShortHelp (line 203) | private static boolean isCallForShortHelp(String cleanCommandLine) {
method splitArgs (line 222) | private String[] splitArgs(String commandArgs) throws ParseException {
FILE: org.jcryptool.commands.core/src/org/jcryptool/commands/core/evaluator/Messages.java
class Messages (line 15) | public class Messages extends NLS {
method Messages (line 25) | private Messages() {
FILE: org.jcryptool.commands.ui/src/org/jcryptool/commands/ui/CommandsUIPlugin.java
class CommandsUIPlugin (line 20) | public class CommandsUIPlugin extends AbstractUIPlugin {
method CommandsUIPlugin (line 33) | public CommandsUIPlugin() {
method start (line 40) | public void start(BundleContext context) throws Exception {
method stop (line 49) | public void stop(BundleContext context) throws Exception {
method getDefault (line 59) | public static CommandsUIPlugin getDefault() {
method setIoConsole (line 63) | public void setIoConsole(IOConsole ioConsole) {
method getIoConsole (line 67) | public IOConsole getIoConsole() {
FILE: org.jcryptool.commands.ui/src/org/jcryptool/commands/ui/commands/Messages.java
class Messages (line 15) | public class Messages extends NLS {
method Messages (line 23) | private Messages() {
FILE: org.jcryptool.commands.ui/src/org/jcryptool/commands/ui/commands/ShowConsoleView.java
class ShowConsoleView (line 27) | public class ShowConsoleView extends AbstractHandler {
method execute (line 28) | public Object execute(ExecutionEvent event) throws ExecutionException {
FILE: org.jcryptool.commands.ui/src/org/jcryptool/commands/ui/eclipseconsole/CommandsUiStartup.java
class CommandsUiStartup (line 30) | public class CommandsUiStartup implements IStartup {
method earlyStartup (line 34) | public void earlyStartup() {
FILE: org.jcryptool.commands.ui/src/org/jcryptool/commands/ui/eclipseconsole/Messages.java
class Messages (line 14) | public class Messages extends NLS {
method Messages (line 26) | private Messages() {
FILE: org.jcryptool.commands.ui/src/org/jcryptool/commands/ui/eclipseconsole/console/IOConsoleInputStreamWrapper.java
class IOConsoleInputStreamWrapper (line 24) | public class IOConsoleInputStreamWrapper extends InputStream {
method IOConsoleInputStreamWrapper (line 28) | public IOConsoleInputStreamWrapper(IOConsoleInputStream stream) {
method read (line 36) | @Override
method available (line 52) | @Override
FILE: org.jcryptool.commands.ui/src/org/jcryptool/commands/ui/eclipseconsole/console/IOConsolePromptShell.java
class IOConsolePromptShell (line 24) | public class IOConsolePromptShell extends IOConsoleShell {
method IOConsolePromptShell (line 28) | public IOConsolePromptShell(IOConsole console, boolean autoStartMonito...
method IOConsolePromptShell (line 45) | public IOConsolePromptShell(IOConsole console) {
method sendPrompt (line 55) | protected void sendPrompt(IOConsoleOutputStream o) throws IOException {
method returnDetected (line 59) | @Override
FILE: org.jcryptool.commands.ui/src/org/jcryptool/commands/ui/eclipseconsole/console/IOConsoleShell.java
class IOConsoleShell (line 35) | public class IOConsoleShell extends Observable {
method documentChanged (line 43) | public void documentChanged(DocumentEvent event) {
method documentAboutToBeChanged (line 52) | public void documentAboutToBeChanged(DocumentEvent event) {
method IOConsoleShell (line 56) | public IOConsoleShell(IOConsole console) {
method IOConsoleShell (line 60) | public IOConsoleShell(IOConsole console, boolean autoStartMonitoring) {
method initializeConsole (line 81) | protected void initializeConsole(IOConsoleOutputStream o) {
method startMonitoring (line 84) | public void startMonitoring() {
method linebreakDetected (line 88) | protected void linebreakDetected() {
method returnDetected (line 98) | protected void returnDetected() {
method removeEmptyLines (line 107) | private void removeEmptyLines() {
method readUserInput (line 115) | private void readUserInput() {
method getLine (line 141) | public String getLine() {
method getLines (line 148) | public Queue<String> getLines() {
method addLine (line 152) | private void addLine(String line) {
method processRawInputString (line 156) | protected String processRawInputString(String output) {
method stopMonitoring (line 160) | public void stopMonitoring() {
FILE: org.jcryptool.commands.ui/src/org/jcryptool/commands/ui/eclipseconsole/console/IOConsoleStaticPromptShell.java
class IOConsoleStaticPromptShell (line 24) | public class IOConsoleStaticPromptShell extends IOConsolePromptShell {
method IOConsoleStaticPromptShell (line 28) | public IOConsoleStaticPromptShell(IOConsole console, boolean autoStart...
method IOConsoleStaticPromptShell (line 46) | public IOConsoleStaticPromptShell(IOConsole console, String prompt) {
method sendPrompt (line 50) | @Override
FILE: org.jcryptool.core.cryptosystem/src/org/jcryptool/core/cryptosystem/CryptosystemPlugin.java
class CryptosystemPlugin (line 16) | public class CryptosystemPlugin implements BundleActivator {
method getContext (line 20) | static BundleContext getContext() {
method start (line 28) | @Override
method stop (line 37) | @Override
FILE: org.jcryptool.core.cryptosystem/src/org/jcryptool/core/cryptosystem/core/Alphabet.java
class Alphabet (line 27) | public class Alphabet<C> {
method Alphabet (line 38) | public Alphabet(Collection<? extends C> alphabetContent) {
method Alphabet (line 53) | public Alphabet(C[] alphabetContent) {
method getContent (line 60) | public List<C> getContent() {
method filterByAlphabet (line 69) | public void filterByAlphabet(List<C> toFilter) {
method toString (line 78) | @Override
method isSubsetOf (line 95) | public boolean isSubsetOf(Alphabet<? extends C> otherAlpha) {
method isSetEqualTo (line 111) | public boolean isSetEqualTo(Alphabet<? extends C> otherAlpha) {
method removeDoubles (line 115) | private static <EType> List<EType> removeDoubles(Collection<EType> col...
method createFilledAlphabetlistFromKeyword (line 127) | public static <EType> List<EType> createFilledAlphabetlistFromKeyword(...
method createFilledAlphabetFromKeyword (line 141) | public static <EType> Alphabet<EType> createFilledAlphabetFromKeyword(...
FILE: org.jcryptool.core.cryptosystem/src/org/jcryptool/core/cryptosystem/core/Cryptosystem.java
class Cryptosystem (line 57) | public abstract class Cryptosystem<P, C, K extends Key> {
method Cryptosystem (line 70) | public Cryptosystem(Alphabet<? extends P> plainTextAlphabet, Alphabet<...
method encrypt (line 92) | public abstract List<C> encrypt(List<? extends P> plainText, K key) th...
method decrypt (line 111) | public abstract List<P> decrypt(List<? extends C> cipherText, K key) t...
method getPlainTextAlphabet (line 113) | public Alphabet<P> getPlainTextAlphabet() {
method getCipherTextAlphabet (line 117) | public Alphabet<C> getCipherTextAlphabet() {
FILE: org.jcryptool.core.cryptosystem/src/org/jcryptool/core/cryptosystem/core/Key.java
class Key (line 21) | public class Key {
FILE: org.jcryptool.core.cryptosystem/src/org/jcryptool/core/cryptosystem/core/exception/ElementNotInAlphabetException.java
class ElementNotInAlphabetException (line 13) | @SuppressWarnings("serial")
FILE: org.jcryptool.core.cryptosystem/src/org/jcryptool/core/cryptosystem/core/text/CharAlphabet.java
class CharAlphabet (line 24) | public class CharAlphabet extends TextCompatibleAlphabet<Character> {
method CharAlphabet (line 33) | public CharAlphabet(Collection<Character> alphabetCharacters) {
method CharAlphabet (line 40) | public CharAlphabet(Character[] alphabetCharacters) {
method CharAlphabet (line 47) | public CharAlphabet(char[] alphabetCharacters) {
method CharAlphabet (line 54) | public CharAlphabet(String alphabetString) {
method charArrayToCharacterList (line 64) | private static List<Character> charArrayToCharacterList(char[] chars) {
method parseString (line 72) | @Override
FILE: org.jcryptool.core.cryptosystem/src/org/jcryptool/core/cryptosystem/core/text/TextCompatibleAlphabet.java
class TextCompatibleAlphabet (line 27) | public abstract class TextCompatibleAlphabet<C> extends Alphabet<C> {
method TextCompatibleAlphabet (line 32) | public TextCompatibleAlphabet(C[] alphabetContent) {
method TextCompatibleAlphabet (line 39) | public TextCompatibleAlphabet(Collection<? extends C> alphabetContent) {
method parseString (line 52) | public abstract List<C> parseString(String s) throws ElementNotInAlpha...
FILE: org.jcryptool.core.cryptosystem/src/org/jcryptool/core/cryptosystem/core/text/TextCompatibleAlphabetWrapper.java
class TextCompatibleAlphabetWrapper (line 26) | public class TextCompatibleAlphabetWrapper<C> extends TextCompatibleAlph...
method TextCompatibleAlphabetWrapper (line 37) | public TextCompatibleAlphabetWrapper(Alphabet<C> alphabetToWrap, TextC...
method parseString (line 42) | @Override
FILE: org.jcryptool.core.cryptosystem/src/org/jcryptool/core/cryptosystem/core/text/TextCompatibleCryptosystem.java
class TextCompatibleCryptosystem (line 27) | public abstract class TextCompatibleCryptosystem<P, C, K extends Key> ex...
method TextCompatibleCryptosystem (line 35) | public TextCompatibleCryptosystem(TextCompatibleAlphabet<P> plainTextA...
method encryptTextToText (line 50) | public String encryptTextToText(String plainText, K key) throws Elemen...
method decryptTextToText (line 63) | public String decryptTextToText(String ciphertext, K key) throws Eleme...
method listToString (line 74) | public static String listToString(List<?> list) {
FILE: org.jcryptool.core.cryptosystem/src/org/jcryptool/core/cryptosystem/core/text/TextCompatibleCryptosystemWrapper.java
class TextCompatibleCryptosystemWrapper (line 28) | public class TextCompatibleCryptosystemWrapper<P, C, K extends Key> exte...
method TextCompatibleCryptosystemWrapper (line 40) | public TextCompatibleCryptosystemWrapper(Cryptosystem<P, C, K> systemT...
method encrypt (line 47) | @Override
method decrypt (line 52) | @Override
FILE: org.jcryptool.core.cryptosystem/src/org/jcryptool/core/cryptosystem/core/text/TextConverter.java
class TextConverter (line 25) | public abstract class TextConverter<C> {
method parseString (line 27) | @Override
method parseString (line 50) | public abstract List<C> parseString(String s, Alphabet<C> alphabet) th...
FILE: org.jcryptool.core.cryptosystem/src/org/jcryptool/core/cryptosystem/vigenere/TextVigenere.java
class TextVigenere (line 18) | public class TextVigenere extends TextCompatibleCryptosystemWrapper<Char...
method TextVigenere (line 20) | public TextVigenere(CharAlphabet charAlphabet) {
method createVigenereSystem (line 24) | private static Cryptosystem<Character, Character, VigenereKey<Characte...
FILE: org.jcryptool.core.cryptosystem/src/org/jcryptool/core/cryptosystem/vigenere/VigenereCryptosystem.java
class VigenereCryptosystem (line 26) | public class VigenereCryptosystem<A> extends Cryptosystem<A, A, Vigenere...
method VigenereCryptosystem (line 28) | public VigenereCryptosystem(Alphabet<A> plainAndCipherTextAlphabet) {
method encrypt (line 32) | @Override
method decrypt (line 49) | @Override
method invertKey (line 55) | public static <A> VigenereKey<A> invertKey(VigenereKey<A> key, Alphabe...
method rotateElementAgainstAlphabet (line 68) | public static <A> A rotateElementAgainstAlphabet(A plainTextElement, i...
FILE: org.jcryptool.core.cryptosystem/src/org/jcryptool/core/cryptosystem/vigenere/VigenereKey.java
class VigenereKey (line 25) | public class VigenereKey<A> extends Key {
method VigenereKey (line 39) | public VigenereKey(List<? extends A> key, Alphabet<A> alphabet) {
method VigenereKey (line 55) | public VigenereKey(int[] key, Alphabet<? extends A> alphabet) {
method getAlphabet (line 71) | public Alphabet<? extends A> getAlphabet() {
method getKey (line 78) | public List<? extends A> getKey() {
method getKeyAsNumberList (line 85) | public List<Integer> getKeyAsNumberList() {
method calculateAlphabetElementKey (line 89) | private static <A> List<A> calculateAlphabetElementKey(int[] key, Alph...
method calculateNumberKey (line 97) | private static <A> List<Integer> calculateNumberKey(List<? extends A> ...
method checkIndexbasedKey (line 105) | public static String checkIndexbasedKey(int[] key, Alphabet<?> alphabe...
method checkKey (line 117) | public static <A> String checkKey(List<? extends A> key, Alphabet<A> a...
method elementOfIndexbasedKeyOutOfBoundsVerificationResult (line 129) | private static String elementOfIndexbasedKeyOutOfBoundsVerificationRes...
method keyEmptyVerificationResult (line 133) | private static String keyEmptyVerificationResult() {
method notPartOfAlphabetVerificationResult (line 137) | private static String notPartOfAlphabetVerificationResult(final Object...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/a11y/assistive-mml.js
function n (line 1) | function n(t){if(o[t])return o[t].exports;var e=o[t]={i:t,l:!1,exports:{...
function i (line 1) | function i(){this.constructor=t}
function h (line 1) | function h(t){return n(e,i=t),e.prototype.assistiveMml=function(t){if(!(...
function f (line 1) | function f(t){var e,r;return n(i,r=t),i.prototype.toMML=function(t){retu...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/a11y/complexity.js
function r (line 1) | function r(t){if(i[t])return i[t].exports;var e=i[t]={i:t,l:!1,exports:{...
function o (line 1) | function o(){this.constructor=t}
function d (line 1) | function d(t,e){return r(o,i=t),o.prototype.complexity=function(t){this....
function y (line 1) | function y(t){var e,n;return r(o,n=t),o.prototype.complexity=function(){...
function o (line 1) | function o(){this.constructor=t}
function u (line 1) | function u(t,e){var o=a.call(this,t)||this;o.complexity={text:.5,token:....
function n (line 1) | function n(t){var r=this;this.cutoff={identifier:3,number:3,text:10,infi...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/a11y/explorer.js
function i (line 1) | function i(t){if(r[t])return r[t].exports;var e=r[t]={i:t,l:!1,exports:{...
function i (line 1) | function i(t,e,o){for(var r=[],i=3;i<arguments.length;i++)r[i-3]=argumen...
function o (line 1) | function o(){this.constructor=t}
function c (line 1) | function c(t){this.document=t,this.CLASS=this.constructor,this.AddStyles...
function d (line 1) | function d(){return null!==p&&p.apply(this,arguments)||this}
function v (line 1) | function v(){return null!==f&&f.apply(this,arguments)||this}
function b (line 1) | function b(){return null!==g&&g.apply(this,arguments)||this}
function S (line 1) | function S(t){var e=x.call(this,t)||this;return e.document=t,e.div.setAt...
function O (line 1) | function O(t){var e=M.call(this,t)||this;return e.document=t,e.inner.sty...
function o (line 1) | function o(){this.constructor=t}
function m (line 1) | function m(t,r){return i(e,s=t),e.prototype.explorable=function(t){if(!(...
function b (line 1) | function b(t){var e,a;return i(o,a=t),o.prototype.explorable=function(){...
function _ (line 1) | function _(t,e,o){switch(e){case"magnification":switch(o){case"None":t.o...
function o (line 1) | function o(){this.constructor=t}
function c (line 1) | function c(){var t=null!==a&&a.apply(this,arguments)||this;return t.even...
function d (line 1) | function d(t,e,o,r){var i=p.call(this,t,e,o)||this;return i.document=t,i...
function v (line 1) | function v(t,e,o,r){var i=f.call(this,t,e,o)||this;return i.document=t,i...
function o (line 1) | function o(){this.constructor=t}
function c (line 1) | function c(){var t=null!==a&&a.apply(this,arguments)||this;return t.even...
function d (line 1) | function d(t,e,o,r,i){var n=p.call(this,t,e,o)||this;return n.document=t...
function v (line 1) | function v(){return null!==f&&f.apply(this,arguments)||this}
function b (line 1) | function b(){return null!==g&&g.apply(this,arguments)||this}
function S (line 1) | function S(t,e,o){var r=x.call(this,t,new s.DummyRegion(t),o,function(t)...
function o (line 1) | function o(){this.constructor=t}
function l (line 1) | function l(t,e,o,r){var i=n.call(this,t,null,o)||this;return i.document=...
function p (line 1) | function p(){return null!==h&&h.apply(this,arguments)||this}
function f (line 1) | function f(){return null!==u&&u.apply(this,arguments)||this}
function i (line 1) | function i(t){void 0===t&&(t=null),this.styles={},this.addStyles(t)}
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/a11y/semantic-enrich.js
function i (line 1) | function i(t){if(n[t])return n[t].exports;var e=n[t]={i:t,l:!1,exports:{...
function r (line 1) | function r(){this.constructor=t}
function y (line 1) | function y(t,r,n){return s(e,i=t),e.prototype.serializeMml=function(t){i...
function M (line 1) | function M(t,a){var e,o;return s(r,o=t),r.prototype.attachSpeech=functio...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/adaptors/liteDOM.js
function o (line 1) | function o(t){if(r[t])return r[t].exports;var e=r[t]={i:t,l:!1,exports:{...
function o (line 1) | function o(t,e,n){var r,o;void 0===e&&(e={}),void 0===n&&(n=[]),this.kin...
function i (line 1) | function i(){this.root=new r.LiteElement("html",{},[this.head=new r.Lite...
function n (line 1) | function n(){this.constructor=t}
function a (line 1) | function a(t){void 0===t&&(t=""),this.value=t}
function l (line 1) | function l(){return null!==u&&u.apply(this,arguments)||this}
function a (line 1) | function a(){}
function n (line 1) | function n(){this.constructor=t}
function _ (line 1) | function _(t){void 0===t&&(t=null);var e=s.call(this)||this,n=e.construc...
function r (line 1) | function r(){this.DOMParser=u.LiteParser,this.NodeList=a.LiteList,this.H...
function a (line 1) | function a(t){this.nodes=[],this.nodes=o(t)}
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/core.js
function o (line 1) | function o(t){if(n[t])return n[t].exports;var e=n[t]={i:t,l:!1,exports:{...
function r (line 1) | function r(){this.constructor=t}
function O (line 1) | function O(t,e,r){void 0===e&&(e={}),void 0===r&&(r=[]);var n=c.call(thi...
function M (line 1) | function M(){return null!==f&&f.apply(this,arguments)||this}
function v (line 1) | function v(){return null!==E&&E.apply(this,arguments)||this}
function L (line 1) | function L(){return null!==m&&m.apply(this,arguments)||this}
function T (line 1) | function T(){return null!==R&&R.apply(this,arguments)||this}
function S (line 1) | function S(){var t=null!==_&&_.apply(this,arguments)||this;return t.text...
function x (line 1) | function x(){var t=null!==C&&C.apply(this,arguments)||this;return t.xml=...
function c (line 1) | function c(t){return"object"==typeof t&&null!==t&&(t.constructor===n||t....
function f (line 1) | function f(t){return Object.assign(Object.create(p.prototype),t)}
function h (line 1) | function h(t){return t?Object.keys(t).concat(Object.getOwnPropertySymbol...
function d (line 1) | function d(t){var e,r,n={};try{for(var o=O(h(t)),i=o.next();!i.done;i=o....
function y (line 1) | function y(o,i,s){var e,t;void 0===s&&(s=!0);function r(t){if(s&&void 0=...
function o (line 1) | function o(t){for(var e,r,n=[],o=1;o<arguments.length;o++)n[o-1]=argumen...
function o (line 1) | function o(t,e){this.global=e,this.defaults=Object.create(e),this.inheri...
function o (line 1) | function o(){this.items=[],this.items=[]}
function n (line 1) | function n(t,e,r,n,o){void 0===r&&(r=!0),void 0===n&&(n={i:0,n:0,delim:"...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){var t=null!==i&&i.apply(this,arguments)||this;return t.docu...
function r (line 1) | function r(){this.constructor=t}
function M (line 1) | function M(){return null!==i&&i.apply(this,arguments)||this}
function v (line 1) | function v(){return null!==E&&E.apply(this,arguments)||this}
function L (line 1) | function L(){return null!==m&&m.apply(this,arguments)||this}
function T (line 1) | function T(){return null!==R&&R.apply(this,arguments)||this}
function S (line 1) | function S(){return null!==_&&_.apply(this,arguments)||this}
function I (line 1) | function I(t,e,r){var n=this,o=this.constructor;this.document=t,this.opt...
function r (line 1) | function r(){this.constructor=t}
function p (line 1) | function p(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){return null!==i&&i.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==i&&i.apply(this,arguments)||this}
function a (line 1) | function a(t){var e,r;void 0===t&&(t=null),this.defaultKind="unknown",th...
function r (line 1) | function r(){this.constructor=t}
function s (line 1) | function s(t,e,r){var n,o;void 0===e&&(e={}),void 0===r&&(r=[]),this.par...
function c (line 1) | function c(){return null!==a&&a.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){var t=null!==v&&v.apply(this,arguments)||this;return t._tex...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==s&&s.apply(this,arguments)||this}
function f (line 1) | function f(){return null!==c&&c.apply(this,arguments)||this}
function y (line 1) | function y(){return null!==h&&h.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(t){void 0===t&&(t=null);return t=t||new s.MmlFactory,i.call(t...
function c (line 1) | function c(t){return"object"==typeof t&&null!==t}
function a (line 1) | function a(t,e){var r,n;try{for(var o=u(Object.keys(e)),i=o.next();!i.do...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(t){var e=i.call(this,t.document)||this;return e.window=t,e.pa...
function o (line 1) | function o(t){void 0===t&&(t=null),this.document=t}
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){return null!==i&&i.apply(this,arguments)||this}
function c (line 1) | function c(t,e){void 0===e&&(e=5),this.documentClass=a,this.adaptor=t,th...
function s (line 1) | function s(t){void 0===t&&(t={}),this.adaptor=null,this.mmlFactory=null;...
function s (line 1) | function s(t){void 0===t&&(t={}),this.adaptor=null;var e=this.constructo...
function f (line 1) | function f(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];t...
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){return null!==i&&i.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function n (line 1) | function n(t,e,r,n){return void 0===r&&(r=o.TEXCLASS.BIN),void 0===n&&(n...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){var t=null!==s&&s.apply(this,arguments)||this;return t._cor...
function h (line 1) | function h(){return null!==p&&p.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==a&&a.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function a (line 1) | function a(){var t=null!==c&&c.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==s&&s.apply(this,arguments)||this}
function f (line 1) | function f(){return null!==c&&c.apply(this,arguments)||this}
function y (line 1) | function y(){return null!==h&&h.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==s&&s.apply(this,arguments)||this}
function h (line 1) | function h(){return null!==p&&p.apply(this,arguments)||this}
function O (line 1) | function O(){return null!==d&&d.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function a (line 1) | function a(){var t=null!==u&&u.apply(this,arguments)||this;return t.prop...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==s&&s.apply(this,arguments)||this}
function h (line 1) | function h(){return null!==p&&p.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==s&&s.apply(this,arguments)||this}
function f (line 1) | function f(){return null!==c&&c.apply(this,arguments)||this}
function y (line 1) | function y(){var t=null!==h&&h.apply(this,arguments)||this;return t.prop...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){this.bits=0}
function o (line 1) | function o(){return null!==r&&r.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==i&&i.apply(this,arguments)||this}
function a (line 1) | function a(t){var e,r;this.nodeHandlers=new Map;try{for(var n=l(t.getKin...
function r (line 1) | function r(){this.constructor=t}
function h (line 1) | function h(t,e,r){var n=this,o=T(A.separateOptions(r,c.HTMLDomStrings.OP...
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(t,e,r,n,o){return void 0===r&&(r=!0),void 0===n&&(n={node:nul...
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){return null!==i&&i.apply(this,arguments)||this}
function i (line 1) | function i(t){void 0===t&&(t=null);var e=this.constructor;this.options=n...
function i (line 1) | function i(t){var e=this.constructor;this.options=n.userOptions(n.defaul...
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){var t=null!==i&&i.apply(this,arguments)||this;return t.docu...
function r (line 1) | function r(){this.constructor=t}
function f (line 1) | function f(){return null!==s&&s.apply(this,arguments)||this}
function o (line 1) | function o(t,e){this.factory=t,this.node=e}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==a&&a.apply(this,arguments)||this}
function r (line 1) | function r(t,e){if("#"===e.charAt(0))return a(e.slice(1));if(n.entities[...
function a (line 1) | function a(t){var e="x"===t.charAt(0)?parseInt(t.slice(1),16):parseInt(t...
function E (line 1) | function E(t){for(var e=t.split(/((?:'[^']*'|"[^"]*"|,[\s\n]|[^\s\n])*)/...
function i (line 1) | function i(t){var e,r,n=E(this.styles[t]);0===n.length&&n.push(""),1===n...
function s (line 1) | function s(t){var e,r,n=v.connect[t].children,o=[];try{for(var i=O(n),s=...
function a (line 1) | function a(t){var e,r;try{for(var n=O(v.connect[t].children),o=n.next();...
function u (line 1) | function u(t){var e,r,n=l(v.connect[t].children),o=this.styles[this.chil...
function c (line 1) | function c(t){var e,r,n,o,i={width:"",style:"",color:""};try{for(var s=O...
function p (line 1) | function p(t){var e,r,n=[];try{for(var o=O(v.connect[t].children),i=o.ne...
function h (line 1) | function h(t){var e,r,n,o,i=E(this.styles[t]),s={style:"",variant:[],wei...
function d (line 1) | function d(t){}
function y (line 1) | function y(t){void 0===t&&(t=""),this.parse(t)}
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/asciimath.js
function a (line 1) | function a(t){if(n[t])return n[t].exports;var e=n[t]={i:t,l:!1,exports:{...
function i (line 1) | function i(){this.constructor=t}
function d (line 1) | function d(t){var e=this,i=r(h.separateOptions(t,p.FindAsciiMath.OPTIONS...
function i (line 1) | function i(){this.constructor=t}
function p (line 1) | function p(t){var e=s.call(this,t)||this;return e.getPatterns(),e}
function i (line 1) | function i(t){var e=t.constructor;for(var i in e=e||function(){},t)"cons...
function n (line 1) | function n(){return function(){return arguments.callee.Init.call(this,ar...
function e (line 1) | function e(){return arguments.callee.execute.apply(arguments.callee,argu...
function r (line 1) | function r(t){return"function"==typeof t&&t.isCallback}
function o (line 1) | function o(t,e){if(1<arguments.length&&(t=2===arguments.length&&"functio...
function l (line 1) | function l(t,e){(t=o(t)).called||(c(t,e),e.pending++)}
function i (line 1) | function i(){var t=this.signal;delete this.signal,this.execute=this.oldE...
function u (line 1) | function u(t){(t=o(t)).pending=0;for(var e=1,i=arguments.length;e<i;e++)...
function a (line 1) | function a(t){return null}
function i (line 1) | function i(){for(var t=0,e=l.length;t<e;t++)s.Ajax.head.removeChild(l[t]...
function i (line 1) | function i(t){return N?I.createElement(t):I.createElementNS("http://www....
function n (line 1) | function n(t){return N?I.createElement("m:"+t):I.createElementNS(A,t)}
function x (line 1) | function x(t,e){var i;return i=N?I.createElement("m:"+t):I.createElement...
function a (line 1) | function a(t,e){return t.input>e.input?1:-1}
function s (line 1) | function s(){var t,e=B.length;for(t=0;t<e;t++)B[t].tex&&B.push({input:B[...
function r (line 1) | function r(){var t;for(B.sort(a),t=0;t<B.length;t++)z[t]=B[t].input}
function T (line 1) | function T(t,e){var i;i="\\"==t.charAt(e)&&"\\"!=t.charAt(e+1)&&" "!=t.c...
function u (line 1) | function u(t,e,i){if(0==i){var n,a;for(i=-1,n=t.length;i+1<n;)t[a=i+n>>1...
function C (line 1) | function C(t){for(var e,i,n,a=0,s="",r=!0,o=1;o<=t.length&&r;o++)i=t.sli...
function b (line 1) | function b(t){var e;t.hasChildNodes()&&(!t.firstChild.hasChildNodes()||"...
function h (line 1) | function h(t){var e,i,n,a,s,r=I.createDocumentFragment();if(null==(e=C(t...
function S (line 1) | function S(t){var e,i,n,a,s,r;if(i=C(t=T(t,0)),a=(s=h(t))[0],(e=C(t=s[1]...
function p (line 1) | function p(t,e){for(var i,n,a,s,r=I.createDocumentFragment();n=(a=S(t=T(...
function o (line 1) | function o(t,e){var i;return G=0,i=x("mstyle",p((t=(t=(t=(t=t.replace(/&...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/mml.js
function a (line 1) | function a(t){if(o[t])return o[t].exports;var e=o[t]={i:t,l:!1,exports:{...
function r (line 1) | function r(){this.constructor=t}
function d (line 1) | function d(t){void 0===t&&(t={});var e=this,r=n(l.separateOptions(t,h.Fi...
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){return null!==i&&i.apply(this,arguments)||this}
function s (line 1) | function s(t){void 0===t&&(t={});var e=this.constructor;this.options=a.u...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/mml/entities.js
function a (line 1) | function a(r){if(o[r])return o[r].exports;var e=o[r]={i:r,l:!1,exports:{...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex-base.js
function a (line 1) | function a(t){if(n[t])return n[t].exports;var e=n[t]={i:t,l:!1,exports:{...
function p (line 1) | function p(t,e){var r,n;try{for(var a=u(Object.keys(e)),i=a.next();!i.do...
function f (line 1) | function f(t,e,r){(t.childNodes[e]=r)&&(r.parent=t)}
function h (line 1) | function h(t,e){return t.isKind(e)}
function o (line 1) | function o(t,e){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments...
function o (line 1) | function o(t,e){var r,n;this._fallback=e,this._configuration=[];try{for(...
function p (line 1) | function p(t){var e,r;this.map=new Map;try{for(var n=u(Object.keys(t.han...
function o (line 1) | function o(t,e,r){var n,a;this._string=t,this.configuration=r,this.macro...
function g (line 1) | function g(t,e){void 0===e&&(e=!1);var r,n,a,i,o,s=t.match(e?f:p);return...
function v (line 1) | function v(t){return Math.abs(t)<6e-4?"0em":t.toFixed(3).replace(/\.?0+$...
function b (line 1) | function b(t,e,r){"{"!==e&&"}"!==e||(e="\\"+e);var n="{\\bigg"+r+" "+e+"...
function T (line 1) | function T(t,e,r){e=e.replace(/^\s+/,s.entities.nbsp).replace(/\s+$/,s.e...
function S (line 1) | function S(t,e,r){if(r.match(/^[a-z]/i)&&e.match(/(^|[^\\])(\\\\)*\\[a-z...
function x (line 1) | function x(t,e){for(;0<e;)t=t.trim().slice(1,-1),e--;return t.trim()}
function P (line 1) | function P(t,e){for(var r=t.length,n=0,a="",i=0,o=0,s=!0,l=!1;i<r;){var ...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){this.counter=0,this.allCounter=0,this.configuration=null,th...
function h (line 1) | function h(){return null!==p&&p.apply(this,arguments)||this}
function b (line 1) | function b(){return null!==d&&d.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function s (line 1) | function s(t,e){this._name=t,this._parser=e,i.MapHandler.register(this)}
function p (line 1) | function p(t,e,r){var n=u.call(this,t,e)||this;return n._regExp=r,n}
function g (line 1) | function g(){var t=null!==f&&f.apply(this,arguments)||this;return t.map=...
function T (line 1) | function T(t,e,r){var n,a,i=v.call(this,t,e)||this;try{for(var o=m(Objec...
function P (line 1) | function P(){return null!==S&&S.apply(this,arguments)||this}
function O (line 1) | function O(t,e,r){var n,a,i=M.call(this,t,null)||this;try{for(var o=m(Ob...
function w (line 1) | function w(){return null!==E&&E.apply(this,arguments)||this}
function I (line 1) | function I(t,e,r,n){var a=k.call(this,t,r,n)||this;return a.parser=e,a}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(t){this._nodes=t}
function h (line 1) | function h(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r...
function c (line 1) | function c(t,e,r,n,a,i,o,s,l,u,c){void 0===e&&(e={}),void 0===r&&(r={}),...
function r (line 1) | function r(){this.constructor=t}
function y (line 1) | function y(t,e){var r=s.call(this,t)||this;return r.global=e,r}
function b (line 1) | function b(){return null!==g&&g.apply(this,arguments)||this}
function x (line 1) | function x(){return null!==T&&T.apply(this,arguments)||this}
function A (line 1) | function A(){return null!==P&&P.apply(this,arguments)||this}
function C (line 1) | function C(){return null!==O&&O.apply(this,arguments)||this}
function _ (line 1) | function _(){return null!==w&&w.apply(this,arguments)||this}
function L (line 1) | function L(t){var e=I.call(this,t)||this;return e.setProperty("name","\\...
function j (line 1) | function j(t){var e=F.call(this,t)||this;return e.setProperty("delim","(...
function X (line 1) | function X(t){var e=B.call(this,t)||this;return e.setProperty("delim",")...
function G (line 1) | function G(){return null!==q&&q.apply(this,arguments)||this}
function J (line 1) | function J(){return null!==U&&U.apply(this,arguments)||this}
function $ (line 1) | function $(){return null!==K&&K.apply(this,arguments)||this}
function Z (line 1) | function Z(){return null!==W&&W.apply(this,arguments)||this}
function et (line 1) | function et(){return null!==Q&&Q.apply(this,arguments)||this}
function at (line 1) | function at(){return null!==rt&&rt.apply(this,arguments)||this}
function st (line 1) | function st(){return null!==it&&it.apply(this,arguments)||this}
function ct (line 1) | function ct(){var t=null!==lt&<.apply(this,arguments)||this;return t.r...
function ht (line 1) | function ht(){return null!==pt&&pt.apply(this,arguments)||this}
function yt (line 1) | function yt(){var t=null!==dt&&dt.apply(this,arguments)||this;return t.t...
function bt (line 1) | function bt(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[...
function xt (line 1) | function xt(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[...
function r (line 1) | function r(){this.constructor=t}
function T (line 1) | function T(t){void 0===t&&(t={});var e=this,r=u(c.separateOptions(t,T.OP...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(t){var e=i.call(this,t)||this;return e.getPatterns(),e}
function r (line 1) | function r(t,e,r){var n,a;try{for(var i=h(t.getList("m"+e+r)),o=i.next()...
function r (line 1) | function r(e,r){return e.getExplicitNames().filter(function(t){return t!...
function n (line 1) | function n(t,e,r){var n,a;try{for(var i=h(t.getList(e)),o=i.next();!o.do...
function a (line 1) | function a(t,e,r){this._factory=t,this._env=e,this.global={},this.stack=...
function p (line 1) | function p(t,e){void 0===e&&(e=[]),this.options={},this.parsers=[],this....
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==o&&o.apply(this,arguments)||this}
function h (line 1) | function h(){var t=null!==p&&p.apply(this,arguments)||this;return t.defa...
function o (line 1) | function o(){this.mmlFactory=null,this.factory={node:o.createNode,token:...
function a (line 1) | function a(t,e,r){this._symbol=t,this._char=e,this._attributes=r}
function o (line 1) | function o(t,e,r){void 0===r&&(r=[]),this._symbol=t,this._func=e,this._a...
function r (line 1) | function r(){this.constructor=t}
function h (line 1) | function h(t,e){var r=t.stack.env.font?{mathvariant:t.stack.env.font}:{}...
function y (line 1) | function y(){return null!==d&&d.apply(this,arguments)||this}
function o (line 1) | function o(t,e){var r=t.stack.env,n=r.inRoot;r.inRoot=!0;var a=new u.def...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex-full.js
function a (line 1) | function a(t){if(n[t])return n[t].exports;var e=n[t]={i:t,l:!1,exports:{...
function u (line 1) | function u(t,e,r,n,a,o,i,s,l,c,u){void 0===e&&(e={}),void 0===r&&(r={}),...
function r (line 1) | function r(){this.constructor=t}
function s (line 1) | function s(t,e){this._name=t,this._parser=e,o.MapHandler.register(this)}
function p (line 1) | function p(t,e,r){var n=c.call(this,t,e)||this;return n._regExp=r,n}
function y (line 1) | function y(){var t=null!==f&&f.apply(this,arguments)||this;return t.map=...
function x (line 1) | function x(t,e,r){var n,a,o=v.call(this,t,e)||this;try{for(var i=m(Objec...
function w (line 1) | function w(){return null!==_&&_.apply(this,arguments)||this}
function P (line 1) | function P(t,e,r){var n,a,o=M.call(this,t,null)||this;try{for(var i=m(Ob...
function k (line 1) | function k(){return null!==S&&S.apply(this,arguments)||this}
function N (line 1) | function N(t,e,r,n){var a=O.call(this,t,r,n)||this;return a.parser=e,a}
function i (line 1) | function i(t,e){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments...
function p (line 1) | function p(t,e){var r,n;try{for(var a=c(Object.keys(e)),o=a.next();!o.do...
function f (line 1) | function f(t,e,r){(t.childNodes[e]=r)&&(r.parent=t)}
function d (line 1) | function d(t,e){return t.isKind(e)}
function y (line 1) | function y(t,e){void 0===e&&(e=!1);var r,n,a,o,i,s=t.match(e?f:p);return...
function v (line 1) | function v(t){return Math.abs(t)<6e-4?"0em":t.toFixed(3).replace(/\.?0+$...
function b (line 1) | function b(t,e,r){"{"!==e&&"}"!==e||(e="\\"+e);var n="{\\bigg"+r+" "+e+"...
function x (line 1) | function x(t,e,r){e=e.replace(/^\s+/,s.entities.nbsp).replace(/\s+$/,s.e...
function _ (line 1) | function _(t,e,r){if(r.match(/^[a-z]/i)&&e.match(/(^|[^\\])(\\\\)*\\[a-z...
function A (line 1) | function A(t,e){for(;0<e;)t=t.trim().slice(1,-1),e--;return t.trim()}
function w (line 1) | function w(t,e){for(var r=t.length,n=0,a="",o=0,i=0,s=!0,l=!1;o<r;){var ...
function i (line 1) | function i(t,e,r){var n,a;this._string=t,this.configuration=r,this.macro...
function i (line 1) | function i(t,e){var r,n;this._fallback=e,this._configuration=[];try{for(...
function p (line 1) | function p(t){var e,r;this.map=new Map;try{for(var n=c(Object.keys(t.han...
function i (line 1) | function i(t,e){var r=t.stack.env,n=r.inRoot;r.inRoot=!0;var a=new c.def...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(t){this._nodes=t}
function d (line 1) | function d(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){this.counter=0,this.allCounter=0,this.configuration=null,th...
function d (line 1) | function d(){return null!==p&&p.apply(this,arguments)||this}
function b (line 1) | function b(){return null!==h&&h.apply(this,arguments)||this}
function a (line 1) | function a(t,e,r){this._symbol=t,this._char=e,this._attributes=r}
function i (line 1) | function i(t,e,r){void 0===r&&(r=[]),this._symbol=t,this._func=e,this._a...
function i (line 1) | function i(){this.mmlFactory=null,this.factory={node:i.createNode,token:...
function r (line 1) | function r(){this.constructor=t}
function d (line 1) | function d(t,e){var r=t.stack.env.font?{mathvariant:t.stack.env.font}:{}...
function g (line 1) | function g(){return null!==h&&h.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function g (line 1) | function g(t,e){var r=s.call(this,t)||this;return r.global=e,r}
function b (line 1) | function b(){return null!==y&&y.apply(this,arguments)||this}
function A (line 1) | function A(){return null!==x&&x.apply(this,arguments)||this}
function C (line 1) | function C(){return null!==w&&w.apply(this,arguments)||this}
function T (line 1) | function T(){return null!==P&&P.apply(this,arguments)||this}
function E (line 1) | function E(){return null!==k&&k.apply(this,arguments)||this}
function q (line 1) | function q(t){var e=N.call(this,t)||this;return e.setProperty("name","\\...
function B (line 1) | function B(t){var e=L.call(this,t)||this;return e.setProperty("delim","(...
function j (line 1) | function j(t){var e=G.call(this,t)||this;return e.setProperty("delim",")...
function X (line 1) | function X(){return null!==D&&D.apply(this,arguments)||this}
function z (line 1) | function z(){return null!==V&&V.apply(this,arguments)||this}
function J (line 1) | function J(){return null!==U&&U.apply(this,arguments)||this}
function Z (line 1) | function Z(){return null!==W&&W.apply(this,arguments)||this}
function et (line 1) | function et(){return null!==Y&&Y.apply(this,arguments)||this}
function at (line 1) | function at(){return null!==rt&&rt.apply(this,arguments)||this}
function st (line 1) | function st(){return null!==ot&&ot.apply(this,arguments)||this}
function ut (line 1) | function ut(){var t=null!==lt&<.apply(this,arguments)||this;return t.r...
function dt (line 1) | function dt(){return null!==pt&&pt.apply(this,arguments)||this}
function gt (line 1) | function gt(){var t=null!==ht&&ht.apply(this,arguments)||this;return t.t...
function bt (line 1) | function bt(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[...
function At (line 1) | function At(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[...
function l (line 1) | function l(t){return F.root=t,n.outputJax.getBBox(F,n).w}
function P (line 1) | function P(t){for(var e=0;t&&!u.default.isType(t,"mtable");){if(u.defaul...
function S (line 1) | function S(t,e){return t.childNodes["up"===e?1:0].childNodes[0].childNod...
function T (line 1) | function T(t,e){return t.childNodes[e].childNodes[0].childNodes[0]}
function k (line 1) | function k(t){return T(t,0)}
function O (line 1) | function O(t,e){return t.childNodes["up"===e?0:1].childNodes[0].childNod...
function E (line 1) | function E(t){for(;t&&!u.default.isType(t,"mtd");)t=t.parent;return t}
function N (line 1) | function N(t){for(;t&&null==M.getProperty(t,"inference");)t=t.parent;ret...
function I (line 1) | function I(t,e,r){void 0===r&&(r=!1);var n=0;if(t===e)return n;if(t!==e....
function q (line 1) | function q(t,e){void 0===e&&(e=!1);var r=P(t),n=O(r,M.getProperty(r,"inf...
function L (line 1) | function L(t,e,r,n){if(void 0===n&&(n=!1),M.getProperty(e,"inferenceRule...
function c (line 1) | function c(t,e,r,n,a){var o=t.nodeFactory.create("node","mspace",[],{wid...
function a (line 1) | function a(t,e,r){this._factory=t,this._env=e,this.global={},this.stack=...
function c (line 1) | function c(t,e){return t.string.substr(t.i,e.length)!==e||e.match(/\\[a-...
function m (line 1) | function m(t,e){var r,n=t.parseOptions.options.require,a=e.substr(n.pref...
function g (line 1) | function g(t,e){var r=t.options.require,n=r.allow,a=("["===e.substr(0,1)...
function r (line 1) | function r(){this.constructor=t}
function x (line 1) | function x(t){void 0===t&&(t={});var e=this,r=c(u.separateOptions(t,x.OP...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(t){var e=o.call(this,t)||this;return e.getPatterns(),e}
function r (line 1) | function r(t,e,r){var n,a;try{for(var o=d(t.getList("m"+e+r)),i=o.next()...
function r (line 1) | function r(e,r){return e.getExplicitNames().filter(function(t){return t!...
function n (line 1) | function n(t,e,r){var n,a;try{for(var o=d(t.getList(e)),i=o.next();!i.do...
function p (line 1) | function p(t,e){void 0===e&&(e=[]),this.options={},this.parsers=[],this....
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==i&&i.apply(this,arguments)||this}
function d (line 1) | function d(){var t=null!==p&&p.apply(this,arguments)||this;return t.defa...
function r (line 1) | function r(){this.constructor=t}
function p (line 1) | function p(){return null!==c&&c.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function f (line 1) | function f(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r...
function i (line 1) | function i(t,e,r,n){var a=o.NodeFactory.createToken(t,e,r,n);return"mtex...
function p (line 1) | function p(t){var e,r;try{for(var n=s(t.data.getList("fixBold")),a=n.nex...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==i&&i.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function p (line 1) | function p(){var t=null!==o&&o.apply(this,arguments)||this;return t.left...
function d (line 1) | function d(t,e,r,n,a,o,i){var s,l,c,u,p=t.create("node","mtr",[t.create(...
function v (line 1) | function v(t,e){if("$"!==t.GetNext())throw new m.default("IllegalUseOfCo...
function u (line 1) | function u(t){var e="+"+t,r=t.replace(/^.*?([a-z]*)$/,"$1");return{width...
function i (line 1) | function i(){this.userColors=new Map}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==o&&o.apply(this,arguments)||this}
function h (line 1) | function h(t,e){return t>=e[0]&&t<=e[1]}
function A (line 1) | function A(t,e,r,n){var a=t.configuration.parser,o=l.NodeFactory.createT...
function o (line 1) | function o(t,e,r,n,a){var o=new v.default(n,t.stack.env,t.configuration)...
function w (line 1) | function w(t,e,r){var n=s(t,3),a=n[0],o=n[1],i=n[2];return e&&r?"\\left\...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==o&&o.apply(this,arguments)||this}
function k (line 1) | function k(t,e,r,n){var a,o,i,s;if(v.Package.packages.has(t.options.requ...
function n (line 1) | function n(t){for(var e=[],r=0,n=t.length;r<n;r++)e[r]=l.default.Em(t[r]...
function u (line 1) | function u(t,e){if("string"==typeof e)return 0!==t.indexOf(e)?null:e;var...
function n (line 1) | function n(t){}
function a (line 1) | function a(t){}
function r (line 1) | function r(){this.constructor=t}
function o (line 1) | function o(t,r){var e=r.parseOptions.options.tags;"base"!==e&&t.tags.has...
function ht (line 1) | function ht(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new A...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex.js
function a (line 1) | function a(t){if(n[t])return n[t].exports;var e=n[t]={i:t,l:!1,exports:{...
function o (line 1) | function o(t,e){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments...
function f (line 1) | function f(t,e){var r,n;try{for(var a=u(Object.keys(e)),i=a.next();!i.do...
function p (line 1) | function p(t,e,r){(t.childNodes[e]=r)&&(r.parent=t)}
function h (line 1) | function h(t,e){return t.isKind(e)}
function y (line 1) | function y(t,e){void 0===e&&(e=!1);var r,n,a,i,o,s=t.match(e?p:f);return...
function v (line 1) | function v(t){return Math.abs(t)<6e-4?"0em":t.toFixed(3).replace(/\.?0+$...
function b (line 1) | function b(t,e,r){"{"!==e&&"}"!==e||(e="\\"+e);var n="{\\bigg"+r+" "+e+"...
function x (line 1) | function x(t,e,r){e=e.replace(/^\s+/,s.entities.nbsp).replace(/\s+$/,s.e...
function A (line 1) | function A(t,e,r){if(r.match(/^[a-z]/i)&&e.match(/(^|[^\\])(\\\\)*\\[a-z...
function M (line 1) | function M(t,e){for(;0<e;)t=t.trim().slice(1,-1),e--;return t.trim()}
function w (line 1) | function w(t,e){for(var r=t.length,n=0,a="",i=0,o=0,s=!0,l=!1;i<r;){var ...
function o (line 1) | function o(t,e){var r,n;this._fallback=e,this._configuration=[];try{for(...
function f (line 1) | function f(t){var e,r;this.map=new Map;try{for(var n=u(Object.keys(t.han...
function r (line 1) | function r(){this.constructor=t}
function s (line 1) | function s(t,e){this._name=t,this._parser=e,i.MapHandler.register(this)}
function f (line 1) | function f(t,e,r){var n=u.call(this,t,e)||this;return n._regExp=r,n}
function y (line 1) | function y(){var t=null!==p&&p.apply(this,arguments)||this;return t.map=...
function x (line 1) | function x(t,e,r){var n,a,i=v.call(this,t,e)||this;try{for(var o=m(Objec...
function w (line 1) | function w(){return null!==A&&A.apply(this,arguments)||this}
function C (line 1) | function C(t,e,r){var n,a,i=T.call(this,t,null)||this;try{for(var o=m(Ob...
function O (line 1) | function O(){return null!==P&&P.apply(this,arguments)||this}
function I (line 1) | function I(t,e,r,n){var a=k.call(this,t,r,n)||this;return a.parser=e,a}
function c (line 1) | function c(t,e,r,n,a,i,o,s,l,u,c){void 0===e&&(e={}),void 0===r&&(r={}),...
function o (line 1) | function o(t,e,r){var n,a;this._string=t,this.configuration=r,this.macro...
function a (line 1) | function a(t,e,r){this._symbol=t,this._char=e,this._attributes=r}
function o (line 1) | function o(t,e,r){void 0===r&&(r=[]),this._symbol=t,this._func=e,this._a...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){this.counter=0,this.allCounter=0,this.configuration=null,th...
function h (line 1) | function h(){return null!==f&&f.apply(this,arguments)||this}
function b (line 1) | function b(){return null!==d&&d.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(t){this._nodes=t}
function h (line 1) | function h(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r...
function r (line 1) | function r(){this.constructor=t}
function g (line 1) | function g(t,e){var r=s.call(this,t)||this;return r.global=e,r}
function b (line 1) | function b(){return null!==y&&y.apply(this,arguments)||this}
function M (line 1) | function M(){return null!==x&&x.apply(this,arguments)||this}
function S (line 1) | function S(){return null!==w&&w.apply(this,arguments)||this}
function E (line 1) | function E(){return null!==C&&C.apply(this,arguments)||this}
function _ (line 1) | function _(){return null!==O&&O.apply(this,arguments)||this}
function L (line 1) | function L(t){var e=I.call(this,t)||this;return e.setProperty("name","\\...
function R (line 1) | function R(t){var e=F.call(this,t)||this;return e.setProperty("delim","(...
function G (line 1) | function G(t){var e=j.call(this,t)||this;return e.setProperty("delim",")...
function H (line 1) | function H(){return null!==B&&B.apply(this,arguments)||this}
function J (line 1) | function J(){return null!==V&&V.apply(this,arguments)||this}
function $ (line 1) | function $(){return null!==K&&K.apply(this,arguments)||this}
function Z (line 1) | function Z(){return null!==W&&W.apply(this,arguments)||this}
function et (line 1) | function et(){return null!==Q&&Q.apply(this,arguments)||this}
function at (line 1) | function at(){return null!==rt&&rt.apply(this,arguments)||this}
function st (line 1) | function st(){return null!==it&&it.apply(this,arguments)||this}
function ct (line 1) | function ct(){var t=null!==lt&<.apply(this,arguments)||this;return t.r...
function ht (line 1) | function ht(){return null!==ft&&ft.apply(this,arguments)||this}
function gt (line 1) | function gt(){var t=null!==dt&&dt.apply(this,arguments)||this;return t.t...
function bt (line 1) | function bt(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[...
function Mt (line 1) | function Mt(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[...
function o (line 1) | function o(t,e){var r=t.stack.env,n=r.inRoot;r.inRoot=!0;var a=new u.def...
function r (line 1) | function r(){this.constructor=t}
function x (line 1) | function x(t){void 0===t&&(t={});var e=this,r=u(c.separateOptions(t,x.OP...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(t){var e=i.call(this,t)||this;return e.getPatterns(),e}
function r (line 1) | function r(t,e,r){var n,a;try{for(var i=h(t.getList("m"+e+r)),o=i.next()...
function r (line 1) | function r(e,r){return e.getExplicitNames().filter(function(t){return t!...
function n (line 1) | function n(t,e,r){var n,a;try{for(var i=h(t.getList(e)),o=i.next();!o.do...
function a (line 1) | function a(t,e,r){this._factory=t,this._env=e,this.global={},this.stack=...
function f (line 1) | function f(t,e){void 0===e&&(e=[]),this.options={},this.parsers=[],this....
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==o&&o.apply(this,arguments)||this}
function h (line 1) | function h(){var t=null!==f&&f.apply(this,arguments)||this;return t.defa...
function o (line 1) | function o(){this.mmlFactory=null,this.factory={node:o.createNode,token:...
function r (line 1) | function r(){this.constructor=t}
function h (line 1) | function h(t,e){var r=t.stack.env.font?{mathvariant:t.stack.env.font}:{}...
function g (line 1) | function g(){return null!==d&&d.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function p (line 1) | function p(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r...
function m (line 1) | function m(t,e){var r,n=t.parseOptions.options.require,a=e.substr(n.pref...
function g (line 1) | function g(t,e){var r=t.options.require,n=r.allow,a=("["===e.substr(0,1)...
function u (line 1) | function u(t,e){return t.string.substr(t.i,e.length)!==e||e.match(/\\[a-...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==i&&i.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function f (line 1) | function f(){return null!==u&&u.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==i&&i.apply(this,arguments)||this}
function O (line 1) | function O(t,e,r,n){var a,i,o,s;if(v.Package.packages.has(t.options.requ...
function n (line 1) | function n(t){for(var e=[],r=0,n=t.length;r<n;r++)e[r]=l.default.Em(t[r]...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/action.js
function o (line 1) | function o(t){if(n[t])return n[t].exports;var e=n[t]={i:t,l:!1,exports:{...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/all-packages.js
function n (line 1) | function n(t){if(a[t])return a[t].exports;var e=a[t]={i:t,l:!1,exports:{...
function h (line 1) | function h(t,e){var r,a=t.parseOptions.options.require,n=e.substr(a.pref...
function g (line 1) | function g(t,e){var r=t.options.require,a=r.allow,n=("["===e.substr(0,1)...
function c (line 1) | function c(t){return G.root=t,a.outputJax.getBBox(G,a).w}
function P (line 1) | function P(t){for(var e=0;t&&!u.default.isType(t,"mtable");){if(u.defaul...
function S (line 1) | function S(t,e){return t.childNodes["up"===e?1:0].childNodes[0].childNod...
function k (line 1) | function k(t,e){return t.childNodes[e].childNodes[0].childNodes[0]}
function q (line 1) | function q(t){return k(t,0)}
function O (line 1) | function O(t,e){return t.childNodes["up"===e?0:1].childNodes[0].childNod...
function T (line 1) | function T(t){for(;t&&!u.default.isType(t,"mtd");)t=t.parent;return t}
function I (line 1) | function I(t){for(;t&&null==A.getProperty(t,"inference");)t=t.parent;ret...
function E (line 1) | function E(t,e,r){void 0===r&&(r=!1);var a=0;if(t===e)return a;if(t!==e....
function N (line 1) | function N(t,e){void 0===e&&(e=!1);var r=P(t),a=O(r,A.getProperty(r,"inf...
function B (line 1) | function B(t,e,r,a){if(void 0===a&&(a=!1),A.getProperty(e,"inferenceRule...
function l (line 1) | function l(t,e,r,a,n){var o=t.nodeFactory.create("node","mspace",[],{wid...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==o&&o.apply(this,arguments)||this}
function q (line 1) | function q(t,e,r,a){var n,o,i,s;if(y.Package.packages.has(t.options.requ...
function l (line 1) | function l(t,e){return t.string.substr(t.i,e.length)!==e||e.match(/\\[a-...
function r (line 1) | function r(){this.constructor=t}
function d (line 1) | function d(){return null!==l&&l.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function p (line 1) | function p(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r...
function a (line 1) | function a(t){for(var e=[],r=0,a=t.length;r<a;r++)e[r]=c.default.Em(t[r]...
function i (line 1) | function i(t,e,r,a){var n=o.NodeFactory.createToken(t,e,r,a);return"mtex...
function d (line 1) | function d(t){var e,r;try{for(var a=s(t.data.getList("fixBold")),n=a.nex...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==i&&i.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function d (line 1) | function d(){var t=null!==o&&o.apply(this,arguments)||this;return t.left...
function m (line 1) | function m(t,e,r,a,n,o,i){var s,c,l,u,d=t.create("node","mtr",[t.create(...
function y (line 1) | function y(t,e){if("$"!==t.GetNext())throw new h.default("IllegalUseOfCo...
function u (line 1) | function u(t){var e="+"+t,r=t.replace(/^.*?([a-z]*)$/,"$1");return{width...
function i (line 1) | function i(){this.userColors=new Map}
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){return null!==o&&o.apply(this,arguments)||this}
function u (line 1) | function u(t,e){if("string"==typeof e)return 0!==t.indexOf(e)?null:e;var...
function a (line 1) | function a(t){}
function n (line 1) | function n(t){}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==o&&o.apply(this,arguments)||this}
function f (line 1) | function f(t,e){return t>=e[0]&&t<=e[1]}
function M (line 1) | function M(t,e,r,a){var n=t.configuration.parser,o=c.NodeFactory.createT...
function o (line 1) | function o(t,e,r,a,n){var o=new y.default(a,t.stack.env,t.configuration)...
function w (line 1) | function w(t,e,r){var a=s(t,3),n=a[0],o=a[1],i=a[2];return e&&r?"\\left\...
function r (line 1) | function r(){this.constructor=t}
function o (line 1) | function o(t,r){var e=r.parseOptions.options.tags;"base"!==e&&t.tags.has...
function l (line 1) | function l(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,a=new Ar...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/ams.js
function n (line 1) | function n(t){if(r[t])return r[t].exports;var e=r[t]={i:t,l:!1,exports:{...
function a (line 1) | function a(){this.constructor=t}
function d (line 1) | function d(t){for(var e=[],a=1;a<arguments.length;a++)e[a-1]=arguments[a...
function a (line 1) | function a(){this.constructor=t}
function c (line 1) | function c(){return null!==u&&u.apply(this,arguments)||this}
function r (line 1) | function r(t){for(var e=[],a=0,r=t.length;a<r;a++)e[a]=s.default.Em(t[a]...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/amscd.js
function n (line 1) | function n(e){if(r[e])return r[e].exports;var t=r[e]={i:e,l:!1,exports:{...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/autoload.js
function a (line 1) | function a(t){if(r[t])return r[t].exports;var e=r[t]={i:t,l:!1,exports:{...
function o (line 1) | function o(){this.constructor=t}
function p (line 1) | function p(){return null!==n&&n.apply(this,arguments)||this}
function j (line 1) | function j(t,e,o,r){var a,n,i,l;if(b.Package.packages.has(t.options.requ...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/bbox.js
function n (line 1) | function n(e){if(o[e])return o[e].exports;var t=o[e]={i:e,l:!1,exports:{...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/boldsymbol.js
function n (line 1) | function n(t){if(a[t])return a[t].exports;var e=a[t]={i:t,l:!1,exports:{...
function i (line 1) | function i(t,e,o,a){var n=r.NodeFactory.createToken(t,e,o,a);return"mtex...
function d (line 1) | function d(t){var e,o;try{for(var a=l(t.data.getList("fixBold")),n=a.nex...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/braket.js
function o (line 1) | function o(e){if(a[e])return a[e].exports;var t=a[e]={i:e,l:!1,exports:{...
function r (line 1) | function r(){this.constructor=e}
function u (line 1) | function u(){return null!==c&&c.apply(this,arguments)||this}
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/bussproofs.js
function n (line 1) | function n(e){if(o[e])return o[e].exports;var t=o[e]={i:e,l:!1,exports:{...
function u (line 1) | function u(e){return B.root=e,o.outputJax.getBBox(B,o).w}
function I (line 1) | function I(e){for(var t=0;e&&!s.default.isType(e,"mtable");){if(s.defaul...
function C (line 1) | function C(e,t){return e.childNodes["up"===t?1:0].childNodes[0].childNod...
function S (line 1) | function S(e,t){return e.childNodes[t].childNodes[0].childNodes[0]}
function N (line 1) | function N(e){return S(e,0)}
function A (line 1) | function A(e,t){return e.childNodes["up"===t?0:1].childNodes[0].childNod...
function j (line 1) | function j(e){for(;e&&!s.default.isType(e,"mtd");)e=e.parent;return e}
function L (line 1) | function L(e){for(;e&&null==w.getProperty(e,"inference");)e=e.parent;ret...
function k (line 1) | function k(e,t,r){void 0===r&&(r=!1);var o=0;if(e===t)return o;if(e!==t....
function O (line 1) | function O(e,t){void 0===t&&(t=!1);var r=I(e),o=A(r,w.getProperty(r,"inf...
function J (line 1) | function J(e,t,r,o){if(void 0===o&&(o=!1),w.getProperty(t,"inferenceRule...
function f (line 1) | function f(e,t,r,o,n){var a=e.nodeFactory.create("node","mspace",[],{wid...
function r (line 1) | function r(){this.constructor=e}
function c (line 1) | function c(){var e=null!==a&&a.apply(this,arguments)||this;return e.left...
function p (line 1) | function p(e,t,r,o,n,a,i){var l,u,f,s,c=e.create("node","mtr",[e.create(...
function P (line 1) | function P(e,t){if("$"!==e.GetNext())throw new h.default("IllegalUseOfCo...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/cancel.js
function o (line 1) | function o(e){if(a[e])return a[e].exports;var t=a[e]={i:e,l:!1,exports:{...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/color.js
function n (line 1) | function n(e){if(r[e])return r[e].exports;var t=r[e]={i:e,l:!1,exports:{...
function c (line 1) | function c(e){var t="+"+e,o=e.replace(/^.*?([a-z]*)$/,"$1");return{width...
function l (line 1) | function l(){this.userColors=new Map}
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/colorV2.js
function n (line 1) | function n(t){if(a[t])return a[t].exports;var e=a[t]={i:t,l:!1,exports:{...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/configMacros.js
function o (line 1) | function o(t){if(n[t])return n[t].exports;var e=n[t]={i:t,l:!1,exports:{...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/enclose.js
function o (line 1) | function o(e){if(n[e])return n[e].exports;var t=n[e]={i:e,l:!1,exports:{...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/extpfeil.js
function n (line 1) | function n(t){if(o[t])return o[t].exports;var e=o[t]={i:t,l:!1,exports:{...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/html.js
function r (line 1) | function r(t){if(n[t])return n[t].exports;var e=n[t]={i:t,l:!1,exports:{...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/mhchem.js
function o (line 1) | function o(t){if(n[t])return n[t].exports;var e=n[t]={i:t,l:!1,exports:{...
function s (line 1) | function s(t,e){if("string"==typeof e)return 0!==t.indexOf(e)?null:e;var...
function n (line 1) | function n(t){}
function o (line 1) | function o(t){}
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/newcommand.js
function r (line 1) | function r(e){if(n[e])return n[e].exports;var t=n[e]={i:e,l:!1,exports:{...
function a (line 1) | function a(){this.constructor=e}
function s (line 1) | function s(){return null!==i&&i.apply(this,arguments)||this}
function s (line 1) | function s(e,t){return e.string.substr(e.i,t.length)!==t||t.match(/\\[a-...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/noerrors.js
function r (line 1) | function r(e){if(o[e])return o[e].exports;var t=o[e]={i:e,l:!1,exports:{...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/noundefined.js
function r (line 1) | function r(e){if(o[e])return o[e].exports;var t=o[e]={i:e,l:!1,exports:{...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/physics.js
function n (line 1) | function n(t){if(r[t])return r[t].exports;var e=r[t]={i:t,l:!1,exports:{...
function a (line 1) | function a(){this.constructor=t}
function u (line 1) | function u(){return null!==i&&i.apply(this,arguments)||this}
function p (line 1) | function p(t,e){return t>=e[0]&&t<=e[1]}
function P (line 1) | function P(t,e,a,r){var n=t.configuration.parser,i=c.NodeFactory.createT...
function i (line 1) | function i(t,e,a,r,n){var i=new x.default(r,t.stack.env,t.configuration)...
function A (line 1) | function A(t,e,a){var r=s(t,3),n=r[0],i=r[1],o=r[2];return e&&a?"\\left\...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/require.js
function o (line 1) | function o(e){if(r[e])return r[e].exports;var t=r[e]={i:e,l:!1,exports:{...
function h (line 1) | function h(e,t){var a,r=e.parseOptions.options.require,o=t.substr(r.pref...
function M (line 1) | function M(e,t){var a=e.options.require,r=a.allow,o=("["===t.substr(0,1)...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/tagFormat.js
function a (line 1) | function a(t){if(e[t])return e[t].exports;var o=e[t]={i:t,l:!1,exports:{...
function n (line 1) | function n(){this.constructor=t}
function r (line 1) | function r(t,n){var o=n.parseOptions.options.tags;"base"!==o&&t.tags.has...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/unicode.js
function o (line 1) | function o(t){if(n[t])return n[t].exports;var e=n[t]={i:t,l:!1,exports:{...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/input/tex/extensions/verb.js
function r (line 1) | function r(t){if(a[t])return a[t].exports;var e=a[t]={i:t,l:!1,exports:{...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/latest.js
function n (line 1) | function n(t){if(a[t])return a[t].exports;var e=a[t]={i:t,l:!1,exports:{...
function d (line 1) | function d(t){console&&console.error&&console.error("MathJax(latest.js):...
function f (line 1) | function f(t,e){void 0===e&&(e=null),t.parentNode.removeChild(t);var r=t...
function p (line 1) | function p(t){var e,r;try{for(var a=l(u.keys()),n=a.next();!n.done;n=a.n...
function h (line 1) | function h(t,e){var r=document.createElement("script");r.type="text/java...
function m (line 1) | function m(){s?h(s.src.replace(/\/latest\.js\?/,"/"),s.id):d("Can't dete...
function y (line 1) | function y(t){s.version&&s.version!==t&&(s.file="latest.js?"+s.file),h(s...
function v (line 1) | function v(t){return parseInt(t.split(/\./)[0])===n&&!t.match(/-(beta|rc...
function j (line 1) | function j(t,e,r){var a=function(){if(window.XMLHttpRequest)return new X...
function b (line 1) | function b(){j(s.cdn,function(t){return t instanceof Array&&(t=t[0]),v(t...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/loader.js
function o (line 1) | function o(e){if(r[e])return r[e].exports;var t=r[e]={i:e,l:!1,exports:{...
function l (line 1) | function l(e){return"object"==typeof e&&null!==e}
function c (line 1) | function c(e,t){var n,r;try{for(var o=u(Object.keys(t)),a=o.next();!a.do...
function n (line 1) | function n(){this.constructor=e}
function s (line 1) | function s(e,t){var n=i.call(this,e)||this;return n.package=t,n}
function p (line 1) | function p(e,t){void 0===t&&(t=!1),this.isLoaded=!1,this.isLoading=!1,th...
function u (line 1) | function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Ar...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/mml-chtml.js
function i (line 1) | function i(t){if(n[t])return n[t].exports;var e=n[t]={i:t,l:!1,exports:{...
function r (line 1) | function r(){this.constructor=t}
function m (line 1) | function m(t,e,r){void 0===e&&(e={}),void 0===r&&(r=[]);var n=u.call(thi...
function b (line 1) | function b(){return null!==p&&p.apply(this,arguments)||this}
function M (line 1) | function M(){return null!==v&&v.apply(this,arguments)||this}
function S (line 1) | function S(){return null!==O&&O.apply(this,arguments)||this}
function C (line 1) | function C(){return null!==E&&E.apply(this,arguments)||this}
function A (line 1) | function A(){var t=null!==w&&w.apply(this,arguments)||this;return t.text...
function R (line 1) | function R(){var t=null!==L&&L.apply(this,arguments)||this;return t.xml=...
function u (line 1) | function u(t){return"object"==typeof t&&null!==t}
function a (line 1) | function a(t,e){var r,n;try{for(var i=c(Object.keys(e)),o=i.next();!o.do...
function r (line 1) | function r(){this.constructor=t}
function y (line 1) | function y(){var t=null!==l&&l.apply(this,arguments)||this;return t.chtm...
function r (line 1) | function r(){this.constructor=t}
function h (line 1) | function h(t){void 0===t&&(t=null);var e=u.call(this)||this,r=e.construc...
function u (line 1) | function u(t){return"object"==typeof t&&null!==t&&(t.constructor===n||t....
function p (line 1) | function p(t){return Object.assign(Object.create(h.prototype),t)}
function f (line 1) | function f(t){return t?Object.keys(t).concat(Object.getOwnPropertySymbol...
function d (line 1) | function d(t){var e,r,n={};try{for(var i=m(f(t)),o=i.next();!o.done;o=i....
function y (line 1) | function y(i,o,s){var e,t;void 0===s&&(s=!0);function r(t){if(s&&void 0=...
function i (line 1) | function i(t){for(var e,r,n=[],i=1;i<arguments.length;i++)n[i-1]=argumen...
function n (line 1) | function n(t,e,r,n,i){void 0===r&&(r=!0),void 0===n&&(n={i:0,n:0,delim:"...
function o (line 1) | function o(t){void 0===t&&(t={w:0,h:-n.BIGDIMEN,d:-n.BIGDIMEN}),this.w=t...
function i (line 1) | function i(t,e){this.global=e,this.defaults=Object.create(e),this.inheri...
function i (line 1) | function i(){var e,t;this.variant={},this.delimiters={},this.cssFontMap=...
function i (line 1) | function i(){this.items=[],this.items=[]}
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(t,e){var r=s.call(this,t)||this;return r.package=e,r}
function d (line 1) | function d(t,e){void 0===e&&(e=!1),this.isLoaded=!1,this.isLoading=!1,th...
function r (line 1) | function r(){this.constructor=t}
function B (line 1) | function B(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function h (line 1) | function h(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){var t=null!==M&&M.apply(this,arguments)||this;return t._tex...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==s&&s.apply(this,arguments)||this}
function p (line 1) | function p(){return null!==u&&u.apply(this,arguments)||this}
function y (line 1) | function y(){return null!==f&&f.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function f (line 1) | function f(){return null!==o&&o.apply(this,arguments)||this}
function m (line 1) | function m(){return null!==d&&d.apply(this,arguments)||this}
function g (line 1) | function g(){return null!==b&&b.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){return null!==r&&r.apply(this,arguments)||this}
function e (line 1) | function e(){return null!==r&&r.apply(this,arguments)||this}
function e (line 1) | function e(){var t=null!==r&&r.apply(this,arguments)||this;return t.UVQ=...
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];v...
function e (line 1) | function e(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];v...
function e (line 1) | function e(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];v...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){var t=null!==o&&o.apply(this,arguments)||this;return t.docu...
function r (line 1) | function r(){this.constructor=t}
function b (line 1) | function b(){return null!==o&&o.apply(this,arguments)||this}
function M (line 1) | function M(){return null!==v&&v.apply(this,arguments)||this}
function S (line 1) | function S(){return null!==O&&O.apply(this,arguments)||this}
function C (line 1) | function C(){return null!==E&&E.apply(this,arguments)||this}
function A (line 1) | function A(){return null!==w&&w.apply(this,arguments)||this}
function N (line 1) | function N(t,e,r){var n=this,i=this.constructor;this.document=t,this.opt...
function s (line 1) | function s(t){void 0===t&&(t={}),this.adaptor=null,this.mmlFactory=null;...
function s (line 1) | function s(t){void 0===t&&(t={}),this.adaptor=null;var e=this.constructo...
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==o&&o.apply(this,arguments)||this}
function a (line 1) | function a(t){var e,r;void 0===t&&(t=null),this.defaultKind="unknown",th...
function r (line 1) | function r(){this.constructor=t}
function s (line 1) | function s(t,e,r){var n,i;void 0===e&&(e={}),void 0===r&&(r=[]),this.par...
function u (line 1) | function u(){return null!==a&&a.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){var t=null!==s&&s.apply(this,arguments)||this;return t._cor...
function f (line 1) | function f(){return null!==h&&h.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==a&&a.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function a (line 1) | function a(){var t=null!==u&&u.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==s&&s.apply(this,arguments)||this}
function p (line 1) | function p(){return null!==u&&u.apply(this,arguments)||this}
function y (line 1) | function y(){return null!==f&&f.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==s&&s.apply(this,arguments)||this}
function f (line 1) | function f(){return null!==h&&h.apply(this,arguments)||this}
function m (line 1) | function m(){return null!==d&&d.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function a (line 1) | function a(){var t=null!==c&&c.apply(this,arguments)||this;return t.prop...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==s&&s.apply(this,arguments)||this}
function f (line 1) | function f(){return null!==h&&h.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==s&&s.apply(this,arguments)||this}
function p (line 1) | function p(){return null!==u&&u.apply(this,arguments)||this}
function y (line 1) | function y(){var t=null!==f&&f.apply(this,arguments)||this;return t.prop...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(t){void 0===t&&(t=null);return t=t||new s.MmlFactory,o.call(t...
function r (line 1) | function r(){this.constructor=t}
function p (line 1) | function p(){return null!==s&&s.apply(this,arguments)||this}
function v (line 1) | function v(t){for(var e=t.split(/((?:'[^']*'|"[^"]*"|,[\s\n]|[^\s\n])*)/...
function o (line 1) | function o(t){var e,r,n=v(this.styles[t]);0===n.length&&n.push(""),1===n...
function s (line 1) | function s(t){var e,r,n=M.connect[t].children,i=[];try{for(var o=m(n),s=...
function a (line 1) | function a(t){var e,r;try{for(var n=m(M.connect[t].children),i=n.next();...
function c (line 1) | function c(t){var e,r,n=l(M.connect[t].children),i=this.styles[this.chil...
function u (line 1) | function u(t){var e,r,n,i,o={width:"",style:"",color:""};try{for(var s=m...
function h (line 1) | function h(t){var e,r,n=[];try{for(var i=m(M.connect[t].children),o=i.ne...
function f (line 1) | function f(t){var e,r,n,i,o=v(this.styles[t]),s={style:"",variant:[],wei...
function d (line 1) | function d(t){}
function y (line 1) | function y(t){void 0===t&&(t=""),this.parse(t)}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){for(var e,t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[...
function e (line 1) | function e(){return null!==r&&r.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){return null!==r&&r.apply(this,arguments)||this}
function e (line 1) | function e(){return null!==r&&r.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];v...
function r (line 1) | function r(){this.constructor=t}
function f (line 1) | function f(t){void 0===t&&(t={});var e=this,r=s(l.separateOptions(t,u.Fi...
function r (line 1) | function r(){this.constructor=t}
function d (line 1) | function d(t){void 0===t&&(t=null);var e=a.call(this,t,c.CHTMLWrapperFac...
function r (line 1) | function r(){this.constructor=t}
function f (line 1) | function f(t){return o(e,n=t),e.prototype.addMenu=function(t){this.state...
function d (line 1) | function d(t){var e,i;return o(r,i=t),r.prototype.addMenu=function(){var...
function r (line 1) | function r(){this.constructor=t}
function p (line 1) | function p(t){return i(e,r=t),e.prototype.assistiveMml=function(t){if(!(...
function f (line 1) | function f(t){var e,o;return i(r,o=t),r.prototype.toMML=function(t){retu...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(t){var e=o.call(this,t.document)||this;return e.window=t,e.pa...
function i (line 1) | function i(t){void 0===t&&(t=null),this.document=t}
function o (line 1) | function o(t){var e=this.constructor;this.options=n.userOptions(n.defaul...
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){return null!==o&&o.apply(this,arguments)||this}
function u (line 1) | function u(t,e){void 0===e&&(e=5),this.documentClass=a,this.adaptor=t,th...
function p (line 1) | function p(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];t...
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){return null!==o&&o.apply(this,arguments)||this}
function n (line 1) | function n(t,e,r,n){return void 0===r&&(r=i.TEXCLASS.BIN),void 0===n&&(n...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){var t=null!==s&&s.apply(this,arguments)||this;return t.texC...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){this.bits=0}
function i (line 1) | function i(){return null!==r&&r.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==o&&o.apply(this,arguments)||this}
function a (line 1) | function a(t){var e,r;this.nodeHandlers=new Map;try{for(var n=l(t.getKin...
function i (line 1) | function i(t,e){this.factory=t,this.node=e}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==a&&a.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function f (line 1) | function f(t,e,r){var n=this,i=C(T.separateOptions(r,u.HTMLDomStrings.OP...
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(t,e,r,n,i){return void 0===r&&(r=!0),void 0===n&&(n={node:nul...
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){return null!==o&&o.apply(this,arguments)||this}
function o (line 1) | function o(t){void 0===t&&(t=null);var e=this.constructor;this.options=n...
function r (line 1) | function r(t,e){if("#"===e.charAt(0))return a(e.slice(1));if(n.entities[...
function a (line 1) | function a(t){var e="x"===t.charAt(0)?parseInt(t.slice(1),16):parseInt(t...
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){return null!==o&&o.apply(this,arguments)||this}
function a (line 1) | function a(t){void 0===t&&(t={});var e=this.constructor;this.options=i.u...
function r (line 1) | function r(){this.constructor=t}
function d (line 1) | function d(t,e,r){void 0===t&&(t=null),void 0===e&&(e=null),void 0===r&&...
function i (line 1) | function i(t){void 0===t&&(t=null),this.styles={},this.addStyles(t)}
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){var t=null!==o&&o.apply(this,arguments)||this;return t.jax=...
function r (line 1) | function r(){this.constructor=t}
function m (line 1) | function m(t,e){return t?e<y?0:y:e}
function g (line 1) | function g(t,r,e){void 0===e&&(e=null);var n=b.call(this,t,r)||this;retu...
function r (line 1) | function r(){this.constructor=t}
function p (line 1) | function p(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){return null!==r&&r.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){var t=null!==r&&r.apply(this,arguments)||this;return t.noIC...
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){return null!==p&&p.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];v...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){return null!==r&&r.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];v...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function r (line 1) | function r(){return null!==n&&n.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){return null!==r&&r.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){return null!==r&&r.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function m (line 1) | function m(t,e){return Math.atan2(t,e).toFixed(3).replace(/\.?0+$/,"")}
function p (line 1) | function p(){return null!==c&&c.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];v...
function r (line 1) | function r(){this.constructor=t}
function p (line 1) | function p(){return null!==o&&o.apply(this,arguments)||this}
function y (line 1) | function y(){return null!==f&&f.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];v...
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];v...
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];v...
function r (line 1) | function r(){this.constructor=t}
function h (line 1) | function h(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){return null!==r&&r.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function h (line 1) | function h(){return null!==s&&s.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function r (line 1) | function r(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];v...
function r (line 1) | function r(){this.constructor=t}
function p (line 1) | function p(){return null!==l&&l.apply(this,arguments)||this}
function m (line 1) | function m(){return null!==d&&d.apply(this,arguments)||this}
function g (line 1) | function g(){return null!==b&&b.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function h (line 1) | function h(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){var t=null!==l&&l.apply(this,arguments)||this;return t.scri...
function r (line 1) | function r(){this.constructor=t}
function p (line 1) | function p(t,e,r){void 0===r&&(r=null);var n=o.call(this,t,e,r)||this;re...
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];v...
function r (line 1) | function r(){this.constructor=t}
function h (line 1) | function h(){return null!==o&&o.apply(this,arguments)||this}
function d (line 1) | function d(){return null!==p&&p.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){return null!==r&&r.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function h (line 1) | function h(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];v...
function r (line 1) | function r(){this.constructor=t}
function h (line 1) | function h(){return null!==o&&o.apply(this,arguments)||this}
function d (line 1) | function d(){return null!==p&&p.apply(this,arguments)||this}
function b (line 1) | function b(){return null!==y&&y.apply(this,arguments)||this}
function M (line 1) | function M(){return null!==v&&v.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){return null!==r&&r.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function h (line 1) | function h(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){return null!==i&&i.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function u (line 1) | function u(){return null!==o&&o.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function e (line 1) | function e(){return null!==r&&r.apply(this,arguments)||this}
function r (line 1) | function r(){this.constructor=t}
function h (line 1) | function h(){var t=null!==o&&o.apply(this,arguments)||this;return t.math...
function d (line 1) | function d(t,e){var r=this;void 0===e&&(e={}),this.settings=null,this.de...
function r (line 1) | function r(){this.constructor=t}
function c (line 1) | function c(){var t=null!==o&&o.apply(this,arguments)||this;return t.opti...
function r (line 1) | function r(){this.constructor=t}
function a (line 1) | function a(){return null!==o&&o.apply(this,arguments)||this}
function u (line 1) | function u(t){return r.visitTree(t,l.document)}
function h (line 1) | function h(){r=new S.MathJax._.core.MmlTree.SerializedMmlVisitor.Seriali...
function p (line 1) | function p(){var e,t;l.input&&l.output&&f();var r=l.output?l.output.name...
function f (line 1) | function f(){S.MathJax.typeset=function(t){void 0===t&&(t=null),l.docume...
function d (line 1) | function d(t,e,r){var n=t+"2"+e;S.MathJax[n]=function(t,e){return void 0...
function y (line 1) | function y(t,r){var n=S.MathJax._.core.MathItem.STATE;S.MathJax[t+"2mml"...
function m (line 1) | function m(t,e){"tex"===t&&(S.MathJax.texReset=function(t){return void 0...
function b (line 1) | function b(){var e,t,r=[];try{for(var n=a(S.CONFIG.input),i=n.next();!i....
function v (line 1) | function v(){var t=S.CONFIG.output;if(!t)return null;var e=l.constructor...
function g (line 1) | function g(){var t=S.CONFIG.adaptor;if(!t||"none"===t)return null;var e=...
function M (line 1) | function M(){var e,t,r=S.CONFIG.handler;if(!r||"none"===r||!l.adaptor)re...
function O (line 1) | function O(t){return void 0===t&&(t=null),o.document(t||S.CONFIG.documen...
function r (line 1) | function r(){this.constructor=t}
function l (line 1) | function l(){var t=null!==o&&o.apply(this,arguments)||this;return t.docu...
function r (line 1) | function r(){this.constructor=t}
function n (line 1) | function n(){return null!==r&&r.apply(this,arguments)||this}
function e (line 1) | function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a ...
function r (line 1) | function r(){this.constructor=t}
function gt (line 1) | function gt(t,e,r){this.name=t,this.getter=e,this.setter=r,this.items=[]}
function Mt (line 1) | function Mt(){this.pool={}}
function Ot (line 1) | function Ot(){this.bubble=!1}
function xt (line 1) | function xt(t){return p+"_"+t}
function St (line 1) | function St(t){return xt(t)}
function Et (line 1) | function Et(t){return xt(t)}
function _t (line 1) | function _t(){return null!==d&&d.apply(this,arguments)||this}
function Ct (line 1) | function Ct(t,e){var r=b.call(this)||this;return r.className=m.HtmlClass...
function wt (line 1) | function wt(){var t=null!==M&&M.apply(this,arguments)||this;return t.pos...
function Tt (line 1) | function Tt(){var t=null!==S&&S.apply(this,arguments)||this;return t.cla...
function At (line 1) | function At(t){this.store=[],this.active=null,this.counter=0,this.attach...
function Lt (line 1) | function Lt(){var t=T.call(this)||this;return t.moving=!1,t.store_=new w...
function Nt (line 1) | function Nt(t){var e=N.call(this)||this;return e.anchor=t,e.variablePool...
function Rt (line 1) | function Rt(t,e,r,n){var i=B.call(this,t,e)||this;return i._content=r,i....
function jt (line 1) | function jt(){return null!==H&&H.apply(this,arguments)||this}
function It (line 1) | function It(t){var e=F.call(this)||this;return e.className=X.HtmlClasses...
function Bt (line 1) | function Bt(t,e,r){var n=J.call(this)||this;return n.className=z.HtmlCla...
function kt (line 1) | function kt(t,e,r,n){var i=q.call(this,t,"checkbox",e,n)||this;return i....
function Pt (line 1) | function Pt(t,e,r,n){var i=Y.call(this,t,"radio",e,n)||this;return i.rol...
function Ht (line 1) | function Ht(t,e,r,n){var i=tt.call(this,t,"command",e,n)||this;return i....
function Dt (line 1) | function Dt(t,e,r){return nt.call(this,t,"label",e,r)||this}
function Wt (line 1) | function Wt(t,e,r,n){var i=st.call(this,t,"radio",e,n)||this;return i.ro...
function Xt (line 1) | function Xt(t){var e=ct.call(this,t,"rule")||this;return e.className=lt....
function Ft (line 1) | function Ft(t,e,r){var n=pt.call(this,t,"submenu",e,r)||this;return n.su...
function Vt (line 1) | function Vt(t,e){var r=yt.call(this)||this;return r.title="",r.window=nu...
function e (line 1) | function e(t){return"."+(W.HtmlClasses[t]||t)}
function l (line 1) | function l(t){a||(c(i,t),a=!0)}
function c (line 1) | function c(t,e){var r=e||document,n=r.createElement("style");n.type="tex...
function Wr (line 1) | function Wr(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new A...
FILE: org.jcryptool.core.help/javascript/MathJax-master/es5/mml-svg.js
function r (line 1) | function r(Q){if(e[Q])return e[Q].exports;var T=e[Q]={i:Q,l:!1,exports:{...
function t (line 1) | function t(){this.constructor=Q}
function H (line 1) | function H(Q,T,t){void 0===T&&(T={}),void 0===t&&(t=[]);var e=l.call(thi...
function d (line 1) | function d(){return null!==u&&u.apply(this,arguments)||this}
function V (line 1) | function V(){return null!==f&&f.apply(this,arguments)||this}
function v (line 1) | function v(){return null!==m&&m.apply(this,arguments)||this}
function O (line 1) | function O(){return null!==b&&b.apply(this,arguments)||this}
function E (line 1) | function E(){var Q=null!==x&&x.apply(this,arguments)||this;return Q.text...
function C (line 1) | function C(){var Q=null!==S&&S.apply(this,arguments)||this;return Q.xml=...
function t (line 1) | function t(){this.constructor=Q}
function h (line 1) | function h(){var Q=null!==n&&n.apply(this,arguments)||this;return Q.elem...
function l (line 1) | function l(Q){return"object"==typeof Q&&null!==Q}
function o (line 1) | function o(Q,T){var t,e;try{for(var r=a(Object.keys(T)),n=r.next();!n.do...
function t (line 1) | function t(){this.constructor=Q}
function o (line 1) | function o(){return null!==i&&i.apply(this,arguments)||this}
function l (line 1) | function l(Q){return"object"==typeof Q&&null!==Q&&(Q.constructor===e||Q....
function u (line 1) | function u(Q){return Object.assign(Object.create(c.prototype),Q)}
function L (line 1) | function L(Q){return Q?Object.keys(Q).concat(Object.getOwnPropertySymbol...
function h (line 1) | function h(Q){var T,t,e={};try{for(var r=H(L(Q)),n=r.next();!n.done;n=r....
function p (line 1) | function p(r,n,i){var T,Q;void 0===i&&(i=!0);function t(Q){if(i&&void 0=...
function r (line 1) | function r(Q){for(var T,t,e=[],r=1;r<arguments.length;r++)e[r-1]=argumen...
function e (line 1) | function e(Q,T,t,e,r){void 0===t&&(t=!0),void 0===e&&(e={i:0,n:0,delim:"...
function n (line 1) | function n(Q){void 0===Q&&(Q={w:0,h:-e.BIGDIMEN,d:-e.BIGDIMEN}),this.w=Q...
function r (line 1) | function r(Q,T){this.global=T,this.defaults=Object.create(T),this.inheri...
function r (line 1) | function r(){var T,Q;this.variant={},this.delimiters={},this.cssFontMap=...
function r (line 1) | function r(){this.items=[],this.items=[]}
function t (line 1) | function t(){this.constructor=Q}
function R (line 1) | function R(){var T,Q,t=s.call(this)||this,e=t.constructor;try{for(var r=...
function t (line 1) | function t(){this.constructor=Q}
function c (line 1) | function c(){return null!==i&&i.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){var Q=null!==i&&i.apply(this,arguments)||this;return Q.texC...
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){var Q=null!==V&&V.apply(this,arguments)||this;return Q._tex...
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){return null!==i&&i.apply(this,arguments)||this}
function u (line 1) | function u(){return null!==l&&l.apply(this,arguments)||this}
function p (line 1) | function p(){return null!==L&&L.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){return null!==t&&t.apply(this,arguments)||this}
function T (line 1) | function T(){return null!==t&&t.apply(this,arguments)||this}
function T (line 1) | function T(){var Q=null!==t&&t.apply(this,arguments)||this;return Q.UVQ=...
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){for(var Q=[],T=0;T<arguments.length;T++)Q[T]=arguments[T];v...
function T (line 1) | function T(){for(var Q=[],T=0;T<arguments.length;T++)Q[T]=arguments[T];v...
function T (line 1) | function T(){for(var Q=[],T=0;T<arguments.length;T++)Q[T]=arguments[T];v...
function t (line 1) | function t(){this.constructor=Q}
function L (line 1) | function L(){return null!==n&&n.apply(this,arguments)||this}
function H (line 1) | function H(){return null!==h&&h.apply(this,arguments)||this}
function y (line 1) | function y(){return null!==d&&d.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){var Q=null!==n&&n.apply(this,arguments)||this;return Q.docu...
function t (line 1) | function t(){this.constructor=Q}
function p (line 1) | function p(Q){void 0===Q&&(Q=null);var T=l.call(this,Q,i.SVGWrapperFacto...
function t (line 1) | function t(){this.constructor=Q}
function s (line 1) | function s(Q,T){var t=i.call(this,Q)||this;return t.package=T,t}
function h (line 1) | function h(Q,T){void 0===T&&(T=!1),this.isLoaded=!1,this.isLoading=!1,th...
function t (line 1) | function t(){this.constructor=Q}
function d (line 1) | function d(){return null!==n&&n.apply(this,arguments)||this}
function V (line 1) | function V(){return null!==f&&f.apply(this,arguments)||this}
function v (line 1) | function v(){return null!==m&&m.apply(this,arguments)||this}
function O (line 1) | function O(){return null!==b&&b.apply(this,arguments)||this}
function E (line 1) | function E(){return null!==x&&x.apply(this,arguments)||this}
function w (line 1) | function w(Q,T,t){var e=this,r=this.constructor;this.document=Q,this.opt...
function i (line 1) | function i(Q){void 0===Q&&(Q={}),this.adaptor=null,this.mmlFactory=null;...
function i (line 1) | function i(Q){void 0===Q&&(Q={}),this.adaptor=null;var T=this.constructo...
function t (line 1) | function t(){this.constructor=Q}
function s (line 1) | function s(){return null!==n&&n.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){return null!==n&&n.apply(this,arguments)||this}
function o (line 1) | function o(Q){var T,t;void 0===Q&&(Q=null),this.defaultKind="unknown",th...
function t (line 1) | function t(){this.constructor=Q}
function i (line 1) | function i(Q,T,t){var e,r;void 0===T&&(T={}),void 0===t&&(t=[]),this.par...
function l (line 1) | function l(){return null!==o&&o.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){return null!==i&&i.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){var Q=null!==i&&i.apply(this,arguments)||this;return Q.texC...
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){var Q=null!==i&&i.apply(this,arguments)||this;return Q.texC...
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){var Q=null!==i&&i.apply(this,arguments)||this;return Q.texC...
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){var Q=null!==i&&i.apply(this,arguments)||this;return Q.texC...
function t (line 1) | function t(){this.constructor=Q}
function s (line 1) | function s(){var Q=null!==i&&i.apply(this,arguments)||this;return Q._cor...
function L (line 1) | function L(){return null!==c&&c.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){return null!==o&&o.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){var Q=null!==i&&i.apply(this,arguments)||this;return Q.texC...
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){var Q=null!==i&&i.apply(this,arguments)||this;return Q.texC...
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){var Q=null!==i&&i.apply(this,arguments)||this;return Q.texC...
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){return null!==i&&i.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){var Q=null!==i&&i.apply(this,arguments)||this;return Q.texC...
function t (line 1) | function t(){this.constructor=Q}
function o (line 1) | function o(){var Q=null!==l&&l.apply(this,arguments)||this;return Q.texC...
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){var Q=null!==i&&i.apply(this,arguments)||this;return Q.texC...
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){return null!==i&&i.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){return null!==i&&i.apply(this,arguments)||this}
function u (line 1) | function u(){return null!==l&&l.apply(this,arguments)||this}
function p (line 1) | function p(){return null!==L&&L.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){return null!==i&&i.apply(this,arguments)||this}
function L (line 1) | function L(){return null!==c&&c.apply(this,arguments)||this}
function H (line 1) | function H(){return null!==h&&h.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function o (line 1) | function o(){var Q=null!==a&&a.apply(this,arguments)||this;return Q.prop...
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){return null!==i&&i.apply(this,arguments)||this}
function L (line 1) | function L(){return null!==c&&c.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){return null!==i&&i.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){var Q=null!==i&&i.apply(this,arguments)||this;return Q.texC...
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){return null!==i&&i.apply(this,arguments)||this}
function u (line 1) | function u(){return null!==l&&l.apply(this,arguments)||this}
function p (line 1) | function p(){var Q=null!==L&&L.apply(this,arguments)||this;return Q.prop...
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){var Q=null!==i&&i.apply(this,arguments)||this;return Q.texC...
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(Q){void 0===Q&&(Q=null);return Q=Q||new i.MmlFactory,n.call(t...
function t (line 1) | function t(){this.constructor=Q}
function u (line 1) | function u(){return null!==i&&i.apply(this,arguments)||this}
function f (line 1) | function f(Q){for(var T=Q.split(/((?:'[^']*'|"[^"]*"|,[\s\n]|[^\s\n])*)/...
function n (line 1) | function n(Q){var T,t,e=f(this.styles[Q]);0===e.length&&e.push(""),1===e...
function i (line 1) | function i(Q){var T,t,e=V.connect[Q].children,r=[];try{for(var n=H(e),i=...
function o (line 1) | function o(Q){var T,t;try{for(var e=H(V.connect[Q].children),r=e.next();...
function a (line 1) | function a(Q){var T,t,e=s(V.connect[Q].children),r=this.styles[this.chil...
function l (line 1) | function l(Q){var T,t,e,r,n={width:"",style:"",color:""};try{for(var i=H...
function c (line 1) | function c(Q){var T,t,e=[];try{for(var r=H(V.connect[Q].children),n=r.ne...
function L (line 1) | function L(Q){var T,t,e,r,n=f(this.styles[Q]),i={style:"",variant:[],wei...
function h (line 1) | function h(Q){}
function p (line 1) | function p(Q){void 0===Q&&(Q=""),this.parse(Q)}
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){for(var Q=[],T=0;T<arguments.length;T++)Q[T]=arguments[T];v...
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){for(var T,Q,t=[],e=0;e<arguments.length;e++)t[e]=arguments[...
function T (line 1) | function T(){return null!==t&&t.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){return null!==t&&t.apply(this,arguments)||this}
function T (line 1) | function T(){return null!==t&&t.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){var Q=null!==n&&n.apply(this,arguments)||this;return Q.dx=0,Q}
function t (line 1) | function t(){this.constructor=Q}
function L (line 1) | function L(Q){void 0===Q&&(Q={});var T=this,t=i(s.separateOptions(Q,l.Fi...
function t (line 1) | function t(){this.constructor=Q}
function L (line 1) | function L(Q){return n(T,e=Q),T.prototype.addMenu=function(Q){this.state...
function h (line 1) | function h(Q){var T,r;return n(t,r=Q),t.prototype.addMenu=function(){var...
function t (line 1) | function t(){this.constructor=Q}
function u (line 1) | function u(Q){return r(T,t=Q),T.prototype.assistiveMml=function(Q){if(!(...
function L (line 1) | function L(Q){var T,n;return r(t,n=Q),t.prototype.toMML=function(Q){retu...
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(Q){var T=n.call(this,Q.document)||this;return T.window=Q,T.pa...
function r (line 1) | function r(Q){void 0===Q&&(Q=null),this.document=Q}
function n (line 1) | function n(Q){var T=this.constructor;this.options=e.userOptions(e.defaul...
function t (line 1) | function t(){this.constructor=Q}
function s (line 1) | function s(){return null!==n&&n.apply(this,arguments)||this}
function l (line 1) | function l(Q,T){void 0===T&&(T=5),this.documentClass=o,this.adaptor=Q,th...
function u (line 1) | function u(){for(var Q=[],T=0;T<arguments.length;T++)Q[T]=arguments[T];t...
function t (line 1) | function t(){this.constructor=Q}
function s (line 1) | function s(){return null!==n&&n.apply(this,arguments)||this}
function e (line 1) | function e(Q,T,t,e){return void 0===t&&(t=r.TEXCLASS.BIN),void 0===e&&(e...
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){return null!==i&&i.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){return null!==i&&i.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){return null!==i&&i.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){return null!==i&&i.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){this.bits=0}
function r (line 1) | function r(){return null!==t&&t.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){return null!==n&&n.apply(this,arguments)||this}
function o (line 1) | function o(Q){var T,t;this.nodeHandlers=new Map;try{for(var e=s(Q.getKin...
function r (line 1) | function r(Q,T){this.factory=Q,this.node=T}
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){return null!==o&&o.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function L (line 1) | function L(Q,T,t){var e=this,r=O(_.separateOptions(t,l.HTMLDomStrings.OP...
function t (line 1) | function t(){this.constructor=Q}
function s (line 1) | function s(Q,T,t,e,r){return void 0===t&&(t=!0),void 0===e&&(e={node:nul...
function t (line 1) | function t(){this.constructor=Q}
function s (line 1) | function s(){return null!==n&&n.apply(this,arguments)||this}
function n (line 1) | function n(Q){void 0===Q&&(Q=null);var T=this.constructor;this.options=e...
function t (line 1) | function t(Q,T){if("#"===T.charAt(0))return o(T.slice(1));if(e.entities[...
function o (line 1) | function o(Q){var T="x"===Q.charAt(0)?parseInt(Q.slice(1),16):parseInt(Q...
function t (line 1) | function t(){this.constructor=Q}
function s (line 1) | function s(){return null!==n&&n.apply(this,arguments)||this}
function o (line 1) | function o(Q){void 0===Q&&(Q={});var T=this.constructor;this.options=r.u...
function r (line 1) | function r(Q){void 0===Q&&(Q=null),this.styles={},this.addStyles(Q)}
function t (line 1) | function t(){this.constructor=Q}
function h (line 1) | function h(Q,T,t){void 0===Q&&(Q=null),void 0===T&&(T=null),void 0===t&&...
function t (line 1) | function t(){this.constructor=Q}
function H (line 1) | function H(Q,T){return Q?T<p?0:p:T}
function y (line 1) | function y(Q,t,T){void 0===T&&(T=null);var e=d.call(this,Q,t)||this;retu...
function t (line 1) | function t(){this.constructor=Q}
function s (line 1) | function s(){var Q=null!==n&&n.apply(this,arguments)||this;return Q.jax=...
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){return null!==r&&r.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){return null!==t&&t.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){return null!==t&&t.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){for(var Q=[],T=0;T<arguments.length;T++)Q[T]=arguments[T];v...
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){for(var Q=[],T=0;T<arguments.length;T++)Q[T]=arguments[T];v...
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){for(var Q=[],T=0;T<arguments.length;T++)Q[T]=arguments[T];v...
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){for(var Q=[],T=0;T<arguments.length;T++)Q[T]=arguments[T];v...
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){var Q=null!==t&&t.apply(this,arguments)||this;return Q.noIC...
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){var Q=null!==s&&s.apply(this,arguments)||this;return Q.scri...
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){return null!==t&&t.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){for(var Q=[],T=0;T<arguments.length;T++)Q[T]=arguments[T];v...
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){return null!==t&&t.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){return null!==t&&t.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){for(var Q=[],T=0;T<arguments.length;T++)Q[T]=arguments[T];v...
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){return null!==t&&t.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){for(var Q=[],T=0;T<arguments.length;T++)Q[T]=arguments[T];v...
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){for(var Q=[],T=0;T<arguments.length;T++)Q[T]=arguments[T];v...
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){return null!==t&&t.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function t (line 1) | function t(){return null!==e&&e.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function t (line 1) | function t(){for(var Q=[],T=0;T<arguments.length;T++)Q[T]=arguments[T];v...
function t (line 1) | function t(){this.constructor=Q}
function T (line 1) | function T(){return null!==t&&t.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){var Q=null!==n&&n.apply(this,arguments)||this;return Q.jax=...
function t (line 1) | function t(){this.constructor=Q}
function L (line 1) | function L(){return null!==n&&n.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function c (line 1) | function c(){return null!==n&&n.apply(this,arguments)||this}
function h (line 1) | function h(){return null!==u&&u.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){return null!==n&&n.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function c (line 1) | function c(){return null!==o&&o.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){return null!==n&&n.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){return null!==n&&n.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){return null!==n&&n.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){return null!==n&&n.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){return null!==n&&n.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function c (line 1) | function c(){return null!==n&&n.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function a (line 1) | function a(){return null!==n&&n.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){return null!==n&&n.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function c (line 1) | function c(){return null!==n&&n.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function c (line 1) | function c(){return null!==i&&i.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){return null!==n&&n.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function c (line 1) | function c(){return null!==h&&h.apply(this,arguments)||this}
function L (line 1) | function L(){return null!==p&&p.apply(this,arguments)||this}
function d (line 1) | function d(){return null!==V&&V.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){return null!==n&&n.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(Q,T,t){void 0===t&&(t=null);var e=n.call(this,Q,T,t)||this,r=...
function t (line 1) | function t(){this.constructor=Q}
function u (line 1) | function u(){return null!==n&&n.apply(this,arguments)||this}
function p (line 1) | function p(){return null!==L&&L.apply(this,arguments)||this}
function t (line 1) | function t(){this.constructor=Q}
function l (line 1) | function l(){return null!==n&&n.apply(this,arguments)||this}
function
Copy disabled (too large)
Download .json
Condensed preview — 1579 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (21,478K chars).
[
{
"path": ".development-configs/checkstyle-suppressions.xml",
"chars": 257,
"preview": "<?xml version=\"1.0\"?>\n\n<!DOCTYPE suppressions PUBLIC\n \"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN\"\n "
},
{
"path": ".development-configs/checkstyle.xml",
"chars": 4679,
"preview": "<?xml version=\"1.0\"?>\n<!DOCTYPE module PUBLIC\n \"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN\"\n "
},
{
"path": ".development-configs/formatter.xml",
"chars": 30875,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<profiles version=\"12\">\n<profile kind=\"CodeFormatterProfile\" name"
},
{
"path": ".github/workflows/maven.yml",
"chars": 962,
"preview": "# This workflow will build a Java project with Maven\n# For more information see: https://help.github.com/actions/languag"
},
{
"path": ".gitignore",
"chars": 219,
"preview": "*.class\n*/bin*\n*/target*\n*/.settings*\n.DS_Store\nworkspace\nbuild.xml\njavaCompiler...args\nThumbs.db\n*.exe\n*.zip\n*.tar.gz\n\n"
},
{
"path": ".metals/.gitignore",
"chars": 42,
"preview": "/metals.h2.db\n/metals.lock.db\n/metals.log\n"
},
{
"path": "LICENSE",
"chars": 11515,
"preview": "Eclipse Public License - v 1.0\n\nTHE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC\nLICENSE (\"AG"
},
{
"path": "com.thoughtworks.qdox/.classpath",
"chars": 266,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<classpath>\n\t<classpathentry kind=\"con\" path=\"org.eclipse.jdt.launching.JRE_CONTA"
},
{
"path": "com.thoughtworks.qdox/.project",
"chars": 824,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<projectDescription>\n\t<name>com.thoughtworks.qdox</name>\n\t<comment></comment>\n\t<p"
},
{
"path": "com.thoughtworks.qdox/META-INF/LICENSE.txt",
"chars": 577,
"preview": "Copyright 2002-2006 Joe Walnes and QDox Project Team\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyo"
},
{
"path": "com.thoughtworks.qdox/META-INF/MANIFEST.MF",
"chars": 655,
"preview": "Manifest-Version: 1.0\nBundle-ManifestVersion: 2\nBundle-Name: %Bundle-Name\nBundle-SymbolicName: com.thoughtworks.qdox;sin"
},
{
"path": "com.thoughtworks.qdox/OSGI-INF/l10n/bundle.properties",
"chars": 98,
"preview": "#Properties file for com.thoughtworks.qdox\nBundle-Vendor = THOUGHTWORKS\nBundle-Name = Qdox Plug-in"
},
{
"path": "com.thoughtworks.qdox/OSGI-INF/l10n/bundle_de.properties",
"chars": 98,
"preview": "#Properties file for com.thoughtworks.qdox\nBundle-Vendor = THOUGHTWORKS\nBundle-Name = Qdox Plug-in"
},
{
"path": "com.thoughtworks.qdox/build.properties",
"chars": 87,
"preview": "output.. = .\nbin.includes = META-INF/,\\\n com/,\\\n OSGI-INF/\n"
},
{
"path": "com.thoughtworks.qdox/pom.xml",
"chars": 621,
"preview": "<project \nxsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd\" xmlns=\"http"
},
{
"path": "de.flexiprovider/.classpath",
"chars": 513,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<classpath>\n\t<classpathentry exported=\"true\" kind=\"lib\" path=\"libs/FlexiProvider-"
},
{
"path": "de.flexiprovider/.project",
"chars": 819,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<projectDescription>\n\t<name>de.flexiprovider</name>\n\t<comment></comment>\n\t<projec"
},
{
"path": "de.flexiprovider/META-INF/MANIFEST.MF",
"chars": 3064,
"preview": "Manifest-Version: 1.0\nBundle-ManifestVersion: 2\nBundle-Name: %Bundle-Name\nBundle-SymbolicName: de.flexiprovider;singleto"
},
{
"path": "de.flexiprovider/OSGI-INF/l10n/bundle.properties",
"chars": 125,
"preview": "#Properties file for de.flexiprovider\nBundle-Vendor.0 = Technische Universitaet Darmstadt\nBundle-Name = Flexiprovider Pl"
},
{
"path": "de.flexiprovider/OSGI-INF/l10n/bundle_de.properties",
"chars": 129,
"preview": "#Properties file for de.flexiprovider\nBundle-Vendor.0 = Technische Universit\\u00e4t Darmstadt\nBundle-Name = Flexiprovide"
},
{
"path": "de.flexiprovider/build.properties",
"chars": 317,
"preview": "source.. = src/\noutput.. = bin/\nbin.includes = META-INF/,\\\n .,\\\n plugin.xml,\\\n "
},
{
"path": "de.flexiprovider/gpl.txt",
"chars": 17987,
"preview": "\t\t GNU GENERAL PUBLIC LICENSE\n\t\t Version 2, June 1991\n\n Copyright (C) 1989, 1991 Free Software Foundation, Inc."
},
{
"path": "de.flexiprovider/lgpl.txt",
"chars": 26436,
"preview": "\t\t GNU LESSER GENERAL PUBLIC LICENSE\n\t\t Version 2.1, February 1999\n\n Copyright (C) 1991, 1999 Free Software Found"
},
{
"path": "de.flexiprovider/licensing.txt",
"chars": 387,
"preview": "Licensing: The FlexiProvider is open source. The Core Provider module is LGPL licensed, the EC and the NF Provider modul"
},
{
"path": "de.flexiprovider/plugin.xml",
"chars": 737,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?eclipse version=\"3.4\"?>\n<plugin>\n <extension\n point=\"org.jcryptool.co"
},
{
"path": "de.flexiprovider/pom.xml",
"chars": 603,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project\n\txsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apac"
},
{
"path": "de.flexiprovider/src/de/flexiprovider/FlexiProviderController.java",
"chars": 5424,
"preview": "//-----BEGIN DISCLAIMER-----\n/*******************************************************************************\n* Copyrigh"
},
{
"path": "de.flexiprovider/src/de/flexiprovider/FlexiProviderPlugin.java",
"chars": 2247,
"preview": "//-----BEGIN DISCLAIMER-----\n/*******************************************************************************\n* Copyrigh"
},
{
"path": "de.flexiprovider/xml/algorithms.xml",
"chars": 85232,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<FlexiProvider version=\"1.6.0.p5\">\n <ParameterSpecs>\n <ParameterSpec class=\"d"
},
{
"path": "net.sourceforge.codec/.classpath",
"chars": 593,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<classpath>\n\t<classpathentry kind=\"con\" path=\"org.eclipse.jdt.launching.JRE_CONTA"
},
{
"path": "net.sourceforge.codec/.project",
"chars": 824,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<projectDescription>\n\t<name>net.sourceforge.codec</name>\n\t<comment></comment>\n\t<p"
},
{
"path": "net.sourceforge.codec/META-INF/MANIFEST.MF",
"chars": 504,
"preview": "Manifest-Version: 1.0\nBundle-ManifestVersion: 2\nBundle-Name: %Bundle-Name\nBundle-SymbolicName: net.sourceforge.codec;sin"
},
{
"path": "net.sourceforge.codec/OSGI-INF/l10n/bundle.properties",
"chars": 152,
"preview": "#Properties file for net.sourceforge.codec\nBundle-Vendor=Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschun"
},
{
"path": "net.sourceforge.codec/OSGI-INF/l10n/bundle_de.properties",
"chars": 156,
"preview": "#Properties file for net.sourceforge.codec\nBundle-Vendor=Fraunhofer-Gesellschaft zur F\\u00f6rderung der angewandten Fors"
},
{
"path": "net.sourceforge.codec/build.properties",
"chars": 89,
"preview": "output.. = .\nbin.includes = META-INF/,\\\n codec/,\\\n OSGI-INF/\n"
},
{
"path": "net.sourceforge.codec/pom.xml",
"chars": 604,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project\n\txsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apac"
},
{
"path": "net.sourceforge.javahexeditor/.classpath",
"chars": 369,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<classpath>\n\t<classpathentry kind=\"con\" path=\"org.eclipse.jdt.launching.JRE_CONTA"
},
{
"path": "net.sourceforge.javahexeditor/.gitignore",
"chars": 6,
"preview": "/bin/\n"
},
{
"path": "net.sourceforge.javahexeditor/.project",
"chars": 832,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<projectDescription>\n\t<name>net.sourceforge.javahexeditor</name>\n\t<comment></comm"
},
{
"path": "net.sourceforge.javahexeditor/META-INF/MANIFEST.MF",
"chars": 1126,
"preview": "Manifest-Version: 1.0\nBundle-ManifestVersion: 2\nBundle-Name: Java Hex Editor\nBundle-SymbolicName: net.sourceforge.javahe"
},
{
"path": "net.sourceforge.javahexeditor/about.ini",
"chars": 69,
"preview": "featureImage=images/javahexeditor-32x32.png\naboutText=Java Hex Editor"
},
{
"path": "net.sourceforge.javahexeditor/build.properties",
"chars": 275,
"preview": "source.. = src/\noutput.. = bin/\nbin.includes = META-INF/,\\\n plugin.xml,\\\n .,\\\n "
},
{
"path": "net.sourceforge.javahexeditor/doc/COPYING.txt",
"chars": 16576,
"preview": " GNU GENERAL PUBLIC LICENSE\n Version 2, June 1991\n\n Copyright (C) 1989, 1991 Free Software Foun"
},
{
"path": "net.sourceforge.javahexeditor/doc/PROJECT.txt",
"chars": 381,
"preview": "Project URL https://sourceforge.net/projects/javahexeditor/\nClient: Bitkinex\nHost: web.sourceforge.net\nProtocol: SFTP\nPo"
},
{
"path": "net.sourceforge.javahexeditor/doc/RELEASE.txt",
"chars": 7244,
"preview": "\njavahexeditor - Java Hex Editor\n\nCopyright (C) 2006 - 2017 Jordi Bergenthal, pestatije(-at_)users.sourceforge.net.\nThe "
},
{
"path": "net.sourceforge.javahexeditor/nl/de/contexts.xml",
"chars": 466,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<contexts>\n <context id=\"hexEditor\" title=\"Hexeditor\">\n <description>Mit d"
},
{
"path": "net.sourceforge.javahexeditor/nl/en/contexts.xml",
"chars": 450,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<contexts>\n <context id=\"hexEditor\" title=\"Hexeditor\">\n <description>The <"
},
{
"path": "net.sourceforge.javahexeditor/plugin.properties",
"chars": 510,
"preview": "\neditor.name = Hex Editor\npreferences-page.name = Java Hex Editor\naction.label = Open in Hex Editor\naction.tooltip = Ope"
},
{
"path": "net.sourceforge.javahexeditor/plugin.xml",
"chars": 2546,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?eclipse version=\"3.0\"?>\n<plugin>\n <extension-point id=\"outline\" name=\"outline"
},
{
"path": "net.sourceforge.javahexeditor/plugin_de.properties",
"chars": 509,
"preview": "\neditor.name = Hex Editor\npreferences-page.name = Java Hex Editor\naction.label = ffnen mit Hex Editor\naction.tooltip = A"
},
{
"path": "net.sourceforge.javahexeditor/pom.xml",
"chars": 628,
"preview": "<project \nxsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd\" xmlns=\"http"
},
{
"path": "net.sourceforge.javahexeditor/schema/outline.exsd",
"chars": 2540,
"preview": "<?xml version='1.0' encoding='UTF-8'?>\n<!-- Schema file written by PDE -->\n<schema targetNamespace=\"net.sourceforge.java"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/BinaryContent.java",
"chars": 35521,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/BinaryContentActionHistory.java",
"chars": 12242,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/BinaryContentFinder.java",
"chars": 11089,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/ClipboardHelper.java",
"chars": 6020,
"preview": "package net.sourceforge.javahexeditor;\n\nimport java.io.IOException;\nimport java.nio.ByteBuffer;\nimport java.nio.charset."
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/ContextMenu.java",
"chars": 5801,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/CopyDialog.java",
"chars": 2493,
"preview": "package net.sourceforge.javahexeditor;\n\nimport org.eclipse.jface.dialogs.Dialog;\nimport org.eclipse.swt.SWT;\nimport org."
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/DisplayedContent.java",
"chars": 6732,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/FileToucher.java",
"chars": 254,
"preview": "package net.sourceforge.javahexeditor;\n\nimport java.io.File;\nimport java.io.IOException;\n\nimport org.eclipse.core.runtim"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/FindReplaceDialog.java",
"chars": 22517,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/FindReplaceHistory.java",
"chars": 2328,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/GoToDialog.java",
"chars": 9811,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/HelpResources.java",
"chars": 3517,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/HexTexts.java",
"chars": 66866,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/Manager.java",
"chars": 20666,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/OpenInTexteditor.java",
"chars": 3083,
"preview": "package net.sourceforge.javahexeditor;\n\nimport org.eclipse.core.runtime.Platform;\nimport org.eclipse.jface.action.IActio"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/PasteDialog.java",
"chars": 2229,
"preview": "package net.sourceforge.javahexeditor;\n\nimport org.eclipse.jface.dialogs.Dialog;\nimport org.eclipse.swt.SWT;\nimport org."
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/Preferences.java",
"chars": 1523,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/PreferencesManager.java",
"chars": 16649,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/RandomAccessFileFactory.java",
"chars": 2305,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/SelectBlockDialog.java",
"chars": 11006,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/StatusLine.java",
"chars": 6010,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/Texts.java",
"chars": 7037,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/Texts.properties",
"chars": 5918,
"preview": "# General\nBUTTON_OK_LABEL=&OK\nBUTTON_RESET_LABEL=&Reset\nBUTTON_CANCEL_LABEL=&Cancel\nBUTTON_CLOSE_LABEL=&Close\n\nBYTE_ARRA"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/Texts_de.properties",
"chars": 6489,
"preview": "# General\nBUTTON_OK_LABEL=&OK\nBUTTON_RESET_LABEL=&Zurcksetzen\nBUTTON_CANCEL_LABEL=&Abbrechen\nBUTTON_CLOSE_LABEL=&Schliee"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/common/ByteArrayUtility.java",
"chars": 2409,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/common/NumberUtility.java",
"chars": 2751,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/common/ResourceUtility.java",
"chars": 3419,
"preview": "/**\n * Copyright (C) 2013 - 2014 <a href=\"http://www.wudsn.com\" target=\"_top\">Peter Dell</a>\n *\n * This file is part of "
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/common/SWTUtility.java",
"chars": 5885,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/common/TextUtility.java",
"chars": 2123,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/HexEditorPlugin.java",
"chars": 2251,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/actions/FileOpenAction.java",
"chars": 3145,
"preview": "package net.sourceforge.javahexeditor.plugin.actions;\n\nimport java.io.File;\n\nimport org.eclipse.core.resources.IFile;\nim"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/editors/HexEditor.java",
"chars": 17765,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/editors/HexEditorActionBarContributor.java",
"chars": 8682,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/editors/HexEditorInput.java",
"chars": 5294,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/editors/HexEditorPreferences.java",
"chars": 1896,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/editors/HexEditorPreferencesPage.java",
"chars": 3081,
"preview": "/*\n * javahexeditor, a java hex editor\n * Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.ne"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/editors/Texts.java",
"chars": 397,
"preview": "package net.sourceforge.javahexeditor.plugin.editors;\n\nimport org.eclipse.osgi.util.NLS;\n\npublic class Texts extends NLS"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/editors/Texts.properties",
"chars": 38,
"preview": "HexEditor_unsaved=unsaved\\\\d\\\\d\\\\d.txt"
},
{
"path": "net.sourceforge.javahexeditor/src/net/sourceforge/javahexeditor/plugin/editors/Texts_de.properties",
"chars": 40,
"preview": "HexEditor_unsaved=unbenannt\\\\d\\\\d\\\\d.txt"
},
{
"path": "notes_updatesitelocations.txt",
"chars": 828,
"preview": "org.jcryptool.product/jcryptool.p2.inf|7| org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https$"
},
{
"path": "org.apache.commons.cli/.classpath",
"chars": 520,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<classpath>\n\t<classpathentry kind=\"con\" path=\"org.eclipse.jdt.launching.JRE_CONTA"
},
{
"path": "org.apache.commons.cli/.project",
"chars": 825,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<projectDescription>\n\t<name>org.apache.commons.cli</name>\n\t<comment></comment>\n\t<"
},
{
"path": "org.apache.commons.cli/META-INF/LICENSE.txt",
"chars": 11358,
"preview": " Apache License\n Version 2.0, January 2004\n "
},
{
"path": "org.apache.commons.cli/META-INF/MANIFEST.MF",
"chars": 993,
"preview": "Manifest-Version: 1.0\nArchiver-Version: Plexus Archiver\nCreated-By: 1.5.0_16 (Apple Computer, Inc.)\nBuilt-By: hen\nBuild-"
},
{
"path": "org.apache.commons.cli/OSGI-INF/l10n/bundle.properties",
"chars": 175,
"preview": "Bundle-Vendor = apache.org\nBundle-Name = Commons CLI\nBundle-Description = Commons CLI provides a simple API for presenti"
},
{
"path": "org.apache.commons.cli/OSGI-INF/l10n/bundle_de.properties",
"chars": 175,
"preview": "Bundle-Vendor = apache.org\nBundle-Name = Commons CLI\nBundle-Description = Commons CLI provides a simple API for presenti"
},
{
"path": "org.apache.commons.cli/build.properties",
"chars": 87,
"preview": "output.. = .\nbin.includes = META-INF/,\\\n org/,\\\n OSGI-INF/\n"
},
{
"path": "org.apache.commons.cli/pom.xml",
"chars": 600,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project\n\txsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apac"
},
{
"path": "org.bouncycastle/.classpath",
"chars": 460,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<classpath>\n\t<classpathentry kind=\"con\" path=\"org.eclipse.jdt.launching.JRE_CONTA"
},
{
"path": "org.bouncycastle/.project",
"chars": 819,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<projectDescription>\n\t<name>org.bouncycastle</name>\n\t<comment></comment>\n\t<projec"
},
{
"path": "org.bouncycastle/META-INF/MANIFEST.MF",
"chars": 558,
"preview": "Manifest-Version: 1.0\nBundle-ManifestVersion: 2\nBundle-Name: %Bundle-Name\nBundle-SymbolicName: org.bouncycastle;singleto"
},
{
"path": "org.bouncycastle/OSGI-INF/l10n/bundle.properties",
"chars": 106,
"preview": "#Properties file for org.bouncycastle\nBundle-Vendor = bouncycastle.org\nBundle-Name = Bouncy Castle Plug-in"
},
{
"path": "org.bouncycastle/OSGI-INF/l10n/bundle_de.properties",
"chars": 106,
"preview": "#Properties file for org.bouncycastle\nBundle-Vendor = bouncycastle.org\nBundle-Name = Bouncy Castle Plug-in"
},
{
"path": "org.bouncycastle/build.properties",
"chars": 160,
"preview": "output.. = bin/\nbin.includes = META-INF/,\\\n plugin.xml,\\\n license.txt,\\\n .,\\\n "
},
{
"path": "org.bouncycastle/license.txt",
"chars": 1196,
"preview": "Copyright (c) 2000 - 2006 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) \n\nPermission is hereby granted, "
},
{
"path": "org.bouncycastle/plugin.xml",
"chars": 704,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?eclipse version=\"3.4\"?>\n<plugin>\n <extension\n point=\"org.jcryptool.co"
},
{
"path": "org.bouncycastle/pom.xml",
"chars": 616,
"preview": "<project \nxsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd\" xmlns=\"http"
},
{
"path": "org.bouncycastle/src/org/bouncycastle/BouncyCastleController.java",
"chars": 1750,
"preview": "//-----BEGIN DISCLAIMER-----\n/*******************************************************************************\n* Copyrigh"
},
{
"path": "org.bouncycastle/src/org/bouncycastle/BouncyCastlePlugin.java",
"chars": 1532,
"preview": "//-----BEGIN DISCLAIMER-----\n/*******************************************************************************\n* Copyrigh"
},
{
"path": "org.jcryptool.actions.core/.classpath",
"chars": 368,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<classpath>\n\t<classpathentry kind=\"src\" path=\"src\"/>\n\t<classpathentry kind=\"con\" "
},
{
"path": "org.jcryptool.actions.core/.project",
"chars": 829,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<projectDescription>\n\t<name>org.jcryptool.actions.core</name>\n\t<comment></comment"
},
{
"path": "org.jcryptool.actions.core/META-INF/MANIFEST.MF",
"chars": 706,
"preview": "Manifest-Version: 1.0\nBundle-ManifestVersion: 2\nBundle-Name: %BundleName\nBundle-SymbolicName: org.jcryptool.actions.core"
},
{
"path": "org.jcryptool.actions.core/OSGI-INF/l10n/bundle.properties",
"chars": 615,
"preview": "###############################################################################\n# Copyright (c) 2011, 2020 JCrypTool Cor"
},
{
"path": "org.jcryptool.actions.core/OSGI-INF/l10n/bundle_de.properties",
"chars": 616,
"preview": "###############################################################################\n# Copyright (c) 2011, 2020 JCrypTool Cor"
},
{
"path": "org.jcryptool.actions.core/build.properties",
"chars": 131,
"preview": "source.. = src/\noutput.. = bin/\nbin.includes = META-INF/,\\\n .,\\\n resources/,\\\n "
},
{
"path": "org.jcryptool.actions.core/pom.xml",
"chars": 586,
"preview": "<project \nxsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd\" xmlns=\"http"
},
{
"path": "org.jcryptool.actions.core/resources/actioncascade.xsd",
"chars": 2322,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<schema targetNamespace=\"http://www.jcryptool.org/actioncascade\" elementFormDefau"
},
{
"path": "org.jcryptool.actions.core/src/org/jcryptool/actions/core/ActionsCorePlugin.java",
"chars": 1078,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.core/src/org/jcryptool/actions/core/registry/ActionCascadeService.java",
"chars": 3363,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.core/src/org/jcryptool/actions/core/types/ActionCascade.java",
"chars": 5560,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.core/src/org/jcryptool/actions/core/types/ActionItem.java",
"chars": 3807,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.core/src/org/jcryptool/actions/core/utils/Constants.java",
"chars": 899,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.core/src/org/jcryptool/actions/core/utils/ImportUtils.java",
"chars": 6409,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.ui/.classpath",
"chars": 368,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<classpath>\n\t<classpathentry kind=\"con\" path=\"org.eclipse.jdt.launching.JRE_CONTA"
},
{
"path": "org.jcryptool.actions.ui/.project",
"chars": 827,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<projectDescription>\n\t<name>org.jcryptool.actions.ui</name>\n\t<comment></comment>\n"
},
{
"path": "org.jcryptool.actions.ui/META-INF/MANIFEST.MF",
"chars": 1367,
"preview": "Manifest-Version: 1.0\nBundle-ManifestVersion: 2\nBundle-Name: %BundleName\nBundle-SymbolicName: org.jcryptool.actions.ui;s"
},
{
"path": "org.jcryptool.actions.ui/OSGI-INF/l10n/bundle.properties",
"chars": 2078,
"preview": "###############################################################################\n# Copyright (c) 2011, 2020 JCrypTool Cor"
},
{
"path": "org.jcryptool.actions.ui/OSGI-INF/l10n/bundle_de.properties",
"chars": 2260,
"preview": "###############################################################################\n# Copyright (c) 2011, 2020 JCrypTool Cor"
},
{
"path": "org.jcryptool.actions.ui/build.properties",
"chars": 288,
"preview": "source.. = src/\noutput.. = bin/\nbin.includes = META-INF/,\\\n .,\\\n plugin.xml,\\\n "
},
{
"path": "org.jcryptool.actions.ui/nl/de/contexts.xml",
"chars": 1541,
"preview": "<contexts>\n\t<context id=\"actionView\" title=\"Aktionen-Sicht\">\n\t\t<description>Mit der <b>Actions</b> Sicht können Sie aufe"
},
{
"path": "org.jcryptool.actions.ui/nl/de/help/preferences.html",
"chars": 2766,
"preview": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\n\n<html>\n<head>\n <meta http-equiv=\"Content-Type\" cont"
},
{
"path": "org.jcryptool.actions.ui/nl/de/help/view.html",
"chars": 12763,
"preview": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\n\n<html>\n<head>\n <meta http-equiv=\"Content-Type\" cont"
},
{
"path": "org.jcryptool.actions.ui/nl/de/index.xml",
"chars": 259,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<index version=\"1.0\">\n <entry keyword=\"Actions\">\n <topic href=\"help/vie"
},
{
"path": "org.jcryptool.actions.ui/nl/de/toc.xml",
"chars": 295,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?NLS TYPE=\"org.eclipse.help.toc\"?>\n\n<toc label=\"Actions\" link_to=\"../org.jcrypto"
},
{
"path": "org.jcryptool.actions.ui/nl/en/contexts.xml",
"chars": 1311,
"preview": "<contexts>\n\t<context id=\"actionView\" title=\"Actions View\">\n\t\t<description>The <b>Actions</b> view can record different c"
},
{
"path": "org.jcryptool.actions.ui/nl/en/help/preferences.html",
"chars": 2555,
"preview": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\n\n<html>\n<head>\n <meta http-equiv=\"Content-Type\" cont"
},
{
"path": "org.jcryptool.actions.ui/nl/en/help/view.html",
"chars": 11114,
"preview": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\n\n<html>\n<head>\n <meta http-equiv=\"Content-Type\" cont"
},
{
"path": "org.jcryptool.actions.ui/nl/en/index.xml",
"chars": 254,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<index version=\"1.0\">\n <entry keyword=\"Actions\">\n <topic href=\"help/vie"
},
{
"path": "org.jcryptool.actions.ui/nl/en/toc.xml",
"chars": 290,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?NLS TYPE=\"org.eclipse.help.toc\"?>\n\n<toc label=\"Actions\" link_to=\"../org.jcrypto"
},
{
"path": "org.jcryptool.actions.ui/plugin.xml",
"chars": 18610,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?eclipse version=\"3.4\"?>\n<plugin>\n <extension\n point=\"org.eclipse.ui.v"
},
{
"path": "org.jcryptool.actions.ui/pom.xml",
"chars": 584,
"preview": "<project \nxsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd\" xmlns=\"http"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/ActionsUIPlugin.java",
"chars": 1649,
"preview": "//-----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyrig"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/ExportHandler.java",
"chars": 4265,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/ImportActionCascadeHandler.java",
"chars": 3359,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/ImportHandler.java",
"chars": 2928,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/ImportSampleHandler.java",
"chars": 4572,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/Messages.java",
"chars": 1877,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/MoveDownHandler.java",
"chars": 2010,
"preview": "//-----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyrig"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/MoveUpHandler.java",
"chars": 2017,
"preview": "//-----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyrig"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/NewCascadeHandler.java",
"chars": 2860,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/RecordHandler.java",
"chars": 4125,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/RemoveSelectedHandler.java",
"chars": 1645,
"preview": "//-----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyrig"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/StartHandler.java",
"chars": 11982,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/messages.properties",
"chars": 1117,
"preview": "ExportHandler_1=Confirm overwrite\nExportHandler_2=The file {0} already exists. Do you want to replace the existing file?"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/handler/messages_de.properties",
"chars": 1244,
"preview": "ExportHandler_1=berschreiben besttigen\nExportHandler_2=Die Datei {0} besteht bereits. Mchten Sie die bestehende Datei er"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/preferences/GeneralPage.java",
"chars": 6378,
"preview": "//-----BEGIN DISCLAIMER-----\n/*******************************************************************************\n* Copyrigh"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/preferences/Messages.java",
"chars": 1359,
"preview": "//-----BEGIN DISCLAIMER-----\n/*******************************************************************************\n* Copyrigh"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/preferences/PreferenceConstants.java",
"chars": 1083,
"preview": "//-----BEGIN DISCLAIMER-----\n/*******************************************************************************\n* Copyrigh"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/preferences/PreferenceInitializer.java",
"chars": 1235,
"preview": "//-----BEGIN DISCLAIMER-----\n/*******************************************************************************\n* Copyrigh"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/preferences/messages.properties",
"chars": 332,
"preview": "GeneralPage_0=Preferences for the Actions view\nGeneralPage_1=Layout\nGeneralPage_2=Security\nGeneralPage_3=Show filenames "
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/preferences/messages_de.properties",
"chars": 361,
"preview": "GeneralPage_0=Einstellungen fr die Aktionen-Sicht\nGeneralPage_1=Aussehen\nGeneralPage_2=Sicherheit\nGeneralPage_3=Dateinam"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/propertytester/RecordPropertyTester.java",
"chars": 1574,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/utils/Constants.java",
"chars": 845,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/utils/Messages.java",
"chars": 1067,
"preview": "//-----BEGIN DISCLAIMER-----\n/*******************************************************************************\n* Copyrigh"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/utils/messages.properties",
"chars": 35,
"preview": "Constants_0=Action Cascade (*.xml)\n"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/utils/messages_de.properties",
"chars": 35,
"preview": "Constants_0=Action Kaskade (*.xml)\n"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/views/ActionView.java",
"chars": 10376,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/views/Messages.java",
"chars": 1257,
"preview": "//-----BEGIN DISCLAIMER-----\n/*******************************************************************************\n* Copyrigh"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/views/messages.properties",
"chars": 177,
"preview": "ActionView_0=Algorithm\nActionView_1=The executed algorithm.\nActionView_2=Filename\nActionView_3=The name of the generated"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/views/messages_de.properties",
"chars": 183,
"preview": "ActionView_0=Algorithmus\nActionView_1=Der ausgefhrte Algorithmus.\nActionView_2=Dateiname\nActionView_3=Der Name der gener"
},
{
"path": "org.jcryptool.actions.ui/src/org/jcryptool/actions/ui/views/provider/ActionLabelProvider.java",
"chars": 2490,
"preview": "// -----BEGIN DISCLAIMER-----\n/*******************************************************************************\n * Copyri"
},
{
"path": "org.jcryptool.actions.ui/templates/Caesar1.xml",
"chars": 4191,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ActionCascade xmlns=\"http://www.jcryptool.org/actioncascade\" name=\"unsaved001Cas"
},
{
"path": "org.jcryptool.actions.ui/templates/Caesar1_old.xml",
"chars": 3807,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ActionCascade xmlns=\"http://www.jcryptool.org/actioncascade\" name=\"unbenannt001C"
},
{
"path": "org.jcryptool.actions.ui/templates/Caesar2.xml",
"chars": 2193,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ActionCascade xmlns=\"http://www.jcryptool.org/actioncascade\" name=\"unsaved001Cas"
},
{
"path": "org.jcryptool.actions.ui/templates/Caesar2_old.xml",
"chars": 1932,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ActionCascade xmlns=\"http://www.jcryptool.org/actioncascade\" name=\"unbenannt001C"
},
{
"path": "org.jcryptool.bci/.classpath",
"chars": 445,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<classpath>\n\t<classpathentry exported=\"true\" kind=\"lib\" path=\"bcijar/bciassembled"
},
{
"path": "org.jcryptool.bci/.project.disabled",
"chars": 650,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<projectDescription>\n\t<name>org.jcryptool.bci</name>\n\t<comment></comment>\n\t<proje"
},
{
"path": "org.jcryptool.bci/META-INF/MANIFEST.MF",
"chars": 725,
"preview": "Manifest-Version: 1.0\nBundle-ManifestVersion: 2\nBundle-Name: Bci\nBundle-SymbolicName: org.jcryptool.bci;singleton:=true\n"
},
{
"path": "org.jcryptool.bci/bcijar/.gitignore",
"chars": 18,
"preview": "/bciassembled.jar\n"
},
{
"path": "org.jcryptool.bci/build.properties",
"chars": 166,
"preview": "source.. = src/\noutput.. = bin/\nbin.includes = META-INF/,\\\n .,\\\n plugin.xml,\\\n "
},
{
"path": "org.jcryptool.bci/nl/de/contexts.xml",
"chars": 337,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<contexts>\n <context id=\"rsaview\" title=\"Demonstration von RSA\">\n <descrip"
},
{
"path": "org.jcryptool.bci/nl/de/help/content/index.html",
"chars": 13,
"preview": "\n${RSAHELP}\n\n"
},
{
"path": "org.jcryptool.bci/nl/de/toc.xml",
"chars": 264,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?NLS TYPE=\"org.eclipse.help.toc\"?>\n\n<toc label=\"Textbook-RSA\" link_to=\"../org.jc"
},
{
"path": "org.jcryptool.bci/nl/en/contexts.xml",
"chars": 331,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<contexts>\n <context id=\"rsaview\" title=\"Demonstration of RSA\">\n <descript"
},
{
"path": "org.jcryptool.bci/nl/en/help/content/index.html",
"chars": 13,
"preview": "\n${RSAHELP}\n\n"
},
{
"path": "org.jcryptool.bci/nl/en/toc.xml",
"chars": 253,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?NLS TYPE=\"org.eclipse.help.toc\"?>\n\n<toc label=\"Textbook RSA\" link_to=\"../org.jc"
},
{
"path": "org.jcryptool.bci/plugin.xml",
"chars": 1399,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?eclipse version=\"3.4\"?>\n<plugin>\n\n <extension\n point=\"org.eclipse.ui."
},
{
"path": "org.jcryptool.bci/pom.xml.disabled",
"chars": 566,
"preview": "<project \nxsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd\" xmlns=\"http"
},
{
"path": "org.jcryptool.bci/src/org/eclipse/wb/swt/SWTResourceManager.java",
"chars": 14530,
"preview": "/*******************************************************************************\n * Copyright (c) 2011 Google, Inc.\n * A"
},
{
"path": "org.jcryptool.bci/src/org/jcryptool/bci/Activator.java",
"chars": 815,
"preview": "package org.jcryptool.bci;\n\nimport org.eclipse.ui.plugin.AbstractUIPlugin;\nimport org.osgi.framework.BundleContext;\n\n/**"
},
{
"path": "org.jcryptool.bci/src/org/jcryptool/bci/views/OperationView.java",
"chars": 9317,
"preview": "package org.jcryptool.bci.views;\n\n\nimport org.eclipse.swt.widgets.Composite;\nimport org.eclipse.ui.part.*;\nimport org.ec"
},
{
"path": "org.jcryptool.buildinfo/.classpath",
"chars": 368,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<classpath>\n\t<classpathentry kind=\"con\" path=\"org.eclipse.jdt.launching.JRE_CONTA"
},
{
"path": "org.jcryptool.buildinfo/.project",
"chars": 656,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<projectDescription>\n\t<name>org.jcryptool.buildinfo</name>\n\t<comment></comment>\n\t"
},
{
"path": "org.jcryptool.buildinfo/META-INF/MANIFEST.MF",
"chars": 687,
"preview": "Manifest-Version: 1.0\nBundle-ManifestVersion: 2\nBundle-Name: Buildinfo\nBundle-SymbolicName: org.jcryptool.buildinfo;sing"
},
{
"path": "org.jcryptool.buildinfo/build.properties",
"chars": 147,
"preview": "source.. = src/\noutput.. = bin/\nbin.includes = META-INF/,\\\n .,\\\n plugin.xml,\\\n "
},
{
"path": "org.jcryptool.buildinfo/nl/.gitkeep",
"chars": 0,
"preview": ""
},
{
"path": "org.jcryptool.buildinfo/plugin.xml",
"chars": 934,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?eclipse version=\"3.4\"?>\n<plugin>\n\n <extension\n point=\"org.eclipse.ui."
},
{
"path": "org.jcryptool.buildinfo/pom.xml",
"chars": 583,
"preview": "<project \nxsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd\" xmlns=\"http"
}
]
// ... and 1379 more files (download for full content)
About this extraction
This page contains the full source code of the jcryptool/core GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 1579 files (19.4 MB), approximately 5.2M tokens, and a symbol index with 9400 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.