jdk/src/java.base/share/conf/security/java.security
changeset 33241 27eb2d6abda9
parent 32292 193f19028af5
child 33283 472c86f25bff
equal deleted inserted replaced
33240:346a88a88fee 33241:27eb2d6abda9
    86 #ifdef macosx
    86 #ifdef macosx
    87 security.provider.tbd=apple.security.AppleProvider
    87 security.provider.tbd=apple.security.AppleProvider
    88 #endif
    88 #endif
    89 #ifndef solaris
    89 #ifndef solaris
    90 security.provider.tbd=sun.security.pkcs11.SunPKCS11
    90 security.provider.tbd=sun.security.pkcs11.SunPKCS11
       
    91 #endif
       
    92 
       
    93 #
       
    94 # A list of preferred providers for specific algorithms. These providers will
       
    95 # be searched for matching algorithms before the list of registered providers.
       
    96 # Entries containing errors (parsing, etc) will be ignored. Use the
       
    97 # -Djava.security.debug=jca property to debug these errors.
       
    98 #
       
    99 # The property is a comma-separated list of serviceType.algorithm:provider
       
   100 # entries. The serviceType (example: "MessageDigest") is optional, and if
       
   101 # not specified, the algorithm applies to all service types that support it.
       
   102 # The algorithm is the standard algorithm name or transformation.
       
   103 # Transformations can be specified in their full standard name
       
   104 # (ex: AES/CBC/PKCS5Padding), or as partial matches (ex: AES, AES/CBC).
       
   105 # The provider is the name of the provider. Any provider that does not
       
   106 # also appear in the registered list will be ignored.
       
   107 #
       
   108 # Example:
       
   109 #   jdk.security.provider.preferred=AES/GCM/NoPadding:SunJCE, \
       
   110 #         MessageDigest.SHA-256:SUN
       
   111 #ifdef solaris-sparc
       
   112 jdk.security.provider.preferred=AES:SunJCE, SHA-256:SUN, SHA-384:SUN, SHA-512:SUN
       
   113 #endif
       
   114 #ifdef solaris-x86
       
   115 jdk.security.provider.preferred=AES:SunJCE, RSA:SunRsaSign
    91 #endif
   116 #endif
    92 
   117 
    93 
   118 
    94 #
   119 #
    95 # Sun Provider SecureRandom seed source.
   120 # Sun Provider SecureRandom seed source.