A C D E F G H I M O P R S T U V X Z 
All Classes All Packages

A

addError(ValidationErrorException) - Method in exception org.iqtig.tpacker.error.IqtigError
Fügt einen Fehler in die Fehlerliste ein.
Api - Class in org.iqtig.tpacker
Klasse, die Methoden zum Zippen, Ver- und Entschlüsseln von Dateien bereitstellt.

C

CHARACTERSET_PW_DECRYPT - org.iqtig.tpacker.params.TPackerCliParam
 
checkParameter() - Method in class org.iqtig.tpacker.impl.ConfigHelper
 
ConfigHelper - Class in org.iqtig.tpacker.impl
 
Configuration - Interface in org.iqtig.tpacker
Diese Klasse enthält alle Daten die bei einem Konsolenaufruf übergeben werden.
ConfigurationImpl - Class in org.iqtig.tpacker.impl
 
ConfigurationImpl(boolean, boolean, boolean, boolean, List<String>, String, String, boolean, Charset) - Constructor for class org.iqtig.tpacker.impl.ConfigurationImpl
 
CONST_KEY_ERROR_PARAM_CHARACTERSET_PW_DECRYPT_NOT_PARSEABLE - Static variable in class org.iqtig.tpacker.impl.Constants
 
CONST_KEY_ERROR_PARAM_OPTION_MISSING - Static variable in class org.iqtig.tpacker.impl.Constants
 
Constants - Class in org.iqtig.tpacker.impl
 

D

decrypt(List<File>, File, String) - Static method in class org.iqtig.tpacker.Api
Entschlüsselt Dateien.
decrypt(List<File>, File, String, Charset) - Static method in class org.iqtig.tpacker.Api
Entschlüsselt Dateien.
DECRYPT - org.iqtig.tpacker.params.TPackerCliParam
 

E

encrypt(List<File>, File, String, Boolean) - Static method in class org.iqtig.tpacker.Api
Verschlüsselt Dateien.
ENCRYPT - org.iqtig.tpacker.params.TPackerCliParam
 

F

FileBean - Class in org.iqtig.tpacker.impl
 
FileBean(String, InputStream) - Constructor for class org.iqtig.tpacker.impl.FileBean
 
fileOnly(String) - Method in class org.iqtig.tpacker.impl.ConfigHelper
 
findInsuranceId(File) - Static method in class org.iqtig.tpacker.validation.InsuranceIdFinder
 

G

generateFileSufix() - Method in class org.iqtig.tpacker.impl.ConfigHelper
 
getArgsError() - Static method in class org.iqtig.tpacker.impl.Constants
 
getCharacterSetPasswordDecrypt() - Method in interface org.iqtig.tpacker.Configuration
Liefert das optionale CharacterSet (Zeichencodierung), das zur Interpretation des Passworts zur Entschlüsselung verwendet werden soll.
getCharacterSetPasswordDecrypt() - Method in class org.iqtig.tpacker.impl.ConfigurationImpl
 
getCharacterSetPasswordDecrypt() - Method in class org.iqtig.tpacker.params.TPackerCliParamInput
 
getErrors() - Method in exception org.iqtig.tpacker.error.IqtigError
 
getFile() - Method in class org.iqtig.tpacker.impl.FileBean
 
getHelpText() - Method in enum org.iqtig.tpacker.params.TPackerCliParam
 
getInFiles() - Method in interface org.iqtig.tpacker.Configuration
Funktion gibt Ausgabedateinamen zurück.
getInFiles() - Method in class org.iqtig.tpacker.impl.ConfigurationImpl
 
getInFiles() - Method in class org.iqtig.tpacker.params.TPackerCliParamInput
 
getIvParameterSpec() - Method in class org.iqtig.tpacker.impl.FileBean
 
getLongParam() - Method in enum org.iqtig.tpacker.params.TPackerCliParam
 
getName() - Method in class org.iqtig.tpacker.impl.FileBean
 
getOut() - Method in interface org.iqtig.tpacker.Configuration
Die Funktion gibt ein Ausgabedatei oder ein Verzeichnis zurück
getOut() - Method in class org.iqtig.tpacker.impl.ConfigurationImpl
 
getOut() - Method in class org.iqtig.tpacker.params.TPackerCliParamInput
 
