-Djava.security.propertiesList
This system property is used to specify different java.security property files that have the profiles you want to use instead of putting those different profiles into a single java.security file.
Syntax
-Djava.security.propertiesList=<file_names>
For example,
Windows™ systems: -Djava.security.propertiesList=file1;file2;file3
Unix® type systems: -Djava.security.propertiesList=file1:file2:file3