Index
All Classes and Interfaces|All Packages
A
- apply(Module) - Method in class org.spincast.plugins.crypto.SpincastCryptoPlugin
B
- buildKey(String) - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
C
- configure() - Method in class org.spincast.plugins.crypto.SpincastCryptoPluginModule
D
- decrypt(String, String) - Method in interface org.spincast.plugins.crypto.SpincastCryptoUtils
-
Decrypts a string that was encrypted using
SpincastCryptoUtils.encrypt(String, String). - decrypt(String, String) - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
E
- encrypt(String, String) - Method in interface org.spincast.plugins.crypto.SpincastCryptoUtils
-
Encrypts a string, using the given secret key and the
AESalgorithm. - encrypt(String, String) - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
G
- generateNewHashSecureSalt() - Method in interface org.spincast.plugins.crypto.SpincastCryptoUtils
-
Will generate a new secure salt that can be used with
SpincastCryptoUtils.hashSecure(String, String). - generateNewHashSecureSalt() - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
- getCryptoUtilsImplClass() - Method in class org.spincast.plugins.crypto.SpincastCryptoPluginModule
- getId() - Method in class org.spincast.plugins.crypto.SpincastCryptoPlugin
- getPluginModule() - Method in class org.spincast.plugins.crypto.SpincastCryptoPlugin
- getSpincastCryptoConfig() - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
- getSpincastCryptoConfigImplClass() - Method in class org.spincast.plugins.crypto.SpincastCryptoPluginModule
H
- hashSecure(String, String) - Method in interface org.spincast.plugins.crypto.SpincastCryptoUtils
-
Will hash a string using
BCrypt. - hashSecure(String, String) - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
I
- init() - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
- isRestrictedCryptographyJavaVersion() - Method in interface org.spincast.plugins.crypto.SpincastCryptoUtils
-
Is the current Java version cryptography restricted?
- isRestrictedCryptographyJavaVersion() - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
L
- logger - Static variable in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
O
- org.spincast.plugins.crypto - package org.spincast.plugins.crypto
- org.spincast.plugins.crypto.config - package org.spincast.plugins.crypto.config
P
- PLUGIN_ID - Static variable in class org.spincast.plugins.crypto.SpincastCryptoPlugin
R
- removeCryptographyRestrictions() - Method in interface org.spincast.plugins.crypto.SpincastCryptoUtils
-
Tries to remove the Java cryptography restrictions.
- removeCryptographyRestrictions() - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
-
From https://stackoverflow.com/a/22492582/843699
- removeJavaCryptoRestrictionsOnInit() - Method in interface org.spincast.plugins.crypto.config.SpincastCryptoConfig
-
Tries to remove the Java crypt restrictions when the application starts.
- removeJavaCryptoRestrictionsOnInit() - Method in class org.spincast.plugins.crypto.config.SpincastCryptoConfigDefault
S
- SpincastCryptoConfig - Interface in org.spincast.plugins.crypto.config
-
Configurations for the Spincast Crypto plugin.
- SpincastCryptoConfigDefault - Class in org.spincast.plugins.crypto.config
-
Default configurations for Spincast Crypto plugin.
- SpincastCryptoConfigDefault() - Constructor for class org.spincast.plugins.crypto.config.SpincastCryptoConfigDefault
- SpincastCryptoPlugin - Class in org.spincast.plugins.crypto
-
Spincast Crypto plugin.
- SpincastCryptoPlugin() - Constructor for class org.spincast.plugins.crypto.SpincastCryptoPlugin
- SpincastCryptoPluginModule - Class in org.spincast.plugins.crypto
-
Spincast Crypto plugin module.
- SpincastCryptoPluginModule() - Constructor for class org.spincast.plugins.crypto.SpincastCryptoPluginModule
- SpincastCryptoPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.crypto.SpincastCryptoPluginModule
- SpincastCryptoUtils - Interface in org.spincast.plugins.crypto
-
Spincast Crypto utils
- SpincastCryptoUtilsDefault - Class in org.spincast.plugins.crypto
- SpincastCryptoUtilsDefault(SpincastCryptoConfig) - Constructor for class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
All Classes and Interfaces|All Packages