Java Security Properties are similar to Java System Properties, except they are set differently.
Java Security Properties Listing
jdk.tls.disabledAlgorithms - The jdk.tls.disabledAlgorithms security property determines which TLS algorithms cannot be used
networkaddress.cache.negative.ttl - The networkaddress.cache.negative.ttl security property determines how long unsuccessful DNS lookups will be cached for
networkaddress.cache.ttl - The networkaddress.cache.ttl security property determines how long DNS values are cached for
policy.allowSystemProperty - The policy.allowSystemProperty security property determines if security properties can be loaded through another file specified via system properties
security.overridePropertiesFile - The security.overridePropertiesFile security property determines if additional security properties can be overridden through another file
More coming soon - we don't have all of them listed yet, please check back another time.