Interface SynchronousKeyFactory
- All Known Implementing Classes:
AesSynchronousKeyFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory for synchronous
Key.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionCreates a synchronousKey.default voidinit(SourceContext context) Allows for theSynchronousKeyFactoryto be configured.
-
Method Details
-
init
Allows for theSynchronousKeyFactoryto be configured.- Parameters:
context-SourceContext.
-
createSynchronousKey
Creates a synchronousKey.
-