Uses of Interface
ch.autumo.commons.security.SecureApplication
Package
Description
Application; base application for console/server & versioning, security, registering and licensing foundation.
Configuration management.
Console tools and ANSI colors.
Security management.
Encryption/decryption utilities and console encoder.
-
Uses of SecureApplication in ch.autumo.commons.application
Modifier and TypeInterfaceDescriptioninterface
Licensed application - every licensed application must implement this and providing the following constructor:
- public MyApplication(RegistrationVersion
) -
Uses of SecureApplication in ch.autumo.commons.configuration
Modifier and TypeMethodDescriptionConfigurationManager.getDecodedString
(String key, SecureApplication app) Decode encrypted value, if it is encrypted by ifacex standards! See 'encoder.sh'. -
Uses of SecureApplication in ch.autumo.commons.console
Modifier and TypeMethodDescriptionfinal SecureApplication
AbstractConsoleTool.getSecureApplication()
Get a secure application instance. -
Uses of SecureApplication in ch.autumo.commons.security
-
Uses of SecureApplication in ch.autumo.commons.utils.security
Modifier and TypeMethodDescriptionstatic String
CryptUtils.decode
(String data, SecureApplication app) Standard decoding.static String
CryptUtils.decode
(String data, SecureApplication app, boolean internal) Standard decoding.static String
CryptUtils.decodeIfNecessary
(String data, SecureApplication app) Decode data if encoded.static String
CryptUtils.decodeIfNecessary
(String data, SecureApplication app, boolean internal) Decode data if encoded.static String
CryptUtils.encode
(int mode, String data, SecureApplication app) Standard encoding.static String
CryptUtils.encode
(int mode, String data, SecureApplication app, boolean internal) Standard encoding.