getParameterErrors() - Method in class org.iqtig.tpacker.impl.ConfigHelper
 
getPassword() - Method in interface org.iqtig.tpacker.Configuration
Gibt das Passwort zurück.
getPassword() - Method in class org.iqtig.tpacker.impl.ConfigurationImpl
 
getPassword() - Method in class org.iqtig.tpacker.params.TPackerCliParamInput
 
getShortParam() - Method in enum org.iqtig.tpacker.params.TPackerCliParam
 
getString(String) - Static method in class org.iqtig.tpacker.impl.Constants
 
getString(String, Object...) - Static method in class org.iqtig.tpacker.impl.Constants
 

H

handleError(IqtigError) - Static method in class org.iqtig.tpacker.TPackerCliApp
 
HELP - org.iqtig.tpacker.params.TPackerCliParam
 

I

INPUT_FILES - org.iqtig.tpacker.params.TPackerCliParam
 
InsuranceIdFinder - Class in org.iqtig.tpacker.validation
Eigenwillige Implementierung der Frage, ob in einem XML-Dokument das Tag 'versichertenid' (Gross-/Klein-Schreibung oder sind Namespaces egal) vorkommt.
InsuranceIdFinder() - Constructor for class org.iqtig.tpacker.validation.InsuranceIdFinder
 
InsuranceIdFinder.SAXTerminatorException - Exception in org.iqtig.tpacker.validation
 
IqtigError - Exception in org.iqtig.tpacker.error
Die Klasse erbt von Error und wurde für die Verwaltung von mehr als einem Fehler erweitert.
IqtigError(String) - Constructor for exception org.iqtig.tpacker.error.IqtigError
Erzeugt IqtigError mit einer Beschreibung des Fehlers.
IqtigError(String, Collection<ValidationErrorException>) - Constructor for exception org.iqtig.tpacker.error.IqtigError
Erzeugt IqtigError mit einer Beschreibung des Fehlers und einer Liste von Fehlern.
IqtigError(Collection<ValidationErrorException>) - Constructor for exception org.iqtig.tpacker.error.IqtigError
Erzeugt IqtigError mit einer Liste von Fehlern.
isDecrypt() - Method in interface org.iqtig.tpacker.Configuration
Die Funktion gibt beim Entschlüsseln "true" zurück.
isDecrypt() - Method in class org.iqtig.tpacker.impl.ConfigurationImpl
 
isDecypt() - Method in class org.iqtig.tpacker.params.TPackerCliParamInput
 
isEncypt() - Method in interface org.iqtig.tpacker.Configuration
Die Funktion gibt beim Verschlüsseln "true" zurück.
isEncypt() - Method in class org.iqtig.tpacker.impl.ConfigurationImpl
 
isEncypt() - Method in class org.iqtig.tpacker.params.TPackerCliParamInput
 
isHelp() - Method in class org.iqtig.tpacker.params.TPackerCliParamInput
 
isInFiles() - Method in class org.iqtig.tpacker.impl.ConfigHelper
 
isPassword() - Method in class org.iqtig.tpacker.impl.ConfigHelper
 
isSafe() - Method in class org.iqtig.tpacker.params.TPackerCliParamInput
 
isTimeStamp() - Method in interface org.iqtig.tpacker.Configuration
Wenn der Zeitstempel in den Dateinamen der zu verschlüsselnden Datei angehängt werden soll, wird hier "true" zurückgegeben.
isTimeStamp() - Method in class org.iqtig.tpacker.impl.ConfigurationImpl
 
isTimeStamp() - Method in class org.iqtig.tpacker.params.TPackerCliParamInput
 
isUnzip() - Method in interface org.iqtig.tpacker.Configuration
Die Funktion gibt beim Entpacken "true" zurück.
isUnzip() - Method in class org.iqtig.tpacker.impl.ConfigurationImpl
 
isUnzip() - Method in class org.iqtig.tpacker.params.TPackerCliParamInput
 
isZip() - Method in interface org.iqtig.tpacker.Configuration
Die Funktion gibt beim Packen "true" zurück.
isZip() - Method in class org.iqtig.tpacker.impl.ConfigurationImpl
 
isZip() - Method in class org.iqtig.tpacker.params.TPackerCliParamInput
 

M

main(String[]) - Static method in class org.iqtig.tpacker.Main
 
Main - Class in org.iqtig.tpacker
 
Main() - Constructor for class org.iqtig.tpacker.Main
 

O

org.iqtig.tpacker - package org.iqtig.tpacker
 
org.iqtig.tpacker.error - package org.iqtig.tpacker.error
 
org.iqtig.tpacker.impl - package org.iqtig.tpacker.impl
 
org.iqtig.tpacker.params - package org.iqtig.tpacker.params
 
org.iqtig.tpacker.validation - package org.iqtig.tpacker.validation
 
OUTPUT - org.iqtig.tpacker.params.TPackerCliParam
 

P

PASSWORD - org.iqtig.tpacker.params.TPackerCliParam
 
printStackTrace() - Method in exception org.iqtig.tpacker.validation.InsuranceIdFinder.SAXTerminatorException
 

R

running(Configuration) - Method in class org.iqtig.tpacker.impl.TPacker
Einsprungspunkt in das Programm.

S

SAXTerminatorException() - Constructor for exception org.iqtig.tpacker.validation.InsuranceIdFinder.SAXTerminatorException
 
setFile(InputStream) - Method in class org.iqtig.tpacker.impl.FileBean
 
setIvParameterSpec(IvParameterSpec) - Method in class org.iqtig.tpacker.impl.FileBean
 
setName(String) - Method in class org.iqtig.tpacker.impl.FileBean
 
setTimeStamp(boolean) - Method in class org.iqtig.tpacker.impl.ConfigHelper
 
start(String[]) - Method in class org.iqtig.tpacker.TPackerCliApp
 
startElement(String, String, String, Attributes) - Method in class org.iqtig.tpacker.validation.InsuranceIdFinder
 

T

throwErrorOnEncryptionAndOccuranceOfVersichterenIdInXml(String) - Static method in class org.iqtig.tpacker.validation.XmlPreValidator
 
throwErrorOnEncryptionAndOccuranceOfVersichterenIdInXml(TPackerCliParamInput) - Static method in class org.iqtig.tpacker.TPackerCliApp
 
TIMESTAMP - org.iqtig.tpacker.params.TPackerCliParam
 
TPacker - Class in org.iqtig.tpacker.impl
Die Startklasse der Anwendung.
TPacker() - Constructor for class org.iqtig.tpacker.impl.TPacker
 
TPackerCliApp - Class in org.iqtig.tpacker
 
TPackerCliApp(SystemExitWrapper) - Constructor for class org.iqtig.tpacker.TPackerCliApp
 
TPackerCliParam - Enum in org.iqtig.tpacker.params
Kommandozeilenparameter für die TPacker-Anwendung.
TPackerCliParamInput - Class in org.iqtig.tpacker.params
 
TPackerCliParamInput(String[]) - Constructor for class org.iqtig.tpacker.params.TPackerCliParamInput
 

U

UNSAFE - org.iqtig.tpacker.params.TPackerCliParam
 
unzip(List<File>, File) - Static method in class org.iqtig.tpacker.Api
Entzippt Dateien.
UNZIP - org.iqtig.tpacker.params.TPackerCliParam
 
unzipDecrypt(List<File>, File, String) - Static method in class org.iqtig.tpacker.Api
Entzippt und entschlüsselt Dateien in einem Schritt.
unzipDecrypt(List<File>, File, String, Charset) - Static method in class org.iqtig.tpacker.Api
Entzippt und entschlüsselt Dateien in einem Schritt.

V

valueOf(String) - Static method in enum org.iqtig.tpacker.params.TPackerCliParam
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.iqtig.tpacker.params.TPackerCliParam
Returns an array containing the constants of this enum type, in the order they are declared.
valuesAsList() - Static method in enum org.iqtig.tpacker.params.TPackerCliParam
 

X

XmlPreValidator - Class in org.iqtig.tpacker.validation
 

Z

zip(List<File>, File, Boolean) - Static method in class org.iqtig.tpacker.Api
Zippt Dateien.
ZIP - org.iqtig.tpacker.params.TPackerCliParam
 
zipEncrypt(List<File>, File, String, Boolean) - Static method in class org.iqtig.tpacker.Api
Zippt und verschlüsselt Dateien in einem Schritt.
A C D E F G H I M O P R S T U V X Z 
All Classes All Packages