src/java.base/share/conf/security/java.security
changeset 59158 438337c846fb
parent 58612 32aff2b7585b
equal deleted inserted replaced
59157:b313bcb68b4c 59158:438337c846fb
  1064 # pattern allows java.lang.Enum, java.security.KeyRep, java.security.KeyRep$Type,
  1064 # pattern allows java.lang.Enum, java.security.KeyRep, java.security.KeyRep$Type,
  1065 # and javax.crypto.spec.SecretKeySpec and rejects all the others.
  1065 # and javax.crypto.spec.SecretKeySpec and rejects all the others.
  1066 jceks.key.serialFilter = java.base/java.lang.Enum;java.base/java.security.KeyRep;\
  1066 jceks.key.serialFilter = java.base/java.lang.Enum;java.base/java.security.KeyRep;\
  1067   java.base/java.security.KeyRep$Type;java.base/javax.crypto.spec.SecretKeySpec;!*
  1067   java.base/java.security.KeyRep$Type;java.base/javax.crypto.spec.SecretKeySpec;!*
  1068 
  1068 
       
  1069 # The iteration count used for password-based encryption (PBE) in JCEKS
       
  1070 # keystores. Values in the range 10000 to 5000000 are considered valid.
       
  1071 # If the value is out of this range, or is not a number, or is unspecified;
       
  1072 # a default of 200000 is used.
       
  1073 #
       
  1074 # If the system property jdk.jceks.iterationCount is also specified, it
       
  1075 # supersedes the security property value defined here.
       
  1076 #
       
  1077 #jdk.jceks.iterationCount = 200000
       
  1078 
  1069 #
  1079 #
  1070 # PKCS12 KeyStore properties
  1080 # PKCS12 KeyStore properties
  1071 #
  1081 #
  1072 # The following properties, if configured, are used by the PKCS12 KeyStore
  1082 # The following properties, if configured, are used by the PKCS12 KeyStore
  1073 # implementation during the creation of a new keystore. Several of the
  1083 # implementation during the creation of a new keystore. Several of the