src/java.base/share/conf/security/java.security
changeset 53304 9e968a576dd2
parent 52996 2457d862a646
child 53430 ccfd4e614bb8
equal deleted inserted replaced
53303:65a1d49d1718 53304:9e968a576dd2
   918     minKeySize EC 224,\
   918     minKeySize EC 224,\
   919     noDuplicateIds,\
   919     noDuplicateIds,\
   920     noRetrievalMethodLoops
   920     noRetrievalMethodLoops
   921 
   921 
   922 #
   922 #
   923 # Serialization process-wide filter
   923 # Serialization system-wide filter
   924 #
   924 #
   925 # A filter, if configured, is used by java.io.ObjectInputStream during
   925 # A filter, if configured, is used by java.io.ObjectInputStream during
   926 # deserialization to check the contents of the stream.
   926 # deserialization to check the contents of the stream.
   927 # A filter is configured as a sequence of patterns, each pattern is either
   927 # A filter is configured as a sequence of patterns, each pattern is either
   928 # matched against the name of a class in the stream or defines a limit.
   928 # matched against the name of a class in the stream or defines a limit.