Index

A B C D E F G H I K L M N P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

B

BaseThread - Class in de.das.encrypter.tools
Base class for all threads that will perform periodical actions.
BaseThread() - Constructor for class de.das.encrypter.tools.BaseThread
 
BlockSender - Class in de.das.encrypter.processors
The task of the block sender is to send a given byte array in portions via UDP to a receiver.
BlockSender(byte[], ProgressListener, TransferControl, Timer) - Constructor for class de.das.encrypter.processors.BlockSender
 
breakIt() - Method in class de.das.encrypter.tools.ByteArrayImgEncloser
Set a flag that indicates to interrupt a running process immediately.
breakIt() - Method in class de.das.encrypter.tools.ByteArrayWavEncloser
Set a flag that indicates to interrupt a running process immediately.
BUFFER_SIZE - Static variable in interface de.das.encrypter.processors.KeyTransfer
The size of each block used by the Splitter.
BufferedByteArray - Class in de.das.encrypter.tools
This class provides the functionality of a buffered byte array.
BufferedByteArray(File) - Constructor for class de.das.encrypter.tools.BufferedByteArray
 
BufferedByteArray(File, int) - Constructor for class de.das.encrypter.tools.BufferedByteArray
 
ByteArrayConverter - Class in de.das.encrypter.tools
This class provides a converter to build string from byte arrays and vice versa, where the byte values greater than "0x7F" will be replaced by the values where the MSB of the byte is set to "0" and the MSB itself is placed as a bit into an appended table.
ByteArrayConverter() - Constructor for class de.das.encrypter.tools.ByteArrayConverter
 
ByteArrayEncloser - Class in de.das.encrypter.tools
Byte array enclosers interweave the bits of the individual bytes of a byte array with the bytes of suitable containers.
ByteArrayEncloser() - Constructor for class de.das.encrypter.tools.ByteArrayEncloser
 
byteArrayFromImg(File) - Method in class de.das.encrypter.tools.HiddenDataTool
 
byteArrayFromQr(File) - Method in class de.das.encrypter.tools.HiddenDataTool
 
byteArrayFromWav(File) - Method in class de.das.encrypter.tools.HiddenDataTool
 
ByteArrayImgEncloser - Class in de.das.encrypter.tools
Byte array image enclosers interweave the bits of the individual bytes of a byte array with the bytes of the image data of an image in PNG format.
ByteArrayImgEncloser() - Constructor for class de.das.encrypter.tools.ByteArrayImgEncloser
 
ByteArrayImgEncloser(ProgressListener) - Constructor for class de.das.encrypter.tools.ByteArrayImgEncloser
 
byteArrayToFloatArray(byte[]) - Static method in class de.das.encrypter.tools.HexTool
Takes every 4 bytes of the byte array consecutively, converts it to a float value and places it to its correct place into the float array.
byteArrayToLong(byte[]) - Static method in class de.das.encrypter.tools.HexTool
Converts the specified byte array, assumed to be a little endian, to a long value.
byteArrayToString(byte[]) - Method in class de.das.encrypter.tools.ByteArrayConverter
Converts the given byte array into a string consisting of an identifier, a four-byte string representing the number of pure binary data plus four-byte CRC value, the reduced binary data plus CRC value and a table with the removed MSB bits.
byteArrayToString(byte[]) - Static method in class de.das.encrypter.tools.HexTool
Generates a string consisting of the string representations of the hexadecimal values of the given ByteArray separated by spaces.
byteArrayToString(byte[], int) - Static method in class de.das.encrypter.tools.HexTool
Generates a string consisting of the string representations of the hexadecimal values of the given ByteArray separated by spaces.
ByteArrayWavEncloser - Class in de.das.encrypter.tools
Byte array wav enclosers interweave the bits of the individual bytes of a byte array with the bytes of the audio data of an audio file in WAV format.
ByteArrayWavEncloser() - Constructor for class de.das.encrypter.tools.ByteArrayWavEncloser
 
ByteArrayWavEncloser(ProgressListener) - Constructor for class de.das.encrypter.tools.ByteArrayWavEncloser
 
byteToInt(byte) - Static method in class de.das.encrypter.tools.HexTool
Converts a byte to integer.
byteToInt(byte[]) - Static method in class de.das.encrypter.tools.HexTool
Converts the specified byte array, assumed to be a little endian, to a long value.
byteToInt(int, int) - Static method in class de.das.encrypter.tools.HexTool
Generates an integer value by composing it from the specified parts (msb and lsb).
byteToInt(int, int, int) - Static method in class de.das.encrypter.tools.HexTool
Generates an integer value by composing it from the specified parts (msb, csb and lsb).
byteToIntBigEndian(int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
Converts an four-byte long part from the specified byte array starting at the specified position, assuming it is a big-endian value, to an integer value.
byteToIntLittleEndian(int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
Converts an four-byte long part from the specified byte array starting at the specified position, assuming it is a little-endian value, to an integer value.
byteToLongBigEndian(byte[], int) - Static method in class de.das.encrypter.tools.HexTool
Converts an eight-byte long part from the specified byte array starting at the specified position, assuming it is a big-endian value, to a long-int value.
byteToLongLittleEndian(byte[]) - Static method in class de.das.encrypter.tools.HexTool
Converts the specified byte array, assumed to be a little endian, to a long int value.
byteToLongLittleEndian(byte[], int) - Static method in class de.das.encrypter.tools.HexTool
Converts an eight-byte long part from the specified byte array starting at the specified position, assuming it is a little-endian value, to a long-int value.
byteToShortIntBigEndian(int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
Converts an two-byte long part from the specified byte array starting at the specified position, assuming it is a big-endian value, to a short integer value.
byteToShortIntLittleEndian(int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
Converts an two-byte long part from the specified byte array starting at the specified position, assuming it is a little-endian value, to a short int value.
byteToString(byte[], int, int) - Static method in class de.das.encrypter.tools.HexTool
Creates a string using the specified part of the given byte array.
byteToUintBigEndian(int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
Converts an four-byte long part from the specified byte array starting at the specified position, assuming it is a big-endian value, to an unsigned integer value.
byteToUintLittleEndian(int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
Converts an four-byte long part from the specified byte array starting at the specified position, assuming it is a little-endian value, to an unsigned integer value.
byteToWord(int, int) - Static method in class de.das.encrypter.tools.HexTool
Generates a short integer value by composing it from the specified parts (msb and lsb).
byteToWordBigEndian(int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
Converts an two-byte long part from the specified byte array starting at the specified position, assuming it is a big-endian value, to an integer value.
byteToWordLittleEndian(int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
Converts an two-byte long part from the specified byte array starting at the specified position, assuming it is a little-endian value, to an integer value.
A B C D E F G H I K L M N P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form