Uses of Interface
ch.autumo.beetroot.security.SecureApplication
Packages that use SecureApplication
Package
Description
Main classes for the beetRoot framework, web server and servlet (when running in a web-container).
Secure Application and password encryption.
Security; password encoder console tool and
secure socket components for SSL communication.
-
Uses of SecureApplication in ch.autumo.beetroot
Methods in ch.autumo.beetroot with parameters of type SecureApplicationModifier and TypeMethodDescriptionBeetRootConfigurationManager.getDecodedString(String key, SecureApplication app) Decode encrypted value, if it is encrypted by beetRoot standards! -
Uses of SecureApplication in ch.autumo.beetroot.security
Methods in ch.autumo.beetroot.security that return SecureApplication -
Uses of SecureApplication in ch.autumo.beetroot.utils.security
Methods in ch.autumo.beetroot.utils.security with parameters of type SecureApplicationModifier and TypeMethodDescriptionstatic StringSecurity.decode(String data, SecureApplication secureApplication) Decode data.static StringSecurity.decodeCom(String data, SecureApplication secureApplication) Decode com data.static StringSecurity.encode(String data, SecureApplication secureApplication) Encode data.static StringSecurity.encodeCom(String data, SecureApplication secureApplication) Encode com data.static StringSecurity.generateCSRFToken(SecureApplication secureApplication) Generates a CSRF token.