Package de.das.encrypter.model
Interface EntryPointSupplier
public interface EntryPointSupplier
An entry point supplier delivers an entry point into the pure key bundle
and monitors the entry points used until now via the given key bundle ID.
-
Method Summary
Modifier and TypeMethodDescriptiongetEntryPoint(long id, byte[] key) Provides an until unused entry point into the given pure data of a key bundle.
-
Method Details
-
getEntryPoint
Provides an until unused entry point into the given pure data of a key bundle.- Parameters:
id- the id of the key bundle used to supervize the usage of still used entry points.key- the pure key data.- Returns:
- an until now unused entry point.
- Throws:
Exception- in case of any error.
-