jdk/src/java.base/share/classes/sun/security/rsa
Valerie Peng 0b05ebed2e 7092821: java.security.Provider.getService() is synchronized and became scalability bottleneck
Changed Provider class to use ConcurrentHashMap and default providers to use putService()

Reviewed-by: weijun, mullan
2018-12-13 01:15:21 +00:00
..
MGF1.java 8146293: Add support for RSASSA-PSS Signature algorithm 2018-05-21 23:40:52 +00:00
PSSParameters.java 8146293: Add support for RSASSA-PSS Signature algorithm 2018-05-21 23:40:52 +00:00
RSACore.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RSAKeyFactory.java 8205720: KeyFactory#getKeySpec and translateKey thorws NullPointerException with Invalid key 2018-06-30 00:33:05 +00:00
RSAKeyPairGenerator.java 8211049: Second parameter of "initialize" method is not used 2018-11-07 01:04:26 +00:00
RSAPadding.java 8146293: Add support for RSASSA-PSS Signature algorithm 2018-05-21 23:40:52 +00:00
RSAPrivateCrtKeyImpl.java 8205720: KeyFactory#getKeySpec and translateKey thorws NullPointerException with Invalid key 2018-06-30 00:33:05 +00:00
RSAPrivateKeyImpl.java 8146293: Add support for RSASSA-PSS Signature algorithm 2018-05-21 23:40:52 +00:00
RSAPSSSignature.java 8206171: Signature#getParameters for RSASSA-PSS throws ProviderException when not initialized 2018-07-23 23:18:19 +00:00
RSAPublicKeyImpl.java 8205720: KeyFactory#getKeySpec and translateKey thorws NullPointerException with Invalid key 2018-06-30 00:33:05 +00:00
RSASignature.java 8146293: Add support for RSASSA-PSS Signature algorithm 2018-05-21 23:40:52 +00:00
RSAUtil.java 8205720: KeyFactory#getKeySpec and translateKey thorws NullPointerException with Invalid key 2018-06-30 00:33:05 +00:00
SunRsaSign.java 7092821: java.security.Provider.getService() is synchronized and became scalability bottleneck 2018-12-13 01:15:21 +00:00
SunRsaSignEntries.java 7092821: java.security.Provider.getService() is synchronized and became scalability bottleneck 2018-12-13 01:15:21 +00:00