ニュース

When leafing through the pages of the recently ratified JSR-375, the new Java EE Security API, it's amusing how quickly the reading of the spec turns into an exercise of uttering to yourself, ...
One of the most common problems identified by static code analysis tools is the presence of plain text passwords written directly into configuration files. It's ...
Now you can use the following code to replace a socket factory: final String SSL_FACTORY = "javax.net.ssl.SSLSocketFactory"; Properties props = System.getProperties ...