org.spincast.plugins.crypto.config.SpincastCryptoConfig Maven / Gradle / Ivy
package org.spincast.plugins.crypto.config;
/**
* Configurations for the Spincast Crypto plugin.
*/
public interface SpincastCryptoConfig {
/**
* Tries to remove the Java crypt restrictions
* when the application starts.
*
* Defaults to true.
*
* @see https://stackoverflow.com/questions/1179672/how-to-avoid-installing-unlimited-strength-jce-policy-files-when-deploying-an/22492582#22492582
*/
public boolean removeJavaCryptoRestrictionsOnInit();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy