Index

C G I M O S T 
All Classes and Interfaces|All Packages|Constant Field Values

C

CIPHER_LENGTH - Static variable in class org.refcodes.security.ext.spring.TextObfuscaterUtility
 
CIPHER_UID_LENGTH - Static variable in class org.refcodes.security.ext.spring.TextObfuscaterUtility
 
CIPHER_UID_TIMESTAMP_LENGTH - Static variable in class org.refcodes.security.ext.spring.TextObfuscaterUtility
 

G

getObject() - Method in class org.refcodes.security.ext.spring.TextDecrypterBean
getObjectType() - Method in class org.refcodes.security.ext.spring.TextDecrypterBean

I

isSingleton() - Method in class org.refcodes.security.ext.spring.TextDecrypterBean

M

MESSAGE_LENGTH - Static variable in class org.refcodes.security.ext.spring.TextObfuscaterUtility
 

O

org.refcodes.security.ext.spring - module org.refcodes.security.ext.spring
 
org.refcodes.security.ext.spring - package org.refcodes.security.ext.spring
This artifact extends the refcodes-security toolkit with obfuscation capabilities of passwords in configuration files accessed via the Spring Framework as of the TextDecrypterBean type.

S

setEncryptedText(String) - Method in class org.refcodes.security.ext.spring.TextDecrypterBean
Sets the encrypted string to be decrypted and passed the the consuming bean.

T

TextDecrypterBean - Class in org.refcodes.security.ext.spring
The sole purpose of the bean is not to store any passwords in clear text in a text file.
TextDecrypterBean() - Constructor for class org.refcodes.security.ext.spring.TextDecrypterBean
 
TextObfuscaterUtility - Class in org.refcodes.security.ext.spring
The TextObfuscaterUtility is a mere in memory text obfuscater (as a dynamically determined SystemContext.HOST_APPLICATION password is used (which is depended on the current application and the host this application is processed on and may be acquired by accessing and manipulating alongside executing the application on the host or heuristically simulating the application with metrics gathered from the host).
toDecryptedText(String) - Static method in class org.refcodes.security.ext.spring.TextObfuscaterUtility
Decrypt the given text in case it has the prefix identifying the text as being encrypted, else the plain text is returned and a warning is printed out that the passed text is not encrypted (just the first two or three chars or zero chars are shown depending on the length of the text). ------------------------------------------------------------------------- Attention: A unique system TID is used for decryption.
toEncryptedText(String) - Static method in class org.refcodes.security.ext.spring.TextDecrypterBean
Helper method to encrypt a string which can be used in a configuration file.
toEncryptedText(String) - Static method in class org.refcodes.security.ext.spring.TextObfuscaterUtility
Encrypts the given text and prepends a prefix identifying the text as being encrypted. ------------------------------------------------------------------------- Attention: A unique system TID is used for encryption.
C G I M O S T 
All Classes and Interfaces|All Packages|Constant Field Values