Class CryptoProperties

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<Object,​Object>

    public class CryptoProperties
    extends Properties
    Properties with crypto capabilities.
    The cryptographic algorithms depend on:
    • Environment.SERVER_STATUS_KEY
    • Environment.CRYPT_KEYALIAS && Environment.CRYPT_KEYSTORE_PATH || getProperty(Environment.JAVA_DEFAULT_KEYSTORE)
    • Environment.CRYPT_KEY
    Changing one of those parameters will affect the ability to read encrypted values.
    Since:
    7.4
    See Also:
    Crypto, Serialized Form