jdk/src/java.base/share/conf/security/java.security
changeset 36511 9d0388c6b336
parent 36242 956bfe0cb926
child 37373 3414aeff4a80
equal deleted inserted replaced
36510:043f1af70518 36511:9d0388c6b336
    64 
    64 
    65 #
    65 #
    66 # List of providers and their preference orders (see above):
    66 # List of providers and their preference orders (see above):
    67 #
    67 #
    68 #ifdef solaris
    68 #ifdef solaris
    69 security.provider.tbd=com.oracle.security.ucrypto.UcryptoProvider
    69 security.provider.tbd=OracleUcrypto
    70 security.provider.tbd=sun.security.pkcs11.SunPKCS11 ${java.home}/conf/security/sunpkcs11-solaris.cfg
    70 security.provider.tbd=SunPKCS11 ${java.home}/conf/security/sunpkcs11-solaris.cfg
    71 #endif
    71 #endif
    72 security.provider.tbd=sun.security.provider.Sun
    72 security.provider.tbd=SUN
    73 security.provider.tbd=sun.security.rsa.SunRsaSign
    73 security.provider.tbd=SunRsaSign
    74 security.provider.tbd=sun.security.ec.SunEC
    74 security.provider.tbd=SunEC
    75 security.provider.tbd=com.sun.net.ssl.internal.ssl.Provider
    75 security.provider.tbd=SunJSSE
    76 security.provider.tbd=com.sun.crypto.provider.SunJCE
    76 security.provider.tbd=SunJCE
    77 security.provider.tbd=sun.security.jgss.SunProvider
    77 security.provider.tbd=SunJGSS
    78 security.provider.tbd=com.sun.security.sasl.Provider
    78 security.provider.tbd=SunSASL
    79 security.provider.tbd=org.jcp.xml.dsig.internal.dom.XMLDSigRI
    79 security.provider.tbd=XMLDSig
    80 security.provider.tbd=sun.security.smartcardio.SunPCSC
    80 security.provider.tbd=SunPCSC
    81 security.provider.tbd=sun.security.provider.certpath.ldap.JdkLDAP
    81 security.provider.tbd=JdkLDAP
    82 security.provider.tbd=com.sun.security.sasl.gsskerb.JdkSASL
    82 security.provider.tbd=JdkSASL
    83 #ifdef windows
    83 #ifdef windows
    84 security.provider.tbd=sun.security.mscapi.SunMSCAPI
    84 security.provider.tbd=SunMSCAPI
    85 #endif
    85 #endif
    86 #ifdef macosx
    86 #ifdef macosx
    87 security.provider.tbd=apple.security.AppleProvider
    87 security.provider.tbd=Apple
    88 #endif
    88 #endif
    89 #ifndef solaris
    89 #ifndef solaris
    90 security.provider.tbd=sun.security.pkcs11.SunPKCS11
    90 security.provider.tbd=SunPKCS11
    91 #endif
    91 #endif
    92 
    92 
    93 #
    93 #
    94 # A list of preferred providers for specific algorithms. These providers will
    94 # A list of preferred providers for specific algorithms. These providers will
    95 # be searched for matching algorithms before the list of registered providers.
    95 # be searched for matching algorithms before the list of registered providers.
   269                com.oracle.webservices.internal.,\
   269                com.oracle.webservices.internal.,\
   270                org.jcp.xml.dsig.internal.,\
   270                org.jcp.xml.dsig.internal.,\
   271                jdk.internal.,\
   271                jdk.internal.,\
   272                jdk.nashorn.internal.,\
   272                jdk.nashorn.internal.,\
   273                jdk.nashorn.tools.,\
   273                jdk.nashorn.tools.,\
       
   274                jdk.rmi.rmic.,\
   274                jdk.tools.jimage.,\
   275                jdk.tools.jimage.,\
   275                com.sun.activation.registries.,\
   276                com.sun.activation.registries.,\
   276                com.sun.java.accessibility.util.internal.,\
   277                com.sun.java.accessibility.util.internal.,\
   277 #ifdef windows
   278 #ifdef windows
   278                com.sun.java.accessibility.internal.,\
   279                com.sun.java.accessibility.internal.,\
   325                    com.oracle.webservices.internal.,\
   326                    com.oracle.webservices.internal.,\
   326                    org.jcp.xml.dsig.internal.,\
   327                    org.jcp.xml.dsig.internal.,\
   327                    jdk.internal.,\
   328                    jdk.internal.,\
   328                    jdk.nashorn.internal.,\
   329                    jdk.nashorn.internal.,\
   329                    jdk.nashorn.tools.,\
   330                    jdk.nashorn.tools.,\
       
   331                    jdk.rmi.rmic.,\
   330                    jdk.tools.jimage.,\
   332                    jdk.tools.jimage.,\
   331                    com.sun.activation.registries.,\
   333                    com.sun.activation.registries.,\
   332                    com.sun.java.accessibility.util.internal.,\
   334                    com.sun.java.accessibility.util.internal.,\
   333 #ifdef windows
   335 #ifdef windows
   334                    com.sun.java.accessibility.internal.,\
   336                    com.sun.java.accessibility.internal.,\