Uses of Class
de.das.encrypter.model.KeyFileLocation
Packages that use KeyFileLocation
Package
Description
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.
-
Uses of KeyFileLocation in de.das.encrypter.examples
Method parameters in de.das.encrypter.examples with type arguments of type KeyFileLocationModifier and TypeMethodDescriptionvoidKeySearchingExample.setKeyFileLocations(ArrayList<KeyFileLocation> keyFileLocations) Method of the "KeyFilesSearchReceiver" interface through which the searcher can pass a list with information about all found key bundle files. -
Uses of KeyFileLocation in de.das.encrypter.model
Method parameters in de.das.encrypter.model with type arguments of type KeyFileLocationModifier and TypeMethodDescriptionvoidKeyFilesSearchReceiver.setKeyFileLocations(ArrayList<KeyFileLocation> keyFileLocations) Passes a list of key file locations objects to the key file search receiver.