Skip navigation links
A C D E F G H I K M N O P R S T V X 

A

addError(ValidationErrorException) - Method in exception org.iqtig.xpacker.error.IqtigError
Fügt einen Fehler in die Fehlerliste ein.
Api - Class in org.iqtig.xpacker
Klasse zum Ver- und Entschlüsseln von Elementen in XML-Dateien.

C

checkParameter() - Method in class org.iqtig.xpacker.config.ConfigHelper
 
ConfigHelper - Class in org.iqtig.xpacker.config
 
ConfigHelper(Configuration) - Constructor for class org.iqtig.xpacker.config.ConfigHelper
 
Configuration - Interface in org.iqtig.xpacker
Diese Klasse enthält alle Daten die bei einem Konsolen-Aufruf übergeben werden.
ConfigurationImpl - Class in org.iqtig.xpacker.config
 
ConfigurationImpl(ConfigurationImpl.Stat, String, String, List<String>, List<String>, String) - Constructor for class org.iqtig.xpacker.config.ConfigurationImpl
 
ConfigurationImpl(String[]) - Constructor for class org.iqtig.xpacker.config.ConfigurationImpl
 
ConfigurationImpl.Stat - Enum in org.iqtig.xpacker.config
 
ConfigurationSimple - Class in org.iqtig.xpacker.config
 
ConfigurationSimple() - Constructor for class org.iqtig.xpacker.config.ConfigurationSimple
 
Constants - Class in org.iqtig.xpacker.constants
 
Constants() - Constructor for class org.iqtig.xpacker.constants.Constants
 

D

decrypt(File, File, File, List<String>, String) - Static method in class org.iqtig.xpacker.Api
Entschlüsselt Elemente einer XML-Datei.
decrypt(File, File, File, List<String>) - Static method in class org.iqtig.xpacker.Api
Entschlüsselt Elemente einer XML-Datei, wobei der symmetrische Schlüssel im Tag "encryption" gespeichert wird.
decyptXMLDoc(Document, List<PrivateKey>, String) - Method in class org.iqtig.crypto.key.impl.XMLCryptionAsymImplOneKey
 
decyptXMLDoc(Document, List<PrivateKey>, String) - Method in interface org.iqtig.crypto.key.interfaces.XMLCryptionAsym
 

E

encrypt(File, File, File, List<String>, String) - Static method in class org.iqtig.xpacker.Api
Verschlüsselt Elemente einer XML-Datei.
encrypt(File, File, File, List<String>) - Static method in class org.iqtig.xpacker.Api
Verschlüsselt Elemente einer XML-Datei, wobei der symmetrische Schlüssel im Tag "encryption" gespeichert wird.
encyptedXMLDoc(Document, List<MyPublicKey>, String, String) - Method in class org.iqtig.crypto.key.impl.XMLCryptionAsymImplOneKey
 
encyptedXMLDoc(Document, List<MyPublicKey>, String, String) - Method in interface org.iqtig.crypto.key.interfaces.XMLCryptionAsym
 

F

fileOnly(String) - Method in class org.iqtig.xpacker.config.ConfigHelper
 

G

generateKey() - Method in interface org.iqtig.crypto.key.interfaces.IQTIGKeyGenerator
 
generateKey() - Method in interface org.iqtig.crypto.key.interfaces.IQTIGKeyPairGenerator
 
getArgsError() - Static method in class org.iqtig.xpacker.constants.Constants
 
getEncryptedKeyTag() - Method in class org.iqtig.xpacker.config.ConfigurationImpl
 
getEncryptedKeyTag() - Method in interface org.iqtig.xpacker.Configuration
Funktion gibt die zu Ausgabedateinamen zurück.
getErrors() - Method in exception org.iqtig.xpacker.error.IqtigError
 
getHelp() - Static method in class org.iqtig.xpacker.constants.Constants
 
getKeyID() - Method in class org.iqtig.crypto.key.interfaces.MyPublicKey
 
getKeyNames() - Method in class org.iqtig.xpacker.config.ConfigurationImpl
 
getKeyNames() - Method in interface org.iqtig.xpacker.Configuration
Die Funktion gibt einen Dateinamen zum öffentlichen- oder privaten Schlüssel zurück.
getKeyPair() - Method in class org.iqtig.crypto.key.impl.TagKeyPair
 
getName() - Method in class org.iqtig.crypto.key.impl.TagKeyPair
 
getParameterErrors() - Method in class org.iqtig.xpacker.config.ConfigHelper
 
getPrivateKey() - Method in class org.iqtig.crypto.key.impl.TagKeyPair
 
getPublicKey() - Method in class org.iqtig.crypto.key.impl.TagKeyPair
 
getPublicKey() - Method in class org.iqtig.crypto.key.interfaces.MyPublicKey
 
getString(String) - Static method in class org.iqtig.xpacker.constants.Constants
 
getTags() - Method in class org.iqtig.xpacker.config.ConfigurationImpl
 
getTags() - Method in interface org.iqtig.xpacker.Configuration
Funktion gibt einen zu ver-/entschlüsslenden Tag zurück.
getXmlInFileName() - Method in class org.iqtig.xpacker.config.ConfigurationImpl
 
getXmlInFileName() - Method in interface org.iqtig.xpacker.Configuration
Funktion gibt die zu ver-/entschlüsselnden Dateinamen zurück.
getXmlOutFilename() - Method in class org.iqtig.xpacker.config.ConfigurationImpl
 
getXmlOutFilename() - Method in interface org.iqtig.xpacker.Configuration
Funktion gibt die zu ver/entschlüsselnden Dateinamen zurück.

H

handleError(IqtigError) - Static method in class org.iqtig.xpacker.Main
 

I

inc() - Method in class org.iqtig.xpacker.impl.Status
 
IqtigError - Exception in org.iqtig.xpacker.error
Die Klasse erbt von Error.
IqtigError(String) - Constructor for exception org.iqtig.xpacker.error.IqtigError
Erzeugt IqtigError mit einer Beschreibung des Fehlers.
IqtigError(String, Collection<ValidationErrorException>) - Constructor for exception org.iqtig.xpacker.error.IqtigError
Erzeugt IqtigError mit einer Beschreibung des Fehlers und einer List von Fehlern.
IqtigError(Collection<ValidationErrorException>) - Constructor for exception org.iqtig.xpacker.error.IqtigError
Erzeugt IqtigError mit einer List von Fehlern.
IQTIGKeyGenerator - Interface in org.iqtig.crypto.key.interfaces
 
IQTIGKeyPairGenerator - Interface in org.iqtig.crypto.key.interfaces
 
isDecrypt() - Method in enum org.iqtig.xpacker.config.ConfigurationImpl.Stat
 
isDecypt() - Method in class org.iqtig.xpacker.config.ConfigurationImpl
 
isDecypt() - Method in interface org.iqtig.xpacker.Configuration
Die Funktion gibt beim Entschlüsseln "true" zurück.
isEncrypt() - Method in class org.iqtig.xpacker.config.ConfigurationImpl
 
isEncrypt() - Method in enum org.iqtig.xpacker.config.ConfigurationImpl.Stat
 
isEncrypt() - Method in interface org.iqtig.xpacker.Configuration
Die Funktion gibt "true" zurück, wenn verschlüsselt werden soll.
isEncryptedKeyTag() - Method in class org.iqtig.xpacker.config.ConfigHelper
 
isGenKey() - Method in class org.iqtig.xpacker.config.ConfigurationImpl
 
isGenKey() - Method in enum org.iqtig.xpacker.config.ConfigurationImpl.Stat
 
isGenKey() - Method in interface org.iqtig.xpacker.Configuration
Die Funktion gibt "true" zurück, wenn ein Schlüssel erzeugt werden soll.
isHelp() - Method in class org.iqtig.xpacker.config.ConfigurationImpl
 
isHelp() - Method in interface org.iqtig.xpacker.Configuration
Gibt zurück, ob die Hilfe in der Standardfehlerausgabe ausgegeben werden soll.
isTags() - Method in class org.iqtig.xpacker.config.ConfigHelper
 

K

KEY_SIZE_ASYM - Static variable in class org.iqtig.crypto.key.impl.KeySetting
 
KEY_SIZE_SYM - Static variable in class org.iqtig.crypto.key.impl.KeySetting
 
KEY_TYPE_ASYM - Static variable in class org.iqtig.crypto.key.impl.KeySetting
 
KEY_TYPE_SYM - Static variable in class org.iqtig.crypto.key.impl.KeySetting
 
keygen(File) - Static method in class org.iqtig.xpacker.Api
Erzeugt ein Schlüsselpaar.
KeyGetter - Interface in org.iqtig.crypto.key.interfaces
 
KeyGetterImpl - Class in org.iqtig.crypto.key.impl
 
KeyGetterImpl() - Constructor for class org.iqtig.crypto.key.impl.KeyGetterImpl
 
KeySetting - Class in org.iqtig.crypto.key.impl
 
KeySetting() - Constructor for class org.iqtig.crypto.key.impl.KeySetting
 

M

Main - Class in org.iqtig.xpacker
 
Main() - Constructor for class org.iqtig.xpacker.Main
 
main(String[]) - Static method in class org.iqtig.xpacker.Main
 
MyPublicKey - Class in org.iqtig.crypto.key.interfaces
 
MyPublicKey(String, PublicKey) - Constructor for class org.iqtig.crypto.key.interfaces.MyPublicKey
 

N

newAsycronKey() - Method in class org.iqtig.crypto.key.impl.KeyGetterImpl
 
newAsycronKey() - Method in interface org.iqtig.crypto.key.interfaces.KeyGetter
 
newSycronKey() - Method in class org.iqtig.crypto.key.impl.KeyGetterImpl
 
newSycronKey() - Method in interface org.iqtig.crypto.key.interfaces.KeyGetter
 

O

option(List<String>, String) - Method in class org.iqtig.xpacker.config.ConfigurationSimple
 
optionWithParam(List<String>, String) - Method in class org.iqtig.xpacker.config.ConfigurationSimple
 
optionWithParams(List<String>, String) - Method in class org.iqtig.xpacker.config.ConfigurationSimple
 
org.iqtig.crypto.key.impl - package org.iqtig.crypto.key.impl
 
org.iqtig.crypto.key.interfaces - package org.iqtig.crypto.key.interfaces
 
org.iqtig.xpacker - package org.iqtig.xpacker
 
org.iqtig.xpacker.config - package org.iqtig.xpacker.config
 
org.iqtig.xpacker.constants - package org.iqtig.xpacker.constants
 
org.iqtig.xpacker.error - package org.iqtig.xpacker.error
 
org.iqtig.xpacker.impl - package org.iqtig.xpacker.impl
 

P

percent() - Method in class org.iqtig.xpacker.impl.Status
 
PRIVATE_KEY_SUFIX - Static variable in class org.iqtig.xpacker.constants.Constants
 
ProgressEvaluator - Interface in org.iqtig.xpacker.impl
 
PUBLIC_KEY_SUFIX - Static variable in class org.iqtig.xpacker.constants.Constants
 

R

readRSAKeyPair(InputStream, InputStream) - Method in class org.iqtig.crypto.key.impl.KeyGetterImpl
 
readRSAKeyPair(InputStream, InputStream) - Method in interface org.iqtig.crypto.key.interfaces.KeyGetter
 
readRSAPrivateKey(InputStream) - Method in class org.iqtig.crypto.key.impl.KeyGetterImpl
 
readRSAPrivateKey(InputStream) - Method in interface org.iqtig.crypto.key.interfaces.KeyGetter
 
readRSAPublicKey(InputStream) - Method in class org.iqtig.crypto.key.impl.KeyGetterImpl
 
readRSAPublicKey(InputStream) - Method in interface org.iqtig.crypto.key.interfaces.KeyGetter
 
running(Configuration) - Method in class org.iqtig.xpacker.impl.XPacker
Einsprungspunkt in das Programm.

S

setKeyGenerator(IQTIGKeyGenerator) - Method in class org.iqtig.crypto.key.impl.KeyGetterImpl
 
setKeyPair(KeyPair) - Method in class org.iqtig.crypto.key.impl.TagKeyPair
 
setKeyPairGenerator(IQTIGKeyPairGenerator) - Method in class org.iqtig.crypto.key.impl.KeyGetterImpl
 
setKeys(PublicKey, PrivateKey) - Method in class org.iqtig.crypto.key.impl.TagKeyPair
 
setName(String) - Method in class org.iqtig.crypto.key.impl.TagKeyPair
 
setProgressValue(int) - Method in interface org.iqtig.xpacker.impl.ProgressEvaluator
 
Status - Class in org.iqtig.xpacker.impl
 
Status(Document, List<String>, ProgressEvaluator) - Constructor for class org.iqtig.xpacker.impl.Status
 

T

TagKeyPair - Class in org.iqtig.crypto.key.impl
 
TagKeyPair(String, KeyPair) - Constructor for class org.iqtig.crypto.key.impl.TagKeyPair
 

V

valueOf(String) - Static method in enum org.iqtig.xpacker.config.ConfigurationImpl.Stat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.iqtig.xpacker.config.ConfigurationImpl.Stat
Returns an array containing the constants of this enum type, in the order they are declared.

X

XMLCryptionAsym - Interface in org.iqtig.crypto.key.interfaces
 
XMLCryptionAsymImplOneKey - Class in org.iqtig.crypto.key.impl
 
XMLCryptionAsymImplOneKey(Status) - Constructor for class org.iqtig.crypto.key.impl.XMLCryptionAsymImplOneKey
 
XMLCryptionAsymImplOneKey(Status, KeyGetter) - Constructor for class org.iqtig.crypto.key.impl.XMLCryptionAsymImplOneKey
 
XPacker - Class in org.iqtig.xpacker.impl
Die Startklasse der Anwendung.
XPacker() - Constructor for class org.iqtig.xpacker.impl.XPacker
 
XPacker(ProgressEvaluator) - Constructor for class org.iqtig.xpacker.impl.XPacker
 
A C D E F G H I K M N O P R S T V X 
Skip navigation links

Copyright © 2017. All rights reserved.