Class SpincastCryptoConfigDefault
java.lang.Object
org.spincast.plugins.crypto.config.SpincastCryptoConfigDefault
- All Implemented Interfaces:
SpincastCryptoConfig
Default configurations for Spincast Crypto plugin.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Tries to remove the Java crypt restrictions when the application starts.
-
Constructor Details
-
SpincastCryptoConfigDefault
public SpincastCryptoConfigDefault()
-
-
Method Details
-
removeJavaCryptoRestrictionsOnInit
public boolean removeJavaCryptoRestrictionsOnInit()Description copied from interface:SpincastCryptoConfig
Tries to remove the Java crypt restrictions when the application starts.Defaults to true.
- Specified by:
removeJavaCryptoRestrictionsOnInit
in interfaceSpincastCryptoConfig
-