Uses of Package
de.das.encrypter.comm
Packages that use de.das.encrypter.comm
Package
Description
This package provides classes for simple UDP communication.
This package provides a class that implements a crypto service for delivering
requested keys.
This package contains classes that demonstrate the use of the Encryption
Factory library and classes that can be used to statistically analyze key
bundles.
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.
-
Classes in de.das.encrypter.comm used by de.das.encrypter.commClassDescriptionInterface for classes which want get byte arrays from a UDP receiver.
-
Classes in de.das.encrypter.comm used by de.das.encrypter.cryptoserviceClassDescriptionInterface for classes which want get byte arrays from a UDP receiver.
-
Classes in de.das.encrypter.comm used by de.das.encrypter.examplesClassDescriptionInterface for classes which want get byte arrays from a UDP receiver.
-
Classes in de.das.encrypter.comm used by de.das.encrypter.processorsClassDescriptionInterface for classes which want get byte arrays from a UDP receiver.A simple UDP sender expecting a receiver service for a given host address at the given port, which is able to receive and interpret the data sent.