#
# java.security.txt
#
# This is an alternate properties file that appends to the "master
# security properties file" in jre\conf\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=BC
# 2=DRBG
# 3=BCJSSE
# 4=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.jce.provider.BouncyCastleProvider
security.provider.2=org.bouncycastle.jcajce.provider.drbg.DRBG.Default
security.provider.3=org.bouncycastle.jsse.provider.BouncyCastleJsseProvider
security.provider.4=SUN
security.provider.5=SunJSSE


ssl.KeyManagerFactory.algorithm=PKIX
ssl.TrustManagerFactory.algorithm=PKIX

securerandom.source=file:/dev/urandom
# End.
