Uses of Class
de.das.encrypter.model.KeyFiles
Packages that use KeyFiles
Package
Description
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.
All classes for definition, creation, searching for and handling of random
keys, where the created keys can have any size and their most important
property is their true randomness and the fact that they cannot be reproduced
in any case.
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 KeyFiles in de.das.encrypter.cryptoservice
Methods in de.das.encrypter.cryptoservice with parameters of type KeyFilesModifier and TypeMethodDescriptionstatic voidCryptoServer.createInstance(KeyFiles kfs, int port, EntryPointSupplier eps) Constructors in de.das.encrypter.cryptoservice with parameters of type KeyFiles -
Uses of KeyFiles in de.das.encrypter.examples
Methods in de.das.encrypter.examples that return KeyFilesModifier and TypeMethodDescriptionKeySearchingExample.getKeyFiles()Method of the "KeyFilesSearchReceiver" interface through which the searcher can access the application's list.Methods in de.das.encrypter.examples with parameters of type KeyFilesModifier and TypeMethodDescriptionvoidKeySearchingExample.synchronizeKeyFilesList(KeyFiles hashMap) Method of the "KeyFilesSearchReceiver" interface outputs a list of all key bundles found during the last search, with which the application can synchronize its current list. -
Uses of KeyFiles in de.das.encrypter.model
Methods in de.das.encrypter.model that return KeyFilesModifier and TypeMethodDescriptionKeyFilesSearchReceiver.getKeyFiles()Request the hash map with key files from the key file search receiver.Methods in de.das.encrypter.model with parameters of type KeyFilesModifier and TypeMethodDescriptionvoidKeyFilesSearchReceiver.synchronizeKeyFilesList(KeyFiles files) Passes a hash map with found key files to the key file search receiver for it can synchronize its own hash map with key files. -
Uses of KeyFiles in de.das.encrypter.processors
Methods in de.das.encrypter.processors with parameters of type KeyFilesModifier and TypeMethodDescriptionstatic voidStatic method for commissioning the encoder-decoder, which provides the processor with the keys known to the system.static voidStatic method for commissioning the encoder-decoder, which provides the processor with the keys known to the system.