All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebean.config.EncryptKey Maven / Gradle / Ivy

There is a newer version: 15.8.1
Show newest version
package io.ebean.config;

/**
 * Represents the key used for encryption.
 * 

* For simple cases this often represent a simple String key but depending on * the encryption method this could contain other details. */ @FunctionalInterface public interface EncryptKey { /** * Return the string key value. */ String getStringValue(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy