|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.api.core.security.SecurityConfigurationLoader
public class SecurityConfigurationLoader
Responsible to read configuration properties to secure property values.
Field Summary | |
---|---|
static String |
SECURITY_ALGORITHM The key with which the algorithm to construct the security key is stored in the system properties. |
static String |
SECURITY_ID The key to the identifier for the source the configuration has been loaded from. |
static String |
SECURITY_KEY The key with which the security key is stored in the system properties. |
static String |
SECURITY_PROVIDER The key with which the security provider to encrypt and decrypt property values is stored in the system properties. |
static String |
SECURITY_TRANSFORMATION The key with which the transformation to encrypt and decrypt property values is stored in the system properties. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SECURITY_ID
The value of this constant is "de.smartics.properties.security.id".
"de.smartics.properties.security.id"
public static final String SECURITY_KEY
The value of this constant is "de.smartics.properties.security.key".
"de.smartics.properties.security.key"
public static final String SECURITY_ALGORITHM
A sample value is AES
.
The value of this constant is "de.smartics.properties.security.algorithm".
"de.smartics.properties.security.algorithm"
public static final String SECURITY_PROVIDER
The value of this constant is "de.smartics.properties.security.provider".
"de.smartics.properties.security.provider"
public static final String SECURITY_TRANSFORMATION
A sample value is AES/ECB/PKCS5Padding
.
The value of this constant is "de.smartics.properties.security.transformation".
"de.smartics.properties.security.transformation"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |