Interface EncryptionKeyResolver

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface EncryptionKeyResolver
Interface to obtain a Data Encryption Key that is valid in a given context.

Use the based variant which will first try to resolve a potential Key Alternate Name from annotations before calling the fallback resolver.

Since:
4.1
Author:
Christoph Strobl
See Also: