Uses of Interface
de.das.encrypter.processors.ProgressListener
Packages that use ProgressListener
Package
Description
Classes for performing specific tasks such as encrypting, decrypting, byte
array splitting and assembling, sending byte arrays, searching for keys,
generating random factors, and the like.
Several tools for supporting encryption, decryption, hex values handling,
CRC calculation, byte array hiding and similar things.
-
Uses of ProgressListener in de.das.encrypter.processors
Constructors in de.das.encrypter.processors with parameters of type ProgressListenerModifierConstructorDescriptionAssembler(int expectedSize, ProgressListener pl) Creates a new data assembler for assembling a fragmented key.BlockSender(byte[] payload, ProgressListener pl, TransferControl ctrl, Timer timer) Splitter(byte[] data, ProgressListener pl) Creates a new instance of the Splitter class that splits the passed byte array into individual blocks of size KeyTransfer.BUFFER_SIZE. -
Uses of ProgressListener in de.das.encrypter.tools
Constructors in de.das.encrypter.tools with parameters of type ProgressListenerModifierConstructorDescription