#
# java.security.txt
# Last updated: 16-Dec-2019
#
# This is an alternate properties file that appends to the "master
# security properties file" in jre\lib\security to change the
# configuration when operating in FIPS mode. It is enabled by
# specifying a new system property on the command line:
#
#    -Djava.security.properties=<URL>
#
# Don't use two equals characters (==) in the assignment above,
# otherwise this file will completely override the master security
# properties file.
#
# If both properties files specify values for the same key, the value
# from the command-line properties file is selected, as it is the last
# one loaded.

#
# List of providers and their preference order:
#
# 1=BCFIPS
# 2=SunJSSE
# 3=SUN
#
# IMPORTANT: Do not interleave comments in the following list, otherwise
# the list will terminate at the first comment character.
#
security.provider.1=org.bouncycastle.jcajce.provider.BouncyCastleFipsProvider
security.provider.2=SunJSSE
security.provider.3=SUN

securerandom.source=file:/dev/urandom
securerandom.strongAlgorithms=SHA1PRNG:BCFIPS

# End.
