JavaScript is disabled on your browser.
C D E
C
convertPropertyValue(String) - Method in class craterdog.security.EncryptedPropertyConfigurer
This method decrypts a base 64 encoded, AES-128 encrypted, property value that is prefixed
with "{AES-128}".
craterdog.security - package craterdog.security
D
doProcessProperties(ConfigurableListableBeanFactory, StringValueResolver) - Method in class craterdog.security.EncryptedPropertyConfigurer
This is method is needed because of https://jira.springsource.org/browse/SPR-8928
E
EncryptedPropertyConfigurer - Class in craterdog.security
This class overrides the functionality of the Spring framework's PropertyPlaceHolderConfigurer
class to handle encrypted properties.
EncryptedPropertyConfigurer() - Constructor for class craterdog.security.EncryptedPropertyConfigurer
The default constructor uses the default base 64 encoded secret key for doing the encryption.
EncryptedPropertyConfigurer(String) - Constructor for class craterdog.security.EncryptedPropertyConfigurer
This constructor uses a user specified base 64 encoded secret key for doing the encryption.
encryptPropertyValue(String) - Method in class craterdog.security.EncryptedPropertyConfigurer
This method encrypts a property value in such a way that it can be placed in a properties
file and automatically decrypted using this placeholder configurer.
C D E
Copyright © 2016 Crater Dog Technologies(TM) . All rights reserved.