Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- getAverage() - Method in class de.das.encrypter.tools.Compensator
- getBlockCount() - Method in class de.das.encrypter.processors.Splitter
-
Returns the number of already delivered blocks.
- getByteAt(int) - Method in class de.das.encrypter.tools.BufferedByteArray
- getCapacity(BufferedImage) - Method in class de.das.encrypter.tools.ByteArrayImgEncloser
-
Calculates the maximum acquisition capacity of a given image under the condition that each color component (R, G and B) provides the LSB bit for the bits of the data to be woven in.
- getCapacity(File) - Method in class de.das.encrypter.tools.ByteArrayWavEncloser
-
Calculates the maximum acquisition capacity of a given audio file under the condition that each volume value of both channels provide their LSB bit for the bits of the data to be woven in.
- getContainedBytes(File, int) - Method in class de.das.encrypter.tools.ByteArrayImgEncloser
-
Reconstructs the desired number of data bytes of a byte array from the image contained in the given file.
- getContainedBytes(File, int) - Method in class de.das.encrypter.tools.ByteArrayWavEncloser
- getCRC_16(byte[]) - Static method in class de.das.encrypter.tools.CRC
- getCRC_16(byte[], int) - Static method in class de.das.encrypter.tools.CRC
-
Generates a CRC16 checksum for the given byte array without the number of bytes specified by the value "ignore" at the end of the byte array.
- getCRC_32(byte[]) - Static method in class de.das.encrypter.tools.CRC
-
Method to determine the CRC-32 values for a given byte array.
- getCRC_32(byte[], int) - Static method in class de.das.encrypter.tools.CRC
-
Method to determine the CRC-32 values for a given byte array.
- getCrcValue() - Method in class de.das.encrypter.model.KeyFile
-
Returns the CRC value of the key by forming it from its bytes except the last four.
- getCryptoKeyId() - Static method in class de.das.encrypter.cryptoservice.CryptoServer
-
Returns the current ID of the key used for encryption of requests and keys.
- getData() - Method in class de.das.encrypter.processors.Assembler
-
Return the received data independent on it is a key or any other data.
- getDecryptedFileName(byte[]) - Static method in class de.das.encrypter.processors.EncoderDecoder
-
Extracts the decrypted name of the original unencrypted file.
- getDescription() - Method in class de.das.encrypter.tools.KeyFileFileFilter
-
Returns the description of the file filter.
- getDifferentEntryPoints(double, byte[], int) - Static method in class de.das.encrypter.model.KeyFile
-
Calculates a desired number of random key entry points and makes sure they are all different.
- getDifferentEntryPoints(double, byte[], int, ArrayList<Integer>) - Static method in class de.das.encrypter.model.KeyFile
-
Calculates a desired number of random key entry points and makes sure they are all different.
- getDrive() - Method in class de.das.encrypter.model.KeyFile
-
Return the drive letter of the medium on which the key is located.
- getEncryptedFileName(byte[]) - Static method in class de.das.encrypter.processors.EncoderDecoder
-
Extracts the encrypted name of the original unencrypted file from the header of the given encrypted data.
- getEntryPoint(long, byte[]) - Method in interface de.das.encrypter.model.EntryPointSupplier
-
Provides an until unused entry point into the given pure data of a key bundle.
- getFileName(String) - Static method in class de.das.encrypter.processors.EncoderDecoder
-
Extracts and decrypts the name of the original unencrypted file from the header of a file with encrypted data.
- getFloatAt(int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
-
Converts the four bytes at the given starting position to a floating point value assuming the byte order as little endian.
- getFolderName(File) - Static method in class de.das.encrypter.processors.EncoderDecoder
-
Determines the original folder name of the given folder with an cryptic name.
- getFolderName(String, String) - Static method in class de.das.encrypter.processors.EncoderDecoder
-
Determines the original folder name of the the given path with the cryptic name.
- getFormatted(String, double) - Static method in class de.das.encrypter.tools.Tools
- getFrameId() - Method in class de.das.encrypter.processors.TransferControl
- getHexString(byte[]) - Static method in class de.das.encrypter.tools.HexTool
-
Converts the byte values of the byte array into hex strings and arranges them one after another separated by spaces.
- getHiddenArraySize(File) - Method in class de.das.encrypter.tools.ByteArrayImgEncloser
-
Get the amount of bytes hidden in the given file.
- getHiddenArraySize(File) - Method in class de.das.encrypter.tools.ByteArrayWavEncloser
-
Get the amount of bytes hidden in the given file.
- getHiddenFileName(File) - Method in class de.das.encrypter.tools.ByteArrayImgEncloser
-
Extracts the file name of the hidden file from the image in the given file.
- getHiddenFileName(File) - Method in class de.das.encrypter.tools.ByteArrayWavEncloser
- getId() - Method in class de.das.encrypter.model.KeyFile
-
Returns the ID of the associated key.
- getIntAt(int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
-
Converts the four bytes at the given starting position to an integer value assuming as little endian.
- getKey() - Method in class de.das.encrypter.model.KeyFile
-
Returns the associated key.
- getKey() - Method in class de.das.encrypter.processors.Assembler
-
Provides the received and decrypted key.
- getKeyById(String, long) - Method in class de.das.encrypter.processors.EncoderDecoder
-
Search in the given folder for a file with the key prefix and the given key identifier.
- getKeyEntryPoint(byte[]) - Static method in class de.das.encrypter.processors.EncoderDecoder
-
Provides the random entry point into the key.
- getKeyEntryPoint(File) - Static method in class de.das.encrypter.processors.EncoderDecoder
-
Provides the random entry point into the key.
- getKeyFileIdentifier(byte[]) - Static method in class de.das.encrypter.model.KeyFile
-
Checks, whether the given data starting part starts with the keyword "KEYFILE_" and decodes the following "XXXXXXXXXXXXXXXX" bytes as the key identifier.
"XXXXXXXXXXXXXXXX" is the string representation of the hex identifier. - getKeyFileIdentifier(File) - Static method in class de.das.encrypter.model.KeyFile
-
Checks, whether the content of the given file starts with the keyword "KEYFILE_" and decodes the following "XXXXXXXXXXXXXXXX" bytes as the key identifier.
"XXXXXXXXXXXXXXXX" is the string representation of the hex identifier. - getKeyFiles() - Method in class de.das.encrypter.examples.KeySearchingExample
-
Method of the "KeyFilesSearchReceiver" interface through which the searcher can access the application's list.
- getKeyFiles() - Method in interface de.das.encrypter.model.KeyFilesSearchReceiver
-
Request the hash map with key files from the key file search receiver.
- getKeyId() - Method in class de.das.encrypter.model.KeyFileLocation
-
Returns the key ID.
- getKeyId(byte[]) - Static method in class de.das.encrypter.processors.EncoderDecoder
-
Extracts the key ID from an byte array containing encrypted data.
- getKeyId(File) - Method in class de.das.encrypter.processors.EncoderDecoder
-
Extracts the key ID from an encrypted file.
- getKeyIdByKeyName(String) - Method in class de.das.encrypter.model.KeyFiles
- getKeyLocation() - Method in class de.das.encrypter.model.KeyFileLocation
-
Returns the key location.
- getKeyName() - Method in class de.das.encrypter.model.KeyFileLocation
-
Returns the name of the key.
- getKeyName(byte[]) - Static method in class de.das.encrypter.model.KeyFile
-
Extracts and returns the key name from the header of the given key.
- getKeyNameFromImg(File) - Method in class de.das.encrypter.tools.HiddenDataTool
- getKeyNameFromWav(File) - Method in class de.das.encrypter.tools.HiddenDataTool
- getKeyStartingPoint(byte[]) - Static method in class de.das.encrypter.model.KeyFile
-
Determines the starting point of the key values.
- getLength() - Method in class de.das.encrypter.model.KeyFile
-
Returns the length of the associated key.
- getLongAt(int, byte[]) - Static method in class de.das.encrypter.tools.HexTool
-
Converts the eight bytes at the given starting position to a long value assuming as little endian.
- getNext() - Method in class de.das.encrypter.processors.Splitter
-
Returns the next block of data to be split with size KeyTransfer.BUFFER_SIZE or smaller if it is the last block and the total size of the data to be split is not an integer multiple of KeyTransfer.BUFFER_SIZE, or null if all blocks have already been supplied.
- getPath() - Method in class de.das.encrypter.model.KeyFile
-
Returns the path of the location of the associated key.
- getPureEncryptedData(byte[]) - Method in class de.das.encrypter.processors.EncoderDecoder
-
Extracts the pure encrypted data what means the part of the given data without the header.
- getPureKeyData() - Method in class de.das.encrypter.model.KeyFile
-
Extracts the pure key data without header from the key of this KeyFile instance.
- getPureKeyData(byte[]) - Static method in class de.das.encrypter.model.KeyFile
-
Extracts the pure key data without header from the given key.
- getPureKeyDataLength() - Method in class de.das.encrypter.model.KeyFile
-
Calculates the length of pure key data.
- getSender() - Method in class de.das.encrypter.processors.TransferControl
- getSleepTime() - Method in class de.das.encrypter.tools.BaseThread
- getThreadID() - Method in class de.das.encrypter.tools.BaseThread
- getTransferResult() - Method in class de.das.encrypter.processors.TransferControl
-
Returns the result of a performed transfer.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form