Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- ID - Static variable in class de.das.encrypter.tools.ByteArrayEncloser
-
An identifier that is prepended to the actual data, so that it is possible to recognize already during the recovery of a few bytes whether there is woven data in a possible container or not.
- IDENTIFIER - Static variable in class de.das.encrypter.tools.ByteArrayConverter
-
An identifier to indicate that a string represents a byte array.
- ifft(Complex[]) - Static method in class de.das.encrypter.fourier.FFT
-
Performs an invers FFT.
- im - Variable in class de.das.encrypter.fourier.Complex
- insertFloatAt(int, float, byte[]) - Static method in class de.das.encrypter.tools.HexTool
-
Converts a the float four bytes representation into an integer and places the four bytes of the integer into the byte array from the given position on.
- insertIntAt(int, int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
-
Assigns the four bytes of an integer value to the bytes of the given byte array starting at the specified position with byte order big endian.
- insertIntAt(long, int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
-
Deprecated.Use insertIntBigEndianAt instead.
- insertIntBigEndianAt(long, int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
-
Assigns the four lsb bytes of a long value to the bytes of the given byte array starting at the specified position with byte order big endian.
- insertIntLittleEndianAt(long, int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
-
Assigns the four lsb bytes of a long value to the bytes of the given byte array starting at the specified position with byte order little endian.
- insertLongLittleEndianAt(long, int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
-
Assigns the eight bytes of a long value to the bytes of the given byte array starting at the specified position with byte order little endian.
- insertShortIntAt(int, int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
-
Deprecated.Use insertShortIntBigEndianAt instead.
- insertShortIntBigEndianAt(int, int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
-
Assigns the two lsb bytes of an int value to the bytes of the given byte array starting at the specified position with byte order big endian.
- insertShortIntLittleEndianAt(int, int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
-
Assigns the two lsb bytes of an int value to the bytes of the given byte array starting at the specified position with byte order little endian.
- insertThousandsSeparators(String) - Static method in class de.das.encrypter.model.KeyFile
- intToByteArray(int) - Static method in class de.das.encrypter.tools.HexTool
-
Converts the given int value into a byte array of length 4.
- InvalidKeyException - Exception Class in de.das.encrypter.model
-
Exception to handle usage of invalid keys.
- InvalidKeyException() - Constructor for exception class de.das.encrypter.model.InvalidKeyException
-
Creates a new instance of InvalidKeyException.
- isBreakSender() - Method in class de.das.encrypter.processors.TransferControl
- isEncrypted(byte[]) - Static method in class de.das.encrypter.processors.EncoderDecoder
-
Checks the given buffer content, if it starts with the legal prefix of an encrypted file.
- isEncrypted(File) - Method in class de.das.encrypter.processors.EncoderDecoder
-
Checks the given file content, if it starts with the legal prefix of an encrypted file.
- isKilled() - Method in class de.das.encrypter.tools.BaseThread
- isNextFrame() - Method in class de.das.encrypter.processors.TransferControl
- isResponse() - Method in class de.das.encrypter.processors.TransferControl
- isSearchingAllowed() - Method in class de.das.encrypter.examples.KeySearchingExample
-
Method of the interface "KeyFilesSearchReceiver" via which the searcher can request whether it is now allowed to perform a search.
- isSearchingAllowed() - Method in interface de.das.encrypter.model.KeyFilesSearchReceiver
-
Tells the key file searcher that searching for keys is allowed.
- isTerminated() - Method in class de.das.encrypter.tools.BaseThread
- isValidKey() - Method in class de.das.encrypter.processors.Assembler
-
Checks if the received data is decryptable and after decryption if it is a valid key.
- isValidKey(byte[]) - Static method in class de.das.encrypter.model.KeyFile
-
Checks whether the specified byte array contains a valid key.
- isValidKey(byte[], boolean) - Static method in class de.das.encrypter.model.KeyFile
-
Checks whether the specified byte array contains a valid key.
- isValidKey(File) - Static method in class de.das.encrypter.model.KeyFile
-
Checks whether the specified file contains a valid key.
- isValidKey(File, boolean) - Static method in class de.das.encrypter.model.KeyFile
-
Checks whether the specified file contains a valid key.
- isWaitForResponse() - Method in class de.das.encrypter.processors.TransferControl
- isWaitingForInfo() - Method in class de.das.encrypter.processors.TransferControl
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form