A C E G O P S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- assembleHelp(String, List<? extends CliParam>) - Static method in class org.iqtig.packer.shared.cli.CliHelpAssembler
C
- CliHelpAssembler - Class in org.iqtig.packer.shared.cli
-
Assembler für den Hilfe-Text, der bei CLI-Anwendungen zur Ausgabe gebracht wird.
- CliHelpAssembler() - Constructor for class org.iqtig.packer.shared.cli.CliHelpAssembler
- CliParam - Interface in org.iqtig.packer.shared.cli
-
Funktionsschnittstelle für Eingabeparameter von CLI-Anwendungen.
- CliParamParser - Class in org.iqtig.packer.shared.cli
-
Parser für CLI-Eingabeparameter.
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.ChooseCryptionOrZipOption
-
Creates instance of ChooseCryptionOrZipOption with message "Eine Option (Ver-/Entschlüsselung und/oder Ver-/Entpacken) wählen."
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.CryptoPasswordIsMissing
-
Creates instance of CryptoPasswordIsMissing with message "Für das Ver- oder Entschlüsseln wird ein Passwort benötigt."
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.DecryptAndEncrpytIsProhibited
-
Creates instance of DecryptAndEncrpytIsProhibited with message "Das zeitgleiche Ver-/Entschlüsseln ist nicht möglich."
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.DecryptAndZipIsProhibited
-
Creates instance of DecryptAndZipIsProhibited with message "Entschlüsseln und Verpacken nicht möglich."
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.DecryptionPasswordCouldBeInvalid
-
Creates instance of DecryptionPasswordCouldBeInvalid with message "Eine unerwartete Ausnahme wurde ausgelöst.
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.DecryptionPasswordIsInvalid
-
Creates instance of DecryptionPasswordIsInvalid with message "Es wurde ein falsches Passwort zur Entschlüsselung der Exportdatei angegeben."
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.EncryptAndUnzipIsProhibited
-
Creates instance of EncryptAndUnzipIsProhibited with message "Verschlüsseln und Entpacken nicht möglich."
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.EncryptTagOrDecrpytTagIsMissing
-
Creates instance of EncryptTagOrDecrpytTagIsMissing with message "Beim Ver-/Entschlüsseln muss ein <tag> angegeben werden (-t)!"
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.GenKeyAndEncryptAndDecryptParamMissing
-
Creates instance of GenKeyAndEncryptAndDecryptParamMissing with message "Es muss ein Parameter -g (genkey) -e (encrypt) -d (decrypt) gewählt werden!"
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.InputFileIsEmpty
-
Creates instance of InputFileIsEmpty with message "Die Eingabedatei ist leer."
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.InputFileIsMissing
-
Creates instance of InputFileIsMissing with message "Die Eingabedatei existiert nicht."
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.InputFilesAreMissing
-
Creates instance of InputFilesAreMissing with message "Eine oder mehrere Eingabedateien werden benötigt."
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.InternalErrorOccured
-
Creates instance of InternalErrorOccured with message "Es ist ein interner Fehler aufgetreten.
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.KeyFileNotFound
-
Creates instance of KeyFileNotFound with message "Schlüsseldatei nicht gefunden!"
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.OnlyOneKeyAllowed
-
Creates instance of OnlyOneKeyAllowed with message "Es ist nur ein Schlüssel erlaubt!"
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.OutputFileCreationFailed
-
Creates instance of OutputFileCreationFailed with message "Ausgabedatei konnte nicht erzeugt werden!"
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.PrivateKeyFileIsErroneous
-
Creates instance of PrivateKeyFileIsErroneous with message "Die private Schlüsseldatei ist fehlerhaft!"
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.PublicKeyFileIsErroneous
-
Creates instance of PublicKeyFileIsErroneous with message "Die öffentliche Schlüsseldatei ist fehlerhaft!"
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.TPackerFileNotValid
-
Creates instance of TPackerFileNotValid with message "Das Dokument enthält unverschlüsselte PID-Daten."
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.TPackerFileValidationFailed
-
Creates instance of TPackerFileValidationFailed with message "Die mit Transportverschlüsselung zu versehende Datei konnte nicht validiert werden."
- createInstance() - Static method in exception org.iqtig.packer.shared.error.Errors.ZipAndUnzipIsProhibited
-
Creates instance of ZipAndUnzipIsProhibited with message "Das zeitgleiche Ver-/Entpacken ist nicht möglich."
- createInstance(String) - Static method in exception org.iqtig.packer.shared.error.Errors.DataToEncryptAreCorrupt
-
Creates instance of DataToEncryptAreCorrupt with message "Entweder der zum Entschlüsseln verwendete Schlüssel oder die zu entschlüsselnden Daten (<tagName>) sind fehlerhaft."
- createInstance(String) - Static method in exception org.iqtig.packer.shared.error.Errors.KeyTagIsMissing
-
Creates instance of KeyTagIsMissing with message "Für diesen Vorgang wird ein <tag> für den chiffrierten Schlüssel benoetigt!"
- createInstance(String, int) - Static method in exception org.iqtig.packer.shared.error.Errors.EncryptionPasswordIsInsufficient
- createInstance(String, String) - Static method in exception org.iqtig.packer.shared.error.Errors.DecryptionFailed
-
Creates instance of DecryptionFailed with message "Die Entschluesselung von <tag> ist fehlgeschlagen: <details>"
E
- Errors - Class in org.iqtig.packer.shared.error
- Errors.ChooseCryptionOrZipOption - Exception in org.iqtig.packer.shared.error
-
"Eine Option (Ver-/Entschlüsselung und/oder Ver-/Entpacken) wählen."
- Errors.CryptoPasswordIsMissing - Exception in org.iqtig.packer.shared.error
-
"Für das Ver- oder Entschlüsseln wird ein Passwort benötigt."
- Errors.DataToEncryptAreCorrupt - Exception in org.iqtig.packer.shared.error
-
"Entweder der zum Entschlüsseln verwendete Schlüssel oder die zu entschlüsselnden Daten (<tagName>) sind fehlerhaft."
- Errors.DecryptAndEncrpytIsProhibited - Exception in org.iqtig.packer.shared.error
-
"Das zeitgleiche Ver-/Entschlüsseln ist nicht möglich
- Errors.DecryptAndZipIsProhibited - Exception in org.iqtig.packer.shared.error
-
"Entschlüsseln und Verpacken nicht möglich."
- Errors.DecryptionFailed - Exception in org.iqtig.packer.shared.error
-
"Die Entschluesselung von <tag> ist fehlgeschlagen: <details>"
- Errors.DecryptionPasswordCouldBeInvalid - Exception in org.iqtig.packer.shared.error
-
"Eine unerwartete Ausnahme wurde ausgelöst.
- Errors.DecryptionPasswordIsInvalid - Exception in org.iqtig.packer.shared.error
-
"Es wurde ein falsches Passwort zur Entschlüsselung der Exportdatei angegeben."
- Errors.EncryptAndUnzipIsProhibited - Exception in org.iqtig.packer.shared.error
-
"Verschlüsseln und Entpacken nicht möglich."
- Errors.EncryptionPasswordIsInsufficient - Exception in org.iqtig.packer.shared.error
- Errors.EncryptTagOrDecrpytTagIsMissing - Exception in org.iqtig.packer.shared.error
-
"Beim Ver-/Entschlüsseln muss ein <tag> angegeben werden (-t)!"
- Errors.GenKeyAndEncryptAndDecryptParamMissing - Exception in org.iqtig.packer.shared.error
-
"Es muss ein Parameter -g (genkey) -e (encrypt) -d (decrypt) gewählt werden!"
- Errors.InputFileIsEmpty - Exception in org.iqtig.packer.shared.error
-
"Die Eingabedatei ist leer."
- Errors.InputFileIsMissing - Exception in org.iqtig.packer.shared.error
-
"Die Eingabedatei existiert nicht."
- Errors.InputFilesAreMissing - Exception in org.iqtig.packer.shared.error
-
"Eine oder mehrere Eingabedateien werden benötigt."
- Errors.InternalErrorOccured - Exception in org.iqtig.packer.shared.error
-
"Es ist ein interner Fehler aufgetreten.
- Errors.KeyFileNotFound - Exception in org.iqtig.packer.shared.error
-
"Schlüsseldatei nicht gefunden!"
- Errors.KeyTagIsMissing - Exception in org.iqtig.packer.shared.error
-
"Für diesen Vorgang wird ein <tag> für den chiffrierten Schlüssel benoetigt!"
- Errors.OnlyOneKeyAllowed - Exception in org.iqtig.packer.shared.error
-
"Es ist nur ein Schlüssel erlaubt!"
- Errors.OutputFileCreationFailed - Exception in org.iqtig.packer.shared.error
-
"Ausgabedatei konnte nicht erzeugt werden!"
- Errors.PrivateKeyFileIsErroneous - Exception in org.iqtig.packer.shared.error
-
"Die private Schlüsseldatei ist fehlerhaft!"
- Errors.PublicKeyFileIsErroneous - Exception in org.iqtig.packer.shared.error
-
"Die öffentliche Schlüsseldatei ist fehlerhaft!"
- Errors.TPackerFileNotValid - Exception in org.iqtig.packer.shared.error
-
"Das Dokument enthält unverschlüsselte PID-Daten."
- Errors.TPackerFileValidationFailed - Exception in org.iqtig.packer.shared.error
-
"Die mit Transportverschlüsselung zu versehende Datei konnte nicht validiert werden."
- Errors.ZipAndUnzipIsProhibited - Exception in org.iqtig.packer.shared.error
-
"Das zeitgleiche Ver-/Entpacken ist nicht möglich."
- exit(int) - Method in class org.iqtig.packer.shared.cli.SystemExitWrapper
G
- getErrorMessage() - Method in exception org.iqtig.packer.shared.error.ValidationErrorException
- getHelpText() - Method in interface org.iqtig.packer.shared.cli.CliParam
- getId() - Method in exception org.iqtig.packer.shared.error.ValidationErrorException
- getLongParam() - Method in interface org.iqtig.packer.shared.cli.CliParam
- getMessage() - Method in exception org.iqtig.packer.shared.error.ValidationErrorException
- getShortParam() - Method in interface org.iqtig.packer.shared.cli.CliParam
O
- option(List<String>, CliParam) - Static method in class org.iqtig.packer.shared.cli.CliParamParser
- optionWithParam(List<String>, CliParam, Function<CliParam, RuntimeException>) - Static method in class org.iqtig.packer.shared.cli.CliParamParser
- optionWithParams(List<String>, CliParam, Function<CliParam, RuntimeException>) - Static method in class org.iqtig.packer.shared.cli.CliParamParser
- org.iqtig.packer.shared.cli - package org.iqtig.packer.shared.cli
- org.iqtig.packer.shared.error - package org.iqtig.packer.shared.error
P
- parseCharset(String, Function<String, RuntimeException>) - Static method in class org.iqtig.packer.shared.cli.CliParamParser
S
- SystemExitWrapper - Class in org.iqtig.packer.shared.cli
-
Wrappt das System.exit von CLI-Anwendungen zu Testzwecken.
- SystemExitWrapper() - Constructor for class org.iqtig.packer.shared.cli.SystemExitWrapper
V
- ValidationErrorException - Exception in org.iqtig.packer.shared.error
-
Geklont von org.iqtig.utils.common_api.
- ValidationErrorException(int, String) - Constructor for exception org.iqtig.packer.shared.error.ValidationErrorException
All Classes All Packages