About 20,700 results
Open links in new tab
  1. Java security encompasses a robust framework of APIs, tools, and implementations designed to ensure secure application development and management. It spans areas such as cryptography, authentication, secure communication, and access control. Below are the key concepts and criteria for assessing Java security:

    Core Security Features

    Java's security architecture is built on principles like type safety, automatic memory management, and bytecode verification. These ensure that only legitimate code is executed, reducing vulnerabilities like memory corruption or unauthorized access. Access modifiers (private, protected, public, package-private) further restrict access to classes, methods, and fields, enhancing encapsulation and security.

    The Java Development Kit (JDK) includes modules like java.security, javax.crypto, and javax.net.ssl, which provide foundational APIs for cryptography, authentication, and secure communication.

    Cryptography and Public Key Infrastructure (PKI)

    Feedback
  2. Java Security Overview

    Java security includes a large set of APIs, tools, and implementations of commonly-used security algorithms, mechanisms, and protocols. The Java security APIs span a wide range of areas, including …

  3. java.com Java Security Resources

    If you have Java installed and want to ensure that your system is secure, Oracle strongly recommends that you upgrade to the most recent release. Additional information for software developers and …

  4. The Basics of Java Security - Baeldung

    Learn the basics of security on the Java platform, including language features, cryptography, PKI, and authentication. Explore the core architecture of security in Java …

    In this tutorial, we’ll go through the basics of security on the Java platform. We’ll also focus on what’s available to us for writing secure applications. Security is a vast topic that encompasses many areas. Some of these are part of the language itself, like acce…
    See more on baeldung.com
    • Published: Aug 4, 2019
    • 11 Common Java Vulnerabilities and How to Avoid Them …

      2 days ago · Let’s explore 11 common security vulnerabilities in Java applications, …