Uses of Interface
de.das.encrypter.comm.DataReceiver
Packages that use DataReceiver
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.
-
Uses of DataReceiver in de.das.encrypter.comm
Methods in de.das.encrypter.comm with parameters of type DataReceiverModifier and TypeMethodDescriptionvoidUdpReceiver.setDataReceiver(DataReceiver dataReceiver) Set an instance which wants to get the received data.Constructors in de.das.encrypter.comm with parameters of type DataReceiverModifierConstructorDescriptionUdpReceiver(int port, DataReceiver recv) Creates a new instance of the UDP receiver.UdpReceiver(String name, int port, DataReceiver recv) Creates a new instance of the UDP receiver. -
Uses of DataReceiver in de.das.encrypter.cryptoservice
Classes in de.das.encrypter.cryptoservice that implement DataReceiver -
Uses of DataReceiver in de.das.encrypter.examples
Classes in de.das.encrypter.examples that implement DataReceiverModifier and TypeClassDescriptionclassThis example requests a key from the Encrypter-X crypto service, encrypts an image, and writes it back encrypted to a file. -
Uses of DataReceiver in de.das.encrypter.processors
Classes in de.das.encrypter.processors that implement DataReceiverModifier and TypeClassDescriptionclassClass for managing the transmission process between a block sender and the associated receiver